Color Hex Logo

#550603 Color Hex

#550603
(85,6,3)
0 Favorites   0 Comments

Color spaces of #550603

RGB 8563
HSL0.010.930.17
HSV96°33°
CMYK 0.000.930.96   0.67
XYZ3.82792.06810.2836
Yxy2.06810.61940.3347
Hunter Lab14.380922.34658.8974
CIE-Lab15.840634.142723.2550

#550603 color RGB value is (85,6,3).

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

The process color (four color CMYK) of #550603 color hex is 0.00, 0.93, 0.96, 0.67. Web safe color of #550603 is #660000. Color #550603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 00000011
Octal 125 6 3
Decimal 85 6 3
Hex 55 6 3

RGB Percentages of Color #550603

%90.43
%6.38
%3.19

CMYK Percentages of Color #550603

%0
%93
%96
%67

Triadic Colors of #550603

#550603 #035506 #060355

Analogous Colors of #550603

#550603 #552f03 #550329

Monochromatic Colors of #550603

#550603

Complementary Color

#550603 #035255

#550603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550603 Color CSS Codes

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

#550603 Text Font Color

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

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


#550603 Background Color

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

This div background color is #550603


#550603 Border Color

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

This div border color is #550603


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,6,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 #550603">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550603


Comments

No comments written yet.

Please login to write comment.