COLOR #550A13

HEX: #550A13
RGB: (85,10,19)

Color info

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

RGB color model

#550A13 color RGB value is (85,10,19).

  • red value is 85;
  • green value is 10;
  • blue value is 19.
RGB:
(85,10,19)
(33%,4%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 10 of 255 = 4%
B 19 of 255 = 7%

85
10
19

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

Portions of RGB colors in percentages

R + G + B =
85 + 10 + 19 = 114 (100%)
R 85 of 114 ~ 74.56%
G 10 of 114 ~ 8.77%
B 19 of 114 ~ 16.67%

%74.56
%16.67

CMYK color model

#550A13 color CMYK value is (0,88,78,67).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(0,88,78,67)
C0M88Y78K67 
(0%,88%,78%,67%)
(0.00/0.88/0.78/0.67)	

CMYK percentages

%0
%88.24
%77.65
%66.67

Codes

Color #550A13 in popluar color models

550A13
RGB851019
HSL353°78.95%18.63%
HSB/HSV353°88.24%33.33%
CMYK0.00%88.24%77.65%
66.67%

Color #550A13 in popluar number systems.

HEX550A13
Decimal851019
Binary1010101101010011
Octal1251223

Shades and tints

Shades of #550A13

#550A13
(85,10,19)
#4E0A12
(78,10,18)
#470A11
(71,10,17)
#400A10
(64,10,16)
#390A0F
(57,10,15)
#320A0E
(50,10,14)
#2B0A0D
(43,10,13)
#240A0C
(36,10,12)
#1D0A0B
(29,10,11)
#160A0A
(22,10,10)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #550A13

#550A13
(85,10,19)
#642028
(100,32,40)
#73363D
(115,54,61)
#824C52
(130,76,82)
#916267
(145,98,103)
#A0787C
(160,120,124)
#AF8E91
(175,142,145)
#BEA4A6
(190,164,166)
#CDBABB
(205,186,187)
#DCD0D0
(220,208,208)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550A13 color. Also use rgb(85,10,19) instead hex code.

Text Font Color

.myTextColor { color: #550A13; }

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

This text font color is #550A13.


Background Color

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

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

This div background color is #550A13.


Border color

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

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

This div border color is #550A13.


Opacity

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

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

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

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

This text has shadow with #550A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550A13 on black background.


Color preview on white background

This text has color #550A13 on white background.



Black color preview on #550A13 background

This text has black color on #550A13 background.


White color preview on #550A13 background

This text has white color on #550A13 background.