Color Hex Logo

#585218 Color Hex

#585218
(88,82,24)
0 Favorites   0 Comments

Color spaces of #585218

RGB 888224
HSL0.150.570.22
HSV54°73°35°
CMYK 0.000.070.73   0.65
XYZ7.20678.17522.0623
Yxy8.17520.41310.4686
Hunter Lab28.5923-5.045615.7382
CIE-Lab34.3451-5.378733.4897

#585218 color RGB value is (88,82,24).

#585218 hex color red value is 88, green value is 82 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #585218 hue: 0.15 , saturation: 0.57 and the lightness value of 585218 is 0.22.

The process color (four color CMYK) of #585218 color hex is 0.00, 0.07, 0.73, 0.65. Web safe color of #585218 is #666600. Color #585218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 00011000
Octal 130 122 30
Decimal 88 82 24
Hex 58 52 18

RGB Percentages of Color #585218

%45.36
%42.27
%12.37

CMYK Percentages of Color #585218

%0
%7
%73
%65

Triadic Colors of #585218

#585218 #185852 #521858

Analogous Colors of #585218

#585218 #3e5818 #583218

Monochromatic Colors of #585218

#585218

Complementary Color

#585218 #181e58

#585218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585218 Color CSS Codes

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

#585218 Text Font Color

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

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


#585218 Background Color

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

This div background color is #585218


#585218 Border Color

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

This div border color is #585218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585218


Comments

No comments written yet.

Please login to write comment.