Color Hex Logo

#5b8316 Color Hex

#5B8316
(91,131,22)
0 Favorites   0 Comments

Color spaces of #5b8316

RGB 9113122
HSL0.230.710.30
HSV82°83°51°
CMYK 0.310.000.83   0.49
XYZ12.575518.51473.6699
Yxy18.51470.36180.5326
Hunter Lab43.0287-23.132125.0633
CIE-Lab50.1145-30.196249.3863

#5b8316 color RGB value is (91,131,22).

#5b8316 hex color red value is 91, green value is 131 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #5b8316 hue: 0.23 , saturation: 0.71 and the lightness value of 5b8316 is 0.30.

The process color (four color CMYK) of #5b8316 color hex is 0.31, 0.00, 0.83, 0.49. Web safe color of #5b8316 is #669900. Color #5b8316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000011 00010110
Octal 133 203 26
Decimal 91 131 22
Hex 5B 83 16

RGB Percentages of Color #5b8316

%37.30
%53.69
%9.02

CMYK Percentages of Color #5b8316

%31
%0
%83
%49

Triadic Colors of #5b8316

#5b8316 #165b83 #83165b

Analogous Colors of #5b8316

#5b8316 #248316 #837516

Monochromatic Colors of #5b8316

#5b8316

Complementary Color

#5b8316 #3e1683

#5b8316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b8316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b8316 Color CSS Codes

.mybgcolor {background-color:#5b8316; } 
.myforecolor {color:#5b8316; }
.mybordercolor {border:3px solid #5b8316; }

#5b8316 Text Font Color

<p style="color:#5b8316">Text here</p>

This sample text font color is #5b8316
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5b8316 Background Color

<div style="background-color:#5b8316">
Div content here</div>

This div background color is #5b8316


#5b8316 Border Color

<div style="border:3px solid #5b8316">
Div here</div>

This div border color is #5b8316


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,131,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b8316; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b8316;
  -webkit-box-shadow: 1px 1px 3px 2px #5b8316;
  box-shadow:         1px 1px 3px 2px #5b8316; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,131,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5b8316">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5b8316;
  -webkit-box-shadow: 1px 1px 3px 2px #5b8316;
  box-shadow:         1px 1px 3px 2px #5b8316;">
Div content here</div>

This div box has shadow with color #5b8316


Comments

No comments written yet.

Please login to write comment.