Color Hex Logo

#553006 Color Hex

#553006
(85,48,6)
0 Favorites   0 Comments

Color spaces of #553006

RGB 85486
HSL0.090.870.18
HSV32°93°33°
CMYK 0.000.440.93   0.67
XYZ4.83614.05830.7007
Yxy4.05830.50400.4230
Hunter Lab20.14527.596912.0394
CIE-Lab23.863313.453031.1211

#553006 color RGB value is (85,48,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 00000110
Octal 125 60 6
Decimal 85 48 6
Hex 55 30 6

RGB Percentages of Color #553006

%61.15
%34.53
%4.32

CMYK Percentages of Color #553006

%0
%44
%93
%67

Triadic Colors of #553006

#553006 #065530 #300655

Analogous Colors of #553006

#553006 #525506 #550906

Monochromatic Colors of #553006

#553006

Complementary Color

#553006 #062b55

#553006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553006 Color CSS Codes

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

#553006 Text Font Color

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

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


#553006 Background Color

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

This div background color is #553006


#553006 Border Color

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

This div border color is #553006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553006


Comments

No comments written yet.

Please login to write comment.