Color Hex Logo

#553221 Color Hex

#553221
(85,50,33)
0 Favorites   0 Comments

Color spaces of #553221

RGB 855033
HSL0.050.440.23
HSV20°61°33°
CMYK 0.000.410.61   0.67
XYZ5.16144.32232.0011
Yxy4.32230.44940.3763
Hunter Lab20.79017.93208.8463
CIE-Lab24.709513.869517.4093

#553221 color RGB value is (85,50,33).

#553221 hex color red value is 85, green value is 50 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #553221 hue: 0.05 , saturation: 0.44 and the lightness value of 553221 is 0.23.

The process color (four color CMYK) of #553221 color hex is 0.00, 0.41, 0.61, 0.67. Web safe color of #553221 is #663333. Color #553221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 00100001
Octal 125 62 41
Decimal 85 50 33
Hex 55 32 21

RGB Percentages of Color #553221

%50.60
%29.76
%19.64

CMYK Percentages of Color #553221

%0
%41
%61
%67

Triadic Colors of #553221

#553221 #215532 #322155

Analogous Colors of #553221

#553221 #554c21 #55212a

Monochromatic Colors of #553221

#553221

Complementary Color

#553221 #214455

#553221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553221 Color CSS Codes

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

#553221 Text Font Color

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

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


#553221 Background Color

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

This div background color is #553221


#553221 Border Color

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

This div border color is #553221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553221


Comments

No comments written yet.

Please login to write comment.