Color Hex Logo

#58895b Color Hex

#58895B
(88,137,91)
0 Favorites   0 Comments

Color spaces of #58895b

RGB 8813791
HSL0.340.220.44
HSV124°36°54°
CMYK 0.360.000.34   0.46
XYZ14.858520.721413.1140
Yxy20.72140.30510.4255
Hunter Lab45.5208-21.396914.7838
CIE-Lab52.6432-26.526919.5812

#58895b color RGB value is (88,137,91).

#58895b hex color red value is 88, green value is 137 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #58895b hue: 0.34 , saturation: 0.22 and the lightness value of 58895b is 0.44.

The process color (four color CMYK) of #58895b color hex is 0.36, 0.00, 0.34, 0.46. Web safe color of #58895b is #669966. Color #58895b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10001001 01011011
Octal 130 211 133
Decimal 88 137 91
Hex 58 89 5B

RGB Percentages of Color #58895b

%27.85
%43.35
%28.80

CMYK Percentages of Color #58895b

%36
%0
%34
%46

Triadic Colors of #58895b

#58895b #5b5889 #895b58

Analogous Colors of #58895b

#58895b #588974 #6e8958

Monochromatic Colors of #58895b

#58895b

Complementary Color

#58895b #895886

#58895b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58895b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58895b Color CSS Codes

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

#58895b Text Font Color

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

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


#58895b Background Color

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

This div background color is #58895b


#58895b Border Color

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

This div border color is #58895b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,137,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58895b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58895b;
  -webkit-box-shadow: 1px 1px 3px 2px #58895b;
  box-shadow:         1px 1px 3px 2px #58895b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58895b


Comments

No comments written yet.

Please login to write comment.