COLOR #55203B

HEX: #55203B
RGB: (85,32,59)

Color info

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

RGB color model

#55203B color RGB value is (85,32,59).

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

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 59 of 255 = 23%

85
32
59

R + G + B ~ 23%. #55203B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 59 = 176 (100%)
R 85 of 176 ~ 48.3%
G 32 of 176 ~ 18.18%
B 59 of 176 ~ 33.52%

%48.3
%18.18
%33.52

CMYK color model

#55203B color CMYK value is (0,62,31,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(0,62,31,67)
C0M62Y31K67 
(0%,62%,31%,67%)
(0.00/0.62/0.31/0.67)	

CMYK percentages

%0
%62.35
%30.59
%66.67

Codes

Color #55203B in popluar color models

55203B
RGB853259
HSL329°45.30%22.94%
HSB/HSV329°62.35%33.33%
CMYK0.00%62.35%30.59%
66.67%

Color #55203B in popluar number systems.

HEX55203B
Decimal853259
Binary1010101100000111011
Octal1254073

Shades and tints

Shades of #55203B

#55203B
(85,32,59)
#4E1E36
(78,30,54)
#471C31
(71,28,49)
#401A2C
(64,26,44)
#391827
(57,24,39)
#321622
(50,22,34)
#2B141D
(43,20,29)
#241218
(36,18,24)
#1D1013
(29,16,19)
#160E0E
(22,14,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #55203B

#55203B
(85,32,59)
#64344C
(100,52,76)
#73485D
(115,72,93)
#825C6E
(130,92,110)
#91707F
(145,112,127)
#A08490
(160,132,144)
#AF98A1
(175,152,161)
#BEACB2
(190,172,178)
#CDC0C3
(205,192,195)
#DCD4D4
(220,212,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55203B; }

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

This text font color is #55203B.


Background Color

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

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

This div background color is #55203B.


Border color

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

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

This div border color is #55203B.


Opacity

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

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

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

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

This text has shadow with #55203B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55203B on black background.


Color preview on white background

This text has color #55203B on white background.



Black color preview on #55203B background

This text has black color on #55203B background.


White color preview on #55203B background

This text has white color on #55203B background.