COLOR #55202B

HEX: #55202B RGB: (85,32,43)

Color info

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

RGB color model

#55202B color RGB value is (85,32,43).

RGB: (85,32,43) (33%, 13%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 43 of 255 = 17%

85
32
43

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

Portions of RGB colors in percentages

R + G + B = 85 + 32 + 43 = 160 (100%)
R 85 of 160 ~ 53.13%
G 32 of 160 ~ 20%
B 43 of 160 ~ 26.88'%

%53.13
%20
%26.88

CMYK color model

#55202B color CMYK value is (0,62,49,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 49.41%
  • key color value is 66.67%

CMYK: (0,62,49,67)
C0M62Y49K67 (0%, 62%, 49%, 67%)
(0.00 / 0.62 / 0.49 / 0.67)

CMYK percentages

%0
%62.35
%49.41
%66.67

Codes

Color #55202B in popluar color models

55 20 2B
RGB 85 32 43
HSL 348° 45.30% 22.94%
HSB/HSV 348° 62.35% 33.33%
CMYK 0.00% 62.35% 49.41%
66.67%

Color #55202B in popluar number systems.

HEX 55 20 2B
Decimal 85 32 43
Binary 1010101 100000 101011
Octal 125 40 53

Shades and tints

Shades of #55202B

#55202B
(85,32,43)
#4E1E28
(78,30,40)
#471C25
(71,28,37)
#401A22
(64,26,34)
#39181F
(57,24,31)
#32161C
(50,22,28)
#2B1419
(43,20,25)
#241216
(36,18,22)
#1D1013
(29,16,19)
#160E10
(22,14,16)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #55202B

#55202B
(85,32,43)
#64343E
(100,52,62)
#734851
(115,72,81)
#825C64
(130,92,100)
#917077
(145,112,119)
#A0848A
(160,132,138)
#AF989D
(175,152,157)
#BEACB0
(190,172,176)
#CDC0C3
(205,192,195)
#DCD4D6
(220,212,214)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55202B; }

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

This text font color is #55202B.

Background Color

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

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

This div background color is #55202B.

Border color

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

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

This div border color is #55202B.

Opacity

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

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

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

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

This text has shadow with #55202B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55202B.

Preview

Color preview on black background

This text has color #55202B on black background.


Color preview on white background

This text has color #55202B on white background.


Black color preview on #55202B background

This text has black color on #55202B background.


White color preview on #55202B background

This text has white color on #55202B background.


Related colors

Complementary color

Complementary color for #hex is #AADFD4.


I love getcolorcode.com

Triadic colors

1 #2B5520 and #202B55 with #55202B are triadic colors.

2 #2B2055 and #20552B with #55202B are triadic colors.