Color Hex Logo

#585207 Color Hex

#585207
(88,82,7)
0 Favorites   0 Comments

Color spaces of #585207

RGB 88827
HSL0.150.850.19
HSV56°92°35°
CMYK 0.000.070.92   0.65
XYZ7.08018.12461.3961
Yxy8.12460.42650.4894
Hunter Lab28.5037-5.543417.0486
CIE-Lab34.2410-6.176639.8114

#585207 color RGB value is (88,82,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010010 00000111
Octal 130 122 7
Decimal 88 82 7
Hex 58 52 7

RGB Percentages of Color #585207

%49.72
%46.33
%3.95

CMYK Percentages of Color #585207

%0
%7
%92
%65

Triadic Colors of #585207

#585207 #075852 #520758

Analogous Colors of #585207

#585207 #355807 #582a07

Monochromatic Colors of #585207

#585207

Complementary Color

#585207 #070d58

#585207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585207 Color CSS Codes

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

#585207 Text Font Color

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

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


#585207 Background Color

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

This div background color is #585207


#585207 Border Color

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

This div border color is #585207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585207


Comments

No comments written yet.

Please login to write comment.