Color Hex Logo

#553003 Color Hex

#553003
(85,48,3)
0 Favorites   0 Comments

Color spaces of #553003

RGB 85483
HSL0.090.930.17
HSV33°96°33°
CMYK 0.000.440.96   0.67
XYZ4.81974.05180.6142
Yxy4.05180.50810.4271
Hunter Lab20.12917.514112.2812
CIE-Lab23.842013.335132.3217

#553003 color RGB value is (85,48,3).

#553003 hex color red value is 85, green value is 48 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #553003 hue: 0.09 , saturation: 0.93 and the lightness value of 553003 is 0.17.

The process color (four color CMYK) of #553003 color hex is 0.00, 0.44, 0.96, 0.67. Web safe color of #553003 is #663300. Color #553003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 00000011
Octal 125 60 3
Decimal 85 48 3
Hex 55 30 3

RGB Percentages of Color #553003

%62.50
%35.29
%2.21

CMYK Percentages of Color #553003

%0
%44
%96
%67

Triadic Colors of #553003

#553003 #035530 #300355

Analogous Colors of #553003

#553003 #515503 #550703

Monochromatic Colors of #553003

#553003

Complementary Color

#553003 #032855

#553003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553003 Color CSS Codes

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

#553003 Text Font Color

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

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


#553003 Background Color

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

This div background color is #553003


#553003 Border Color

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

This div border color is #553003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553003


Comments

No comments written yet.

Please login to write comment.