Color Hex Logo

#585516 Color Hex

#585516
(88,85,22)
0 Favorites   0 Comments

Color spaces of #585516

RGB 888522
HSL0.160.600.22
HSV57°75°35°
CMYK 0.000.030.75   0.65
XYZ7.41788.62962.0338
Yxy8.62960.41020.4773
Hunter Lab29.3762-6.335216.4585
CIE-Lab35.2611-7.280535.3157

#585516 color RGB value is (88,85,22).

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

The process color (four color CMYK) of #585516 color hex is 0.00, 0.03, 0.75, 0.65. Web safe color of #585516 is #666600. Color #585516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 00010110
Octal 130 125 26
Decimal 88 85 22
Hex 58 55 16

RGB Percentages of Color #585516

%45.13
%43.59
%11.28

CMYK Percentages of Color #585516

%0
%3
%75
%65

Triadic Colors of #585516

#585516 #165855 #551658

Analogous Colors of #585516

#585516 #3a5816 #583416

Monochromatic Colors of #585516

#585516

Complementary Color

#585516 #161958

#585516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585516 Color CSS Codes

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

#585516 Text Font Color

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

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


#585516 Background Color

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

This div background color is #585516


#585516 Border Color

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

This div border color is #585516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585516


Comments

No comments written yet.

Please login to write comment.