Color Hex Logo

#553302 Color Hex

#553302
(85,51,2)
0 Favorites   0 Comments

Color spaces of #553302

RGB 85512
HSL0.100.950.17
HSV35°98°33°
CMYK 0.000.400.98   0.67
XYZ4.94114.30330.6276
Yxy4.30330.50050.4359
Hunter Lab20.74446.214212.7273
CIE-Lab24.649811.393933.5228

#553302 color RGB value is (85,51,2).

#553302 hex color red value is 85, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #553302 hue: 0.10 , saturation: 0.95 and the lightness value of 553302 is 0.17.

The process color (four color CMYK) of #553302 color hex is 0.00, 0.40, 0.98, 0.67. Web safe color of #553302 is #663300. Color #553302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 00000010
Octal 125 63 2
Decimal 85 51 2
Hex 55 33 2

RGB Percentages of Color #553302

%61.59
%36.96
%1.45

CMYK Percentages of Color #553302

%0
%40
%98
%67

Triadic Colors of #553302

#553302 #025533 #330255

Analogous Colors of #553302

#553302 #4e5502 #550a02

Monochromatic Colors of #553302

#553302

Complementary Color

#553302 #022455

#553302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553302 Color CSS Codes

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

#553302 Text Font Color

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

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


#553302 Background Color

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

This div background color is #553302


#553302 Border Color

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

This div border color is #553302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553302


Comments

No comments written yet.

Please login to write comment.