COLOR #52203F

HEX: #52203F
RGB: (82,32,63)

Color info

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

RGB color model

#52203F color RGB value is (82,32,63).

  • red value is 82;
  • green value is 32;
  • blue value is 63.
RGB:
(82,32,63)
(32%,13%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 32 of 255 = 13%
B 63 of 255 = 25%

82
32
63

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

Portions of RGB colors in percentages

R + G + B =
82 + 32 + 63 = 177 (100%)
R 82 of 177 ~ 46.33%
G 32 of 177 ~ 18.08%
B 63 of 177 ~ 35.59%

%46.33
%18.08
%35.59

CMYK color model

#52203F color CMYK value is (0,61,23,68).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 23.17%
  • key color value is 67.84%
CMYK:
(0,61,23,68)
C0M61Y23K68 
(0%,61%,23%,68%)
(0.00/0.61/0.23/0.68)	

CMYK percentages

%0
%60.98
%23.17
%67.84

Codes

Color #52203F in popluar color models

52203F
RGB823263
HSL323°43.86%22.35%
HSB/HSV323°60.98%32.16%
CMYK0.00%60.98%23.17%
67.84%

Color #52203F in popluar number systems.

HEX52203F
Decimal823263
Binary1010010100000111111
Octal1224077

Shades and tints

Shades of #52203F

#52203F
(82,32,63)
#4B1E3A
(75,30,58)
#441C35
(68,28,53)
#3D1A30
(61,26,48)
#36182B
(54,24,43)
#2F1626
(47,22,38)
#281421
(40,20,33)
#21121C
(33,18,28)
#1A1017
(26,16,23)
#130E12
(19,14,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #52203F

#52203F
(82,32,63)
#613450
(97,52,80)
#704861
(112,72,97)
#7F5C72
(127,92,114)
#8E7083
(142,112,131)
#9D8494
(157,132,148)
#AC98A5
(172,152,165)
#BBACB6
(187,172,182)
#CAC0C7
(202,192,199)
#D9D4D8
(217,212,216)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52203F color. Also use rgb(82,32,63) instead hex code.

Text Font Color

.myTextColor { color: #52203F; }

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

This text font color is #52203F.


Background Color

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

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

This div background color is #52203F.


Border color

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

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

This div border color is #52203F.


Opacity

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

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

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

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

This text has shadow with #52203F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52203F on black background.


Color preview on white background

This text has color #52203F on white background.



Black color preview on #52203F background

This text has black color on #52203F background.


White color preview on #52203F background

This text has white color on #52203F background.