Color Hex Logo

#555231 Color Hex

#555231
(85,82,49)
0 Favorites   0 Comments

Color spaces of #555231

RGB 858249
HSL0.150.270.26
HSV55°42°33°
CMYK 0.000.040.42   0.67
XYZ7.31808.18764.1004
Yxy8.18760.37330.4176
Hunter Lab28.6140-4.423311.5335
CIE-Lab34.3706-4.404519.8082

#555231 color RGB value is (85,82,49).

#555231 hex color red value is 85, green value is 82 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #555231 hue: 0.15 , saturation: 0.27 and the lightness value of 555231 is 0.26.

The process color (four color CMYK) of #555231 color hex is 0.00, 0.04, 0.42, 0.67. Web safe color of #555231 is #666633. Color #555231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 00110001
Octal 125 122 61
Decimal 85 82 49
Hex 55 52 31

RGB Percentages of Color #555231

%39.35
%37.96
%22.69

CMYK Percentages of Color #555231

%0
%4
%42
%67

Triadic Colors of #555231

#555231 #315552 #523155

Analogous Colors of #555231

#555231 #465531 #554031

Monochromatic Colors of #555231

#555231

Complementary Color

#555231 #313455

#555231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555231 Color CSS Codes

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

#555231 Text Font Color

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

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


#555231 Background Color

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

This div background color is #555231


#555231 Border Color

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

This div border color is #555231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555231


Comments

No comments written yet.

Please login to write comment.