Color Hex Logo

#58582f Color Hex

#58582F
(88,88,47)
0 Favorites   0 Comments

Color spaces of #58582f

RGB 888847
HSL0.170.300.26
HSV60°47°35°
CMYK 0.000.000.47   0.65
XYZ8.02739.25944.0535
Yxy9.25940.37620.4339
Hunter Lab30.4293-6.162613.4024
CIE-Lab36.4790-6.831023.7000

#58582f color RGB value is (88,88,47).

#58582f hex color red value is 88, green value is 88 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #58582f hue: 0.17 , saturation: 0.30 and the lightness value of 58582f is 0.26.

The process color (four color CMYK) of #58582f color hex is 0.00, 0.00, 0.47, 0.65. Web safe color of #58582f is #666633. Color #58582f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 00101111
Octal 130 130 57
Decimal 88 88 47
Hex 58 58 2F

RGB Percentages of Color #58582f

%39.46
%39.46
%21.08

CMYK Percentages of Color #58582f

%0
%0
%47
%65

Triadic Colors of #58582f

#58582f #2f5858 #582f58

Analogous Colors of #58582f

#58582f #44582f #58442f

Monochromatic Colors of #58582f

#58582f

Complementary Color

#58582f #2f2f58

#58582f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58582f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58582f Color CSS Codes

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

#58582f Text Font Color

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

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


#58582f Background Color

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

This div background color is #58582f


#58582f Border Color

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

This div border color is #58582f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58582f


Comments

No comments written yet.

Please login to write comment.