COLOR #551208

HEX: #551208
RGB: (85,18,8)

Color info

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

RGB color model

#551208 color RGB value is (85,18,8).

  • red value is 85;
  • green value is 18;
  • blue value is 8.
RGB:
(85,18,8)
(33%,7%,3%)

RGB channels and saturation

R 85 of 255 = 33%
G 18 of 255 = 7%
B 8 of 255 = 3%

85
18
8

R + G + B ~ 14%. #551208 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 18 + 8 = 111 (100%)
R 85 of 111 ~ 76.58%
G 18 of 111 ~ 16.22%
B 8 of 111 ~ 7.21%

%76.58
%16.22

CMYK color model

#551208 color CMYK value is (0,79,91,67).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 90.59%
  • key color value is 66.67%
CMYK:
(0,79,91,67)
C0M79Y91K67 
(0%,79%,91%,67%)
(0.00/0.79/0.91/0.67)	

CMYK percentages

%0
%78.82
%90.59
%66.67

Codes

Color #551208 in popluar color models

551208
RGB85188
HSL82.80%18.24%
HSB/HSV90.59%33.33%
CMYK0.00%78.82%90.59%
66.67%

Color #551208 in popluar number systems.

HEX551208
Decimal85188
Binary1010101100101000
Octal1252210

Shades and tints

Shades of #551208

#551208
(85,18,8)
#4E1108
(78,17,8)
#471008
(71,16,8)
#400F08
(64,15,8)
#390E08
(57,14,8)
#320D08
(50,13,8)
#2B0C08
(43,12,8)
#240B08
(36,11,8)
#1D0A08
(29,10,8)
#160908
(22,9,8)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #551208

#551208
(85,18,8)
#64271E
(100,39,30)
#733C34
(115,60,52)
#82514A
(130,81,74)
#916660
(145,102,96)
#A07B76
(160,123,118)
#AF908C
(175,144,140)
#BEA5A2
(190,165,162)
#CDBAB8
(205,186,184)
#DCCFCE
(220,207,206)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551208 color. Also use rgb(85,18,8) instead hex code.

Text Font Color

.myTextColor { color: #551208; }

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

This text font color is #551208.


Background Color

.myBgColor { background-color: #551208; }

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

This div background color is #551208.


Border color

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

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

This div border color is #551208.


Opacity

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

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

Text with #551208 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 #551208;}

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

This text has shadow with #551208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551208 on black background.


Color preview on white background

This text has color #551208 on white background.



Black color preview on #551208 background

This text has black color on #551208 background.


White color preview on #551208 background

This text has white color on #551208 background.