COLOR #55142B

HEX: #55142B
RGB: (85,20,43)

Color info

#55142B contains mainly red and blue colors. Web safe color of #55142B is #660033 (or #603).

RGB color model

#55142B color RGB value is (85,20,43).

  • red value is 85;
  • green value is 20;
  • blue value is 43.
RGB:
(85,20,43)
(33%,8%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 20 of 255 = 8%
B 43 of 255 = 17%

85
20
43

R + G + B ~ 19%. #55142B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 20 + 43 = 148 (100%)
R 85 of 148 ~ 57.43%
G 20 of 148 ~ 13.51%
B 43 of 148 ~ 29.05%

%57.43
%13.51
%29.05

CMYK color model

#55142B color CMYK value is (0,76,49,67).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(0,76,49,67)
C0M76Y49K67 
(0%,76%,49%,67%)
(0.00/0.76/0.49/0.67)	

CMYK percentages

%0
%76.47
%49.41
%66.67

Codes

Color #55142B in popluar color models

55142B
RGB852043
HSL339°61.90%20.59%
HSB/HSV339°76.47%33.33%
CMYK0.00%76.47%49.41%
66.67%

Color #55142B in popluar number systems.

HEX55142B
Decimal852043
Binary101010110100101011
Octal1252453

Shades and tints

Shades of #55142B

#55142B
(85,20,43)
#4E1328
(78,19,40)
#471225
(71,18,37)
#401122
(64,17,34)
#39101F
(57,16,31)
#320F1C
(50,15,28)
#2B0E19
(43,14,25)
#240D16
(36,13,22)
#1D0C13
(29,12,19)
#160B10
(22,11,16)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55142B

#55142B
(85,20,43)
#64293E
(100,41,62)
#733E51
(115,62,81)
#825364
(130,83,100)
#916877
(145,104,119)
#A07D8A
(160,125,138)
#AF929D
(175,146,157)
#BEA7B0
(190,167,176)
#CDBCC3
(205,188,195)
#DCD1D6
(220,209,214)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55142B color. Also use rgb(85,20,43) instead hex code.

Text Font Color

.myTextColor { color: #55142B; }

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

This text font color is #55142B.


Background Color

.myBgColor { background-color: #55142B; }

<div style="background-color:#55142B">Inner text</div>

This div background color is #55142B.


Border color

.myBorderColor { border: 1px solid #55142B; }

<div style="border:3px solid #55142B">Div</div>

This div border color is #55142B.


Opacity

.myOpacity80 { color: #55142B; opacity: 0.8; }

<p style="color:#55142B;opacity:0.8;">80%</p>

Text with #55142B 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 #55142B;}

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

This text has shadow with #55142B color.

.textShadow {text-shadow: 3px 3px 1px #55142B, 3px 3px 1px red;}

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

This text has shadow with #55142B primary color and red secondary color.


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

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

This text has shadow with #55142B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55142B on black background.


Color preview on white background

This text has color #55142B on white background.



Black color preview on #55142B background

This text has black color on #55142B background.


White color preview on #55142B background

This text has white color on #55142B background.