COLOR #550D0B

HEX: #550D0B
RGB: (85,13,11)

Color info

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

RGB color model

#550D0B color RGB value is (85,13,11).

  • red value is 85;
  • green value is 13;
  • blue value is 11.
RGB:
(85,13,11)
(33%,5%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 11 of 255 = 4%

85
13
11

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

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 11 = 109 (100%)
R 85 of 109 ~ 77.98%
G 13 of 109 ~ 11.93%
B 11 of 109 ~ 10.09%

%77.98
%11.93
%10.09

CMYK color model

#550D0B color CMYK value is (0,85,87,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 87.06%
  • key color value is 66.67%
CMYK:
(0,85,87,67)
C0M85Y87K67 
(0%,85%,87%,67%)
(0.00/0.85/0.87/0.67)	

CMYK percentages

%0
%84.71
%87.06
%66.67

Codes

Color #550D0B in popluar color models

550D0B
RGB851311
HSL77.08%18.82%
HSB/HSV87.06%33.33%
CMYK0.00%84.71%87.06%
66.67%

Color #550D0B in popluar number systems.

HEX550D0B
Decimal851311
Binary101010111011011
Octal1251513

Shades and tints

Shades of #550D0B

#550D0B
(85,13,11)
#4E0C0A
(78,12,10)
#470B09
(71,11,9)
#400A08
(64,10,8)
#390907
(57,9,7)
#320806
(50,8,6)
#2B0705
(43,7,5)
#240604
(36,6,4)
#1D0503
(29,5,3)
#160402
(22,4,2)
#0F0301
(15,3,1)
#000000
(0,0,0)

Tints of #550D0B

#550D0B
(85,13,11)
#642321
(100,35,33)
#733937
(115,57,55)
#824F4D
(130,79,77)
#916563
(145,101,99)
#A07B79
(160,123,121)
#AF918F
(175,145,143)
#BEA7A5
(190,167,165)
#CDBDBB
(205,189,187)
#DCD3D1
(220,211,209)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550D0B color. Also use rgb(85,13,11) instead hex code.

Text Font Color

.myTextColor { color: #550D0B; }

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

This text font color is #550D0B.


Background Color

.myBgColor { background-color: #550D0B; }

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

This div background color is #550D0B.


Border color

.myBorderColor { border: 1px solid #550D0B; }

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

This div border color is #550D0B.


Opacity

.myOpacity80 { color: #550D0B; opacity: 0.8; }

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

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

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

This text has shadow with #550D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D0B on black background.


Color preview on white background

This text has color #550D0B on white background.



Black color preview on #550D0B background

This text has black color on #550D0B background.


White color preview on #550D0B background

This text has white color on #550D0B background.