Color Hex Logo

#587052 Color Hex

#587052
(88,112,82)
0 Favorites   0 Comments

Color spaces of #587052

RGB 8811282
HSL0.300.150.38
HSV108°27°44°
CMYK 0.210.000.27   0.56
XYZ11.341714.272210.1397
Yxy14.27220.31720.3992
Hunter Lab37.7786-12.524110.5317
CIE-Lab44.6208-15.137013.8650

#587052 color RGB value is (88,112,82).

#587052 hex color red value is 88, green value is 112 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #587052 hue: 0.30 , saturation: 0.15 and the lightness value of 587052 is 0.38.

The process color (four color CMYK) of #587052 color hex is 0.21, 0.00, 0.27, 0.56. Web safe color of #587052 is #666666. Color #587052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110000 01010010
Octal 130 160 122
Decimal 88 112 82
Hex 58 70 52

RGB Percentages of Color #587052

%31.21
%39.72
%29.08

CMYK Percentages of Color #587052

%21
%0
%27
%56

Triadic Colors of #587052

#587052 #525870 #705258

Analogous Colors of #587052

#587052 #52705b #677052

Monochromatic Colors of #587052

#587052

Complementary Color

#587052 #6a5270

#587052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#587052 Color CSS Codes

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

#587052 Text Font Color

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

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


#587052 Background Color

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

This div background color is #587052


#587052 Border Color

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

This div border color is #587052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,112,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #587052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #587052;
  -webkit-box-shadow: 1px 1px 3px 2px #587052;
  box-shadow:         1px 1px 3px 2px #587052; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587052


Comments

No comments written yet.

Please login to write comment.