Color Hex Logo

#58715c Color Hex

#58715C
(88,113,92)
0 Favorites   0 Comments

Color spaces of #58715c

RGB 8811392
HSL0.360.120.39
HSV130°22°44°
CMYK 0.220.000.19   0.56
XYZ11.861414.657712.3293
Yxy14.65770.30530.3773
Hunter Lab38.2854-11.69747.7062
CIE-Lab45.1618-13.76498.6927

#58715c color RGB value is (88,113,92).

#58715c hex color red value is 88, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #58715c hue: 0.36 , saturation: 0.12 and the lightness value of 58715c is 0.39.

The process color (four color CMYK) of #58715c color hex is 0.22, 0.00, 0.19, 0.56. Web safe color of #58715c is #666666. Color #58715c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110001 01011100
Octal 130 161 134
Decimal 88 113 92
Hex 58 71 5C

RGB Percentages of Color #58715c

%30.03
%38.57
%31.40

CMYK Percentages of Color #58715c

%22
%0
%19
%56

Triadic Colors of #58715c

#58715c #5c5871 #715c58

Analogous Colors of #58715c

#58715c #587169 #617158

Monochromatic Colors of #58715c

#58715c

Complementary Color

#58715c #71586d

#58715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58715c Color CSS Codes

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

#58715c Text Font Color

<p style="color:#58715c">Text here</p>

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


#58715c Background Color

<div style="background-color:#58715c">
Div content here</div>

This div background color is #58715c


#58715c Border Color

<div style="border:3px solid #58715c">
Div here</div>

This div border color is #58715c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,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 #58715c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58715c


Comments

No comments written yet.

Please login to write comment.