Color Hex Logo

#58864f Color Hex

#58864F
(88,134,79)
0 Favorites   0 Comments

Color spaces of #58864f

RGB 8813479
HSL0.310.260.42
HSV110°41°53°
CMYK 0.340.000.41   0.47
XYZ13.960919.689410.4618
Yxy19.68940.31650.4463
Hunter Lab44.3727-21.491217.0821
CIE-Lab51.4842-27.067924.7486

#58864f color RGB value is (88,134,79).

#58864f hex color red value is 88, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #58864f hue: 0.31 , saturation: 0.26 and the lightness value of 58864f is 0.42.

The process color (four color CMYK) of #58864f color hex is 0.34, 0.00, 0.41, 0.47. Web safe color of #58864f is #669966. Color #58864f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000110 01001111
Octal 130 206 117
Decimal 88 134 79
Hex 58 86 4F

RGB Percentages of Color #58864f

%29.24
%44.52
%26.25

CMYK Percentages of Color #58864f

%34
%0
%41
%47

Triadic Colors of #58864f

#58864f #4f5886 #864f58

Analogous Colors of #58864f

#58864f #4f8662 #74864f

Monochromatic Colors of #58864f

#58864f

Complementary Color

#58864f #7d4f86

#58864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58864f Color CSS Codes

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

#58864f Text Font Color

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

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


#58864f Background Color

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

This div background color is #58864f


#58864f Border Color

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

This div border color is #58864f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,134,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58864f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58864f;
  -webkit-box-shadow: 1px 1px 3px 2px #58864f;
  box-shadow:         1px 1px 3px 2px #58864f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58864f


Comments

No comments written yet.

Please login to write comment.