Color Hex Logo

#5b6c14 Color Hex

#5B6C14
(91,108,20)
0 Favorites   0 Comments

Color spaces of #5b6c14

RGB 9110820
HSL0.200.690.25
HSV72°81°42°
CMYK 0.160.000.81   0.58
XYZ9.803212.99982.6543
Yxy12.99980.38510.5107
Hunter Lab36.0552-14.563620.8739
CIE-Lab42.7629-18.804643.3245

#5b6c14 color RGB value is (91,108,20).

#5b6c14 hex color red value is 91, green value is 108 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #5b6c14 hue: 0.20 , saturation: 0.69 and the lightness value of 5b6c14 is 0.25.

The process color (four color CMYK) of #5b6c14 color hex is 0.16, 0.00, 0.81, 0.58. Web safe color of #5b6c14 is #666600. Color #5b6c14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01101100 00010100
Octal 133 154 24
Decimal 91 108 20
Hex 5B 6C 14

RGB Percentages of Color #5b6c14

%41.55
%49.32
%9.13

CMYK Percentages of Color #5b6c14

%16
%0
%81
%58

Triadic Colors of #5b6c14

#5b6c14 #145b6c #6c145b

Analogous Colors of #5b6c14

#5b6c14 #2f6c14 #6c5114

Monochromatic Colors of #5b6c14

#5b6c14

Complementary Color

#5b6c14 #25146c

#5b6c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b6c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b6c14 Color CSS Codes

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

#5b6c14 Text Font Color

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

This sample text font color is #5b6c14
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.


#5b6c14 Background Color

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

This div background color is #5b6c14


#5b6c14 Border Color

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

This div border color is #5b6c14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b6c14


Comments

No comments written yet.

Please login to write comment.