Color Hex Logo

#5b7340 Color Hex

#5B7340
(91,115,64)
0 Favorites   0 Comments

Color spaces of #5b7340

RGB 9111564
HSL0.250.280.35
HSV88°44°45°
CMYK 0.210.000.44   0.55
XYZ11.370514.85587.1186
Yxy14.85580.34100.4455
Hunter Lab38.5432-14.792016.0299
CIE-Lab45.4361-18.442925.3540

#5b7340 color RGB value is (91,115,64).

#5b7340 hex color red value is 91, green value is 115 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5b7340 hue: 0.25 , saturation: 0.28 and the lightness value of 5b7340 is 0.35.

The process color (four color CMYK) of #5b7340 color hex is 0.21, 0.00, 0.44, 0.55. Web safe color of #5b7340 is #666633. Color #5b7340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01110011 01000000
Octal 133 163 100
Decimal 91 115 64
Hex 5B 73 40

RGB Percentages of Color #5b7340

%33.70
%42.59
%23.70

CMYK Percentages of Color #5b7340

%21
%0
%44
%55

Triadic Colors of #5b7340

#5b7340 #405b73 #73405b

Analogous Colors of #5b7340

#5b7340 #427340 #737240

Monochromatic Colors of #5b7340

#5b7340

Complementary Color

#5b7340 #584073

#5b7340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b7340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b7340 Color CSS Codes

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

#5b7340 Text Font Color

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

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


#5b7340 Background Color

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

This div background color is #5b7340


#5b7340 Border Color

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

This div border color is #5b7340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b7340


Comments

No comments written yet.

Please login to write comment.