Color Hex Logo

#585519 Color Hex

#585519
(88,85,25)
0 Favorites   0 Comments

Color spaces of #585519

RGB 888525
HSL0.160.560.22
HSV57°72°35°
CMYK 0.000.030.72   0.65
XYZ7.44858.64192.1952
Yxy8.64190.40730.4726
Hunter Lab29.3971-6.217516.1506
CIE-Lab35.2855-7.091133.9895

#585519 color RGB value is (88,85,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 00011001
Octal 130 125 31
Decimal 88 85 25
Hex 58 55 19

RGB Percentages of Color #585519

%44.44
%42.93
%12.63

CMYK Percentages of Color #585519

%0
%3
%72
%65

Triadic Colors of #585519

#585519 #195855 #551958

Analogous Colors of #585519

#585519 #3c5819 #583619

Monochromatic Colors of #585519

#585519

Complementary Color

#585519 #191c58

#585519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585519 Color CSS Codes

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

#585519 Text Font Color

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

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


#585519 Background Color

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

This div background color is #585519


#585519 Border Color

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

This div border color is #585519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585519


Comments

No comments written yet.

Please login to write comment.