Color Hex Logo

#585145 Color Hex

#585145
(88,81,69)
0 Favorites   0 Comments

Color spaces of #585145

RGB 888169
HSL0.110.120.31
HSV38°22°35°
CMYK 0.000.080.22   0.65
XYZ8.04118.38926.8257
Yxy8.38920.34580.3607
Hunter Lab28.9641-1.13156.3026
CIE-Lab34.78060.61518.1031

#585145 color RGB value is (88,81,69).

#585145 hex color red value is 88, green value is 81 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #585145 hue: 0.11 , saturation: 0.12 and the lightness value of 585145 is 0.31.

The process color (four color CMYK) of #585145 color hex is 0.00, 0.08, 0.22, 0.65. Web safe color of #585145 is #666633. Color #585145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010001 01000101
Octal 130 121 105
Decimal 88 81 69
Hex 58 51 45

RGB Percentages of Color #585145

%36.97
%34.03
%28.99

CMYK Percentages of Color #585145

%0
%8
%22
%65

Triadic Colors of #585145

#585145 #455851 #514558

Analogous Colors of #585145

#585145 #565845 #584845

Monochromatic Colors of #585145

#585145

Complementary Color

#585145 #454c58

#585145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585145 Color CSS Codes

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

#585145 Text Font Color

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

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


#585145 Background Color

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

This div background color is #585145


#585145 Border Color

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

This div border color is #585145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585145


Comments

No comments written yet.

Please login to write comment.