COLOR #55040C

HEX: #55040C
RGB: (85,4,12)

Color info

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

RGB color model

#55040C color RGB value is (85,4,12).

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

RGB channels and saturation

R 85 of 255 = 33%
G 4 of 255 = 2%
B 12 of 255 = 5%

85
4
12

R + G + B ~ 13%. #55040C is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 4 + 12 = 101 (100%)
R 85 of 101 ~ 84.16%
G 4 of 101 ~ 3.96%
B 12 of 101 ~ 11.88%

%84.16
%11.88

CMYK color model

#55040C color CMYK value is (0,95,86,67).

  • cyan value is 0.00%
  • magenta value is 95.29%
  • yellow value is 85.88%
  • key color value is 66.67%
CMYK:
(0,95,86,67)
C0M95Y86K67 
(0%,95%,86%,67%)
(0.00/0.95/0.86/0.67)	

CMYK percentages

%0
%95.29
%85.88
%66.67

Codes

Color #55040C in popluar color models

55040C
RGB85412
HSL354°91.01%17.45%
HSB/HSV354°95.29%33.33%
CMYK0.00%95.29%85.88%
66.67%

Color #55040C in popluar number systems.

HEX55040C
Decimal85412
Binary10101011001100
Octal125414

Shades and tints

Shades of #55040C

#55040C
(85,4,12)
#4E040B
(78,4,11)
#47040A
(71,4,10)
#400409
(64,4,9)
#390408
(57,4,8)
#320407
(50,4,7)
#2B0406
(43,4,6)
#240405
(36,4,5)
#1D0404
(29,4,4)
#160403
(22,4,3)
#0F0402
(15,4,2)
#000000
(0,0,0)

Tints of #55040C

#55040C
(85,4,12)
#641A22
(100,26,34)
#733038
(115,48,56)
#82464E
(130,70,78)
#915C64
(145,92,100)
#A0727A
(160,114,122)
#AF8890
(175,136,144)
#BE9EA6
(190,158,166)
#CDB4BC
(205,180,188)
#DCCAD2
(220,202,210)
#EBE0E8
(235,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55040C color. Also use rgb(85,4,12) instead hex code.

Text Font Color

.myTextColor { color: #55040C; }

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

This text font color is #55040C.


Background Color

.myBgColor { background-color: #55040C; }

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

This div background color is #55040C.


Border color

.myBorderColor { border: 1px solid #55040C; }

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

This div border color is #55040C.


Opacity

.myOpacity80 { color: #55040C; opacity: 0.8; }

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

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

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

This text has shadow with #55040C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55040C on black background.


Color preview on white background

This text has color #55040C on white background.



Black color preview on #55040C background

This text has black color on #55040C background.


White color preview on #55040C background

This text has white color on #55040C background.