Color Hex Logo

#58855f Color Hex

#58855F
(88,133,95)
0 Favorites   0 Comments

Color spaces of #58855f

RGB 8813395
HSL0.360.200.43
HSV129°34°52°
CMYK 0.340.000.29   0.48
XYZ14.477619.676013.8613
Yxy19.67600.30150.4098
Hunter Lab44.3576-19.366412.5228
CIE-Lab51.4689-23.786715.7149

#58855f color RGB value is (88,133,95).

#58855f hex color red value is 88, green value is 133 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #58855f hue: 0.36 , saturation: 0.20 and the lightness value of 58855f is 0.43.

The process color (four color CMYK) of #58855f color hex is 0.34, 0.00, 0.29, 0.48. Web safe color of #58855f is #669966. Color #58855f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000101 01011111
Octal 130 205 137
Decimal 88 133 95
Hex 58 85 5F

RGB Percentages of Color #58855f

%27.85
%42.09
%30.06

CMYK Percentages of Color #58855f

%34
%0
%29
%48

Triadic Colors of #58855f

#58855f #5f5885 #855f58

Analogous Colors of #58855f

#58855f #588576 #688558

Monochromatic Colors of #58855f

#58855f

Complementary Color

#58855f #85587e

#58855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58855f Color CSS Codes

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

#58855f Text Font Color

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

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


#58855f Background Color

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

This div background color is #58855f


#58855f Border Color

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

This div border color is #58855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58855f


Comments

No comments written yet.

Please login to write comment.