COLOR #550D0E

HEX: #550D0E
RGB: (85,13,14)

Color info

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

RGB color model

#550D0E color RGB value is (85,13,14).

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

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 14 of 255 = 5%

85
13
14

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

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 14 = 112 (100%)
R 85 of 112 ~ 75.89%
G 13 of 112 ~ 11.61%
B 14 of 112 ~ 12.5%

%75.89
%11.61
%12.5

CMYK color model

#550D0E color CMYK value is (0,85,84,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 83.53%
  • key color value is 66.67%
CMYK: (0,85,84,67) C0M85Y84K67 (0%,85%,84%,67%) (0.00/0.85/0.84/0.67)

CMYK percentages

%0
%84.71
%83.53
%66.67

Codes

Color #550D0E in popluar color models

550D0E
RGB851314
HSL359°73.47%19.22%
HSB/HSV359°84.71%33.33%
CMYK0.00%84.71%83.53%
66.67%

Color #550D0E in popluar number systems.

HEX550D0E
Decimal851314
Binary101010111011110
Octal1251516

Shades and tints

Shades of #550D0E

#550D0E
(85,13,14)
#4E0C0D
(78,12,13)
#470B0C
(71,11,12)
#400A0B
(64,10,11)
#39090A
(57,9,10)
#320809
(50,8,9)
#2B0708
(43,7,8)
#240607
(36,6,7)
#1D0506
(29,5,6)
#160405
(22,4,5)
#0F0304
(15,3,4)
#000000
(0,0,0)

Tints of #550D0E

#550D0E
(85,13,14)
#642323
(100,35,35)
#733938
(115,57,56)
#824F4D
(130,79,77)
#916562
(145,101,98)
#A07B77
(160,123,119)
#AF918C
(175,145,140)
#BEA7A1
(190,167,161)
#CDBDB6
(205,189,182)
#DCD3CB
(220,211,203)
#EBE9E0
(235,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550D0E; }

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

This text font color is #550D0E.


Background Color

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

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

This div background color is #550D0E.


Border color

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

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

This div border color is #550D0E.


Opacity

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

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

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

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

This text has shadow with #550D0E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #550D0E on black background.


Color preview on white background

This text has color #550D0E on white background.



Black color preview on #550D0E background

This text has black color on #550D0E background.


White color preview on #550D0E background

This text has white color on #550D0E background.