Color Hex Logo

#555212 Color Hex

#555212
(85,82,18)
0 Favorites   0 Comments

Color spaces of #555212

RGB 858218
HSL0.160.650.20
HSV57°79°33°
CMYK 0.000.040.79   0.67
XYZ6.87288.00961.7560
Yxy8.00960.41310.4814
Hunter Lab28.3012-6.179416.1321
CIE-Lab34.0029-7.223635.6816

#555212 color RGB value is (85,82,18).

#555212 hex color red value is 85, green value is 82 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #555212 hue: 0.16 , saturation: 0.65 and the lightness value of 555212 is 0.20.

The process color (four color CMYK) of #555212 color hex is 0.00, 0.04, 0.79, 0.67. Web safe color of #555212 is #666600. Color #555212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 00010010
Octal 125 122 22
Decimal 85 82 18
Hex 55 52 12

RGB Percentages of Color #555212

%45.95
%44.32
%9.73

CMYK Percentages of Color #555212

%0
%4
%79
%67

Triadic Colors of #555212

#555212 #125552 #521255

Analogous Colors of #555212

#555212 #375512 #553112

Monochromatic Colors of #555212

#555212

Complementary Color

#555212 #121555

#555212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555212 Color CSS Codes

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

#555212 Text Font Color

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

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


#555212 Background Color

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

This div background color is #555212


#555212 Border Color

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

This div border color is #555212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555212


Comments

No comments written yet.

Please login to write comment.