COLOR #55202F

HEX: #55202F
RGB: (85,32,47)

Color info

#55202F contains red, green and blue colors in about the same proportion. Web safe color of #55202F is #663333 (or #633).

RGB color model

#55202F color RGB value is (85,32,47).

  • red value is 85;
  • green value is 32;
  • blue value is 47.
RGB:
(85,32,47)
(33%,13%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 47 of 255 = 18%

85
32
47

R + G + B ~ 21%. #55202F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 47 = 164 (100%)
R 85 of 164 ~ 51.83%
G 32 of 164 ~ 19.51%
B 47 of 164 ~ 28.66%

%51.83
%19.51
%28.66

CMYK color model

#55202F color CMYK value is (0,62,45,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(0,62,45,67)
C0M62Y45K67 
(0%,62%,45%,67%)
(0.00/0.62/0.45/0.67)	

CMYK percentages

%0
%62.35
%44.71
%66.67

Codes

Color #55202F in popluar color models

55202F
RGB853247
HSL343°45.30%22.94%
HSB/HSV343°62.35%33.33%
CMYK0.00%62.35%44.71%
66.67%

Color #55202F in popluar number systems.

HEX55202F
Decimal853247
Binary1010101100000101111
Octal1254057

Shades and tints

Shades of #55202F

#55202F
(85,32,47)
#4E1E2B
(78,30,43)
#471C27
(71,28,39)
#401A23
(64,26,35)
#39181F
(57,24,31)
#32161B
(50,22,27)
#2B1417
(43,20,23)
#241213
(36,18,19)
#1D100F
(29,16,15)
#160E0B
(22,14,11)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #55202F

#55202F
(85,32,47)
#643441
(100,52,65)
#734853
(115,72,83)
#825C65
(130,92,101)
#917077
(145,112,119)
#A08489
(160,132,137)
#AF989B
(175,152,155)
#BEACAD
(190,172,173)
#CDC0BF
(205,192,191)
#DCD4D1
(220,212,209)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55202F color. Also use rgb(85,32,47) instead hex code.

Text Font Color

.myTextColor { color: #55202F; }

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

This text font color is #55202F.


Background Color

.myBgColor { background-color: #55202F; }

<div style="background-color:#55202F">Inner text</div>

This div background color is #55202F.


Border color

.myBorderColor { border: 1px solid #55202F; }

<div style="border:3px solid #55202F">Div</div>

This div border color is #55202F.


Opacity

.myOpacity80 { color: #55202F; opacity: 0.8; }

<p style="color:#55202F;opacity:0.8;">80%</p>

Text with #55202F 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 #55202F;}

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

This text has shadow with #55202F color.

.textShadow {text-shadow: 3px 3px 1px #55202F, 3px 3px 1px red;}

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

This text has shadow with #55202F primary color and red secondary color.


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

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

This text has shadow with #55202F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55202F on black background.


Color preview on white background

This text has color #55202F on white background.



Black color preview on #55202F background

This text has black color on #55202F background.


White color preview on #55202F background

This text has white color on #55202F background.