Color Hex Logo

#553210 Color Hex

#553210
(85,50,16)
0 Favorites   0 Comments

Color spaces of #553210

RGB 855016
HSL0.080.680.20
HSV30°81°33°
CMYK 0.000.410.81   0.67
XYZ4.98044.24991.0480
Yxy4.24990.48460.4135
Hunter Lab20.61537.046711.4166
CIE-Lab24.481012.615127.2515

#553210 color RGB value is (85,50,16).

#553210 hex color red value is 85, green value is 50 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #553210 hue: 0.08 , saturation: 0.68 and the lightness value of 553210 is 0.20.

The process color (four color CMYK) of #553210 color hex is 0.00, 0.41, 0.81, 0.67. Web safe color of #553210 is #663300. Color #553210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 00010000
Octal 125 62 20
Decimal 85 50 16
Hex 55 32 10

RGB Percentages of Color #553210

%56.29
%33.11
%10.60

CMYK Percentages of Color #553210

%0
%41
%81
%67

Triadic Colors of #553210

#553210 #105532 #321055

Analogous Colors of #553210

#553210 #555510 #551011

Monochromatic Colors of #553210

#553210

Complementary Color

#553210 #103355

#553210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553210 Color CSS Codes

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

#553210 Text Font Color

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

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


#553210 Background Color

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

This div background color is #553210


#553210 Border Color

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

This div border color is #553210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553210


Comments

No comments written yet.

Please login to write comment.