Color Hex Logo

#58856b Color Hex

#58856B
(88,133,107)
0 Favorites   0 Comments

Color spaces of #58856b

RGB 88133107
HSL0.400.200.43
HSV145°34°52°
CMYK 0.340.000.20   0.48
XYZ15.065919.911316.9591
Yxy19.91130.29010.3834
Hunter Lab44.6221-17.82118.7017
CIE-Lab51.7368-21.37239.1796

#58856b color RGB value is (88,133,107).

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

The process color (four color CMYK) of #58856b color hex is 0.34, 0.00, 0.20, 0.48. Web safe color of #58856b is #669966. Color #58856b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000101 01101011
Octal 130 205 153
Decimal 88 133 107
Hex 58 85 6B

RGB Percentages of Color #58856b

%26.83
%40.55
%32.62

CMYK Percentages of Color #58856b

%34
%0
%20
%48

Triadic Colors of #58856b

#58856b #6b5885 #856b58

Analogous Colors of #58856b

#58856b #588582 #5c8558

Monochromatic Colors of #58856b

#58856b

Complementary Color

#58856b #855872

#58856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58856b Color CSS Codes

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

#58856b Text Font Color

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

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


#58856b Background Color

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

This div background color is #58856b


#58856b Border Color

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

This div border color is #58856b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58856b


Comments

No comments written yet.

Please login to write comment.