Color Hex Logo

#58785a Color Hex

#58785A
(88,120,90)
0 Favorites   0 Comments

Color spaces of #58785a

RGB 8812090
HSL0.340.150.41
HSV124°27°47°
CMYK 0.270.000.25   0.53
XYZ12.586416.245812.1452
Yxy16.24580.30720.3965
Hunter Lab40.3061-14.795410.3487
CIE-Lab47.2953-17.971012.8553

#58785a color RGB value is (88,120,90).

#58785a hex color red value is 88, green value is 120 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #58785a hue: 0.34 , saturation: 0.15 and the lightness value of 58785a is 0.41.

The process color (four color CMYK) of #58785a color hex is 0.27, 0.00, 0.25, 0.53. Web safe color of #58785a is #666666. Color #58785a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111000 01011010
Octal 130 170 132
Decimal 88 120 90
Hex 58 78 5A

RGB Percentages of Color #58785a

%29.53
%40.27
%30.20

CMYK Percentages of Color #58785a

%27
%0
%25
%53

Triadic Colors of #58785a

#58785a #5a5878 #785a58

Analogous Colors of #58785a

#58785a #58786a #667858

Monochromatic Colors of #58785a

#58785a

Complementary Color

#58785a #785876

#58785a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58785a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58785a Color CSS Codes

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

#58785a Text Font Color

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

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


#58785a Background Color

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

This div background color is #58785a


#58785a Border Color

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

This div border color is #58785a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,120,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58785a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58785a;
  -webkit-box-shadow: 1px 1px 3px 2px #58785a;
  box-shadow:         1px 1px 3px 2px #58785a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58785a


Comments

No comments written yet.

Please login to write comment.