Color Hex Logo

#585528 Color Hex

#585528
(88,85,40)
0 Favorites   0 Comments

Color spaces of #585528

RGB 888540
HSL0.160.380.25
HSV56°55°35°
CMYK 0.000.030.55   0.65
XYZ7.65608.72493.2880
Yxy8.72490.38920.4436
Hunter Lab29.5379-5.425614.0767
CIE-Lab35.4491-5.827826.4247

#585528 color RGB value is (88,85,40).

#585528 hex color red value is 88, green value is 85 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #585528 hue: 0.16 , saturation: 0.38 and the lightness value of 585528 is 0.25.

The process color (four color CMYK) of #585528 color hex is 0.00, 0.03, 0.55, 0.65. Web safe color of #585528 is #666633. Color #585528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 00101000
Octal 130 125 50
Decimal 88 85 40
Hex 58 55 28

RGB Percentages of Color #585528

%41.31
%39.91
%18.78

CMYK Percentages of Color #585528

%0
%3
%55
%65

Triadic Colors of #585528

#585528 #285855 #552858

Analogous Colors of #585528

#585528 #435828 #583d28

Monochromatic Colors of #585528

#585528

Complementary Color

#585528 #282b58

#585528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585528 Color CSS Codes

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

#585528 Text Font Color

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

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


#585528 Background Color

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

This div background color is #585528


#585528 Border Color

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

This div border color is #585528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585528


Comments

No comments written yet.

Please login to write comment.