Color Hex Logo

#5b701c Color Hex

#5B701C
(91,112,28)
0 Favorites   0 Comments

Color spaces of #5b701c

RGB 9111228
HSL0.210.600.27
HSV75°75°44°
CMYK 0.190.000.75   0.56
XYZ10.318213.89633.2370
Yxy13.89630.37590.5062
Hunter Lab37.2777-15.828620.9460
CIE-Lab44.0838-20.461941.6358

#5b701c color RGB value is (91,112,28).

#5b701c hex color red value is 91, green value is 112 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5b701c hue: 0.21 , saturation: 0.60 and the lightness value of 5b701c is 0.27.

The process color (four color CMYK) of #5b701c color hex is 0.19, 0.00, 0.75, 0.56. Web safe color of #5b701c is #666633. Color #5b701c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110000 00011100
Octal 133 160 34
Decimal 91 112 28
Hex 5B 70 1C

RGB Percentages of Color #5b701c

%39.39
%48.48
%12.12

CMYK Percentages of Color #5b701c

%19
%0
%75
%56

Triadic Colors of #5b701c

#5b701c #1c5b70 #701c5b

Analogous Colors of #5b701c

#5b701c #31701c #705b1c

Monochromatic Colors of #5b701c

#5b701c

Complementary Color

#5b701c #311c70

#5b701c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b701c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b701c Color CSS Codes

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

#5b701c Text Font Color

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

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


#5b701c Background Color

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

This div background color is #5b701c


#5b701c Border Color

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

This div border color is #5b701c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b701c


Comments

No comments written yet.

Please login to write comment.