COLOR #551606

HEX: #551606
RGB: (85,22,6)

Color info

#551606 contains mainly red color. Web safe color of #551606 is #660000 (or #600).

RGB color model

#551606 color RGB value is (85,22,6).

  • red value is 85;
  • green value is 22;
  • blue value is 6.
RGB:
(85,22,6)
(33%,9%,2%)

RGB channels and saturation

R 85 of 255 = 33%
G 22 of 255 = 9%
B 6 of 255 = 2%

85
22
6

R + G + B ~ 15%. #551606 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 22 + 6 = 113 (100%)
R 85 of 113 ~ 75.22%
G 22 of 113 ~ 19.47%
B 6 of 113 ~ 5.31%

%75.22
%19.47

CMYK color model

#551606 color CMYK value is (0,74,93,67).

  • cyan value is 0.00%
  • magenta value is 74.12%
  • yellow value is 92.94%
  • key color value is 66.67%
CMYK:
(0,74,93,67)
C0M74Y93K67 
(0%,74%,93%,67%)
(0.00/0.74/0.93/0.67)	

CMYK percentages

%0
%74.12
%92.94
%66.67

Codes

Color #551606 in popluar color models

551606
RGB85226
HSL12°86.81%17.84%
HSB/HSV12°92.94%33.33%
CMYK0.00%74.12%92.94%
66.67%

Color #551606 in popluar number systems.

HEX551606
Decimal85226
Binary101010110110110
Octal125266

Shades and tints

Shades of #551606

#551606
(85,22,6)
#4E1406
(78,20,6)
#471206
(71,18,6)
#401006
(64,16,6)
#390E06
(57,14,6)
#320C06
(50,12,6)
#2B0A06
(43,10,6)
#240806
(36,8,6)
#1D0606
(29,6,6)
#160406
(22,4,6)
#0F0206
(15,2,6)
#000000
(0,0,0)

Tints of #551606

#551606
(85,22,6)
#642B1C
(100,43,28)
#734032
(115,64,50)
#825548
(130,85,72)
#916A5E
(145,106,94)
#A07F74
(160,127,116)
#AF948A
(175,148,138)
#BEA9A0
(190,169,160)
#CDBEB6
(205,190,182)
#DCD3CC
(220,211,204)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551606 color. Also use rgb(85,22,6) instead hex code.

Text Font Color

.myTextColor { color: #551606; }

<p style="color:#551606">This sample text font color is #551606.</p>

This text font color is #551606.


Background Color

.myBgColor { background-color: #551606; }

<div style="background-color:#551606">Inner text</div>

This div background color is #551606.


Border color

.myBorderColor { border: 1px solid #551606; }

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

This div border color is #551606.


Opacity

.myOpacity80 { color: #551606; opacity: 0.8; }

<p style="color:#551606;opacity:0.8;">80%</p>

Text with #551606 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #551606;}

<p style="text-shadow: 3px 3px 1px #551606">Text here.</p>

This text has shadow with #551606 color.

.textShadow {text-shadow: 3px 3px 1px #551606, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #551606, 5px 5px 20px red">Text here.</p>

This text has shadow with #551606 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#551606, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#551606, Direction=45, Strength=4)">Text</p>

This text has shadow with #551606 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #551606;
  -webkit-box-shadow:	1px 1px 3px 2px #551606;
  box-shadow:		1px 1px 3px 2px #551606;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #551606;
-webkit-box-shadow: 1px 1px 3px 2px #551606;
box-shadow:1px 1px 3px 2px #551606;">
Div content here</div>
This div box has shadow with color #551606.

Preview

Color preview on black background

This text has color #551606 on black background.


Color preview on white background

This text has color #551606 on white background.



Black color preview on #551606 background

This text has black color on #551606 background.


White color preview on #551606 background

This text has white color on #551606 background.