Color Hex Logo

#5e6d5c Color Hex

#5E6D5C
(94,109,92)
0 Favorites   0 Comments

Color spaces of #5e6d5c

RGB 9410992
HSL0.310.080.39
HSV113°16°43°
CMYK 0.140.000.16   0.57
XYZ12.016514.089712.2115
Yxy14.08970.31360.3677
Hunter Lab37.5362-8.54516.9868
CIE-Lab44.3613-9.23037.6218

#5e6d5c color RGB value is (94,109,92).

#5e6d5c hex color red value is 94, green value is 109 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #5e6d5c hue: 0.31 , saturation: 0.08 and the lightness value of 5e6d5c is 0.39.

The process color (four color CMYK) of #5e6d5c color hex is 0.14, 0.00, 0.16, 0.57. Web safe color of #5e6d5c is #666666. Color #5e6d5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101101 01011100
Octal 136 155 134
Decimal 94 109 92
Hex 5E 6D 5C

RGB Percentages of Color #5e6d5c

%31.86
%36.95
%31.19

CMYK Percentages of Color #5e6d5c

%14
%0
%16
%57

Triadic Colors of #5e6d5c

#5e6d5c #5c5e6d #6d5c5e

Analogous Colors of #5e6d5c

#5e6d5c #5c6d63 #676d5c

Monochromatic Colors of #5e6d5c

#5e6d5c

Complementary Color

#5e6d5c #6b5c6d

#5e6d5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6d5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6d5c Color CSS Codes

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

#5e6d5c Text Font Color

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

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


#5e6d5c Background Color

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

This div background color is #5e6d5c


#5e6d5c Border Color

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

This div border color is #5e6d5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6d5c


Comments

No comments written yet.

Please login to write comment.