Color Hex Logo

#5e7e60 Color Hex

#5E7E60
(94,126,96)
0 Favorites   0 Comments

Color spaces of #5e7e60

RGB 9412696
HSL0.340.150.43
HSV124°25°49°
CMYK 0.250.000.24   0.51
XYZ14.188318.145913.8210
Yxy18.14590.30740.3931
Hunter Lab42.5980-15.092710.5819
CIE-Lab49.6726-17.834612.7154

#5e7e60 color RGB value is (94,126,96).

#5e7e60 hex color red value is 94, green value is 126 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #5e7e60 hue: 0.34 , saturation: 0.15 and the lightness value of 5e7e60 is 0.43.

The process color (four color CMYK) of #5e7e60 color hex is 0.25, 0.00, 0.24, 0.51. Web safe color of #5e7e60 is #666666. Color #5e7e60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111110 01100000
Octal 136 176 140
Decimal 94 126 96
Hex 5E 7E 60

RGB Percentages of Color #5e7e60

%29.75
%39.87
%30.38

CMYK Percentages of Color #5e7e60

%25
%0
%24
%51

Triadic Colors of #5e7e60

#5e7e60 #605e7e #7e605e

Analogous Colors of #5e7e60

#5e7e60 #5e7e70 #6c7e5e

Monochromatic Colors of #5e7e60

#5e7e60

Complementary Color

#5e7e60 #7e5e7c

#5e7e60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e7e60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e7e60 Color CSS Codes

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

#5e7e60 Text Font Color

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

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


#5e7e60 Background Color

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

This div background color is #5e7e60


#5e7e60 Border Color

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

This div border color is #5e7e60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e7e60


Comments

No comments written yet.

Please login to write comment.