Color Hex Logo

#5d715c Color Hex

#5D715C
(93,113,92)
0 Favorites   0 Comments

Color spaces of #5d715c

RGB 9311392
HSL0.330.100.40
HSV117°19°44°
CMYK 0.180.000.19   0.56
XYZ12.351114.910112.3522
Yxy14.91010.31180.3764
Hunter Lab38.6136-10.47818.0631
CIE-Lab45.5108-11.87729.2347

#5d715c color RGB value is (93,113,92).

#5d715c hex color red value is 93, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #5d715c hue: 0.33 , saturation: 0.10 and the lightness value of 5d715c is 0.40.

The process color (four color CMYK) of #5d715c color hex is 0.18, 0.00, 0.19, 0.56. Web safe color of #5d715c is #666666. Color #5d715c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110001 01011100
Octal 135 161 134
Decimal 93 113 92
Hex 5D 71 5C

RGB Percentages of Color #5d715c

%31.21
%37.92
%30.87

CMYK Percentages of Color #5d715c

%18
%0
%19
%56

Triadic Colors of #5d715c

#5d715c #5c5d71 #715c5d

Analogous Colors of #5d715c

#5d715c #5c7166 #68715c

Monochromatic Colors of #5d715c

#5d715c

Complementary Color

#5d715c #705c71

#5d715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d715c Color CSS Codes

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

#5d715c Text Font Color

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

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


#5d715c Background Color

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

This div background color is #5d715c


#5d715c Border Color

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

This div border color is #5d715c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,113,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 #5d715c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d715c


Comments

No comments written yet.

Please login to write comment.