Color Hex Logo

#585545 Color Hex

#585545
(88,85,69)
0 Favorites   0 Comments

Color spaces of #585545

RGB 888569
HSL0.140.120.31
HSV51°22°35°
CMYK 0.000.030.22   0.65
XYZ8.34729.00146.9277
Yxy9.00140.34380.3708
Hunter Lab30.0023-2.84217.3113
CIE-Lab35.9870-1.83419.7892

#585545 color RGB value is (88,85,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 01000101
Octal 130 125 105
Decimal 88 85 69
Hex 58 55 45

RGB Percentages of Color #585545

%36.36
%35.12
%28.51

CMYK Percentages of Color #585545

%0
%3
%22
%65

Triadic Colors of #585545

#585545 #455855 #554558

Analogous Colors of #585545

#585545 #525845 #584c45

Monochromatic Colors of #585545

#585545

Complementary Color

#585545 #454858

#585545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585545 Color CSS Codes

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

#585545 Text Font Color

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

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


#585545 Background Color

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

This div background color is #585545


#585545 Border Color

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

This div border color is #585545


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,85,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 #585545">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585545


Comments

No comments written yet.

Please login to write comment.