Color Hex Logo

#552306 Color Hex

#552306
(85,35,6)
0 Favorites   0 Comments

Color spaces of #552306

RGB 85356
HSL0.060.870.18
HSV22°93°33°
CMYK 0.000.590.93   0.67
XYZ4.38023.14650.5488
Yxy3.14650.54240.3896
Hunter Lab17.738413.035510.5825
CIE-Lab20.621321.411627.7043

#552306 color RGB value is (85,35,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 00000110
Octal 125 43 6
Decimal 85 35 6
Hex 55 23 6

RGB Percentages of Color #552306

%67.46
%27.78
%4.76

CMYK Percentages of Color #552306

%0
%59
%93
%67

Triadic Colors of #552306

#552306 #065523 #230655

Analogous Colors of #552306

#552306 #554b06 #550610

Monochromatic Colors of #552306

#552306

Complementary Color

#552306 #063855

#552306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552306 Color CSS Codes

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

#552306 Text Font Color

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

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


#552306 Background Color

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

This div background color is #552306


#552306 Border Color

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

This div border color is #552306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552306


Comments

No comments written yet.

Please login to write comment.