Color Hex Logo

#553305 Color Hex

#553305
(85,51,5)
0 Favorites   0 Comments

Color spaces of #553305

RGB 85515
HSL0.100.890.18
HSV35°94°33°
CMYK 0.000.400.94   0.67
XYZ4.95754.30990.7142
Yxy4.30990.49670.4318
Hunter Lab20.76036.294812.4925
CIE-Lab24.670611.510632.3200

#553305 color RGB value is (85,51,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 00000101
Octal 125 63 5
Decimal 85 51 5
Hex 55 33 5

RGB Percentages of Color #553305

%60.28
%36.17
%3.55

CMYK Percentages of Color #553305

%0
%40
%94
%67

Triadic Colors of #553305

#553305 #055533 #330555

Analogous Colors of #553305

#553305 #4f5505 #550b05

Monochromatic Colors of #553305

#553305

Complementary Color

#553305 #052755

#553305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553305 Color CSS Codes

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

#553305 Text Font Color

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

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


#553305 Background Color

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

This div background color is #553305


#553305 Border Color

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

This div border color is #553305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553305


Comments

No comments written yet.

Please login to write comment.