COLOR #550A04

HEX: #550A04
RGB: (85,10,4)

Color info

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

RGB color model

#550A04 color RGB value is (85,10,4).

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

RGB channels and saturation

R 85 of 255 = 33%
G 10 of 255 = 4%
B 4 of 255 = 2%

85
10
4

R + G + B ~ 13%. #550A04 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 10 + 4 = 99 (100%)
R 85 of 99 ~ 85.86%
G 10 of 99 ~ 10.1%
B 4 of 99 ~ 4.04%

%85.86
%10.1

CMYK color model

#550A04 color CMYK value is (0,88,95,67).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 95.29%
  • key color value is 66.67%
CMYK:
(0,88,95,67)
C0M88Y95K67 
(0%,88%,95%,67%)
(0.00/0.88/0.95/0.67)	

CMYK percentages

%0
%88.24
%95.29
%66.67

Codes

Color #550A04 in popluar color models

550A04
RGB85104
HSL91.01%17.45%
HSB/HSV95.29%33.33%
CMYK0.00%88.24%95.29%
66.67%

Color #550A04 in popluar number systems.

HEX550A04
Decimal85104
Binary10101011010100
Octal125124

Shades and tints

Shades of #550A04

#550A04
(85,10,4)
#4E0A04
(78,10,4)
#470A04
(71,10,4)
#400A04
(64,10,4)
#390A04
(57,10,4)
#320A04
(50,10,4)
#2B0A04
(43,10,4)
#240A04
(36,10,4)
#1D0A04
(29,10,4)
#160A04
(22,10,4)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #550A04

#550A04
(85,10,4)
#64201A
(100,32,26)
#733630
(115,54,48)
#824C46
(130,76,70)
#91625C
(145,98,92)
#A07872
(160,120,114)
#AF8E88
(175,142,136)
#BEA49E
(190,164,158)
#CDBAB4
(205,186,180)
#DCD0CA
(220,208,202)
#EBE6E0
(235,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550A04; }

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

This text font color is #550A04.


Background Color

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

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

This div background color is #550A04.


Border color

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

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

This div border color is #550A04.


Opacity

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

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

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

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

This text has shadow with #550A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550A04 on black background.


Color preview on white background

This text has color #550A04 on white background.



Black color preview on #550A04 background

This text has black color on #550A04 background.


White color preview on #550A04 background

This text has white color on #550A04 background.