Color Hex Logo

#58714e Color Hex

#58714E
(88,113,78)
0 Favorites   0 Comments

Color spaces of #58714e

RGB 8811378
HSL0.290.180.37
HSV103°31°44°
CMYK 0.220.000.31   0.56
XYZ11.304814.43509.3981
Yxy14.43500.32170.4108
Hunter Lab37.9934-13.376511.9293
CIE-Lab44.8504-16.394116.5272

#58714e color RGB value is (88,113,78).

#58714e hex color red value is 88, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #58714e hue: 0.29 , saturation: 0.18 and the lightness value of 58714e is 0.37.

The process color (four color CMYK) of #58714e color hex is 0.22, 0.00, 0.31, 0.56. Web safe color of #58714e is #666666. Color #58714e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110001 01001110
Octal 130 161 116
Decimal 88 113 78
Hex 58 71 4E

RGB Percentages of Color #58714e

%31.54
%40.50
%27.96

CMYK Percentages of Color #58714e

%22
%0
%31
%56

Triadic Colors of #58714e

#58714e #4e5871 #714e58

Analogous Colors of #58714e

#58714e #4e7156 #6a714e

Monochromatic Colors of #58714e

#58714e

Complementary Color

#58714e #674e71

#58714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58714e Color CSS Codes

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

#58714e Text Font Color

<p style="color:#58714e">Text here</p>

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


#58714e Background Color

<div style="background-color:#58714e">
Div content here</div>

This div background color is #58714e


#58714e Border Color

<div style="border:3px solid #58714e">
Div here</div>

This div border color is #58714e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,113,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58714e


Comments

No comments written yet.

Please login to write comment.