Color Hex Logo

#5d8b5e Color Hex

#5D8B5E
(93,139,94)
0 Favorites   0 Comments

Color spaces of #5d8b5e

RGB 9313994
HSL0.340.200.45
HSV121°33°55°
CMYK 0.330.000.32   0.45
XYZ15.767221.600513.9280
Yxy21.60050.30740.4211
Hunter Lab46.4763-20.777114.7654
CIE-Lab53.6005-25.270619.2290

#5d8b5e color RGB value is (93,139,94).

#5d8b5e hex color red value is 93, green value is 139 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5d8b5e hue: 0.34 , saturation: 0.20 and the lightness value of 5d8b5e is 0.45.

The process color (four color CMYK) of #5d8b5e color hex is 0.33, 0.00, 0.32, 0.45. Web safe color of #5d8b5e is #669966. Color #5d8b5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001011 01011110
Octal 135 213 136
Decimal 93 139 94
Hex 5D 8B 5E

RGB Percentages of Color #5d8b5e

%28.53
%42.64
%28.83

CMYK Percentages of Color #5d8b5e

%33
%0
%32
%45

Triadic Colors of #5d8b5e

#5d8b5e #5e5d8b #8b5e5d

Analogous Colors of #5d8b5e

#5d8b5e #5d8b75 #738b5d

Monochromatic Colors of #5d8b5e

#5d8b5e

Complementary Color

#5d8b5e #8b5d8a

#5d8b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d8b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d8b5e Color CSS Codes

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

#5d8b5e Text Font Color

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

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


#5d8b5e Background Color

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

This div background color is #5d8b5e


#5d8b5e Border Color

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

This div border color is #5d8b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,139,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d8b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d8b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #5d8b5e;
  box-shadow:         1px 1px 3px 2px #5d8b5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,139,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d8b5e


Comments

No comments written yet.

Please login to write comment.