COLOR #52203C

HEX: #52203C RGB: (82,32,60)

Color info

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

RGB color model

#52203C color RGB value is (82,32,60).

RGB: (82,32,60) (32%, 13%, 24%)

RGB channels and saturation

R 82 of 255 = 32%
G 32 of 255 = 13%
B 60 of 255 = 24%

82
32
60

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

Portions of RGB colors in percentages

R + G + B = 82 + 32 + 60 = 174 (100%)
R 82 of 174 ~ 47.13%
G 32 of 174 ~ 18.39%
B 60 of 174 ~ 34.48'%

%47.13
%18.39
%34.48

CMYK color model

#52203C color CMYK value is (0,61,27,68).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 26.83%
  • key color value is 67.84%

CMYK: (0,61,27,68)
C0M61Y27K68 (0%, 61%, 27%, 68%)
(0.00 / 0.61 / 0.27 / 0.68)

CMYK percentages

%0
%60.98
%26.83
%67.84

Codes

Color #52203C in popluar color models

52 20 3C
RGB 82 32 60
HSL 326° 43.86% 22.35%
HSB/HSV 326° 60.98% 32.16%
CMYK 0.00% 60.98% 26.83%
67.84%

Color #52203C in popluar number systems.

HEX 52 20 3C
Decimal 82 32 60
Binary 1010010 100000 111100
Octal 122 40 74

Shades and tints

Shades of #52203C

#52203C
(82,32,60)
#4B1E37
(75,30,55)
#441C32
(68,28,50)
#3D1A2D
(61,26,45)
#361828
(54,24,40)
#2F1623
(47,22,35)
#28141E
(40,20,30)
#211219
(33,18,25)
#1A1014
(26,16,20)
#130E0F
(19,14,15)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #52203C

#52203C
(82,32,60)
#61344D
(97,52,77)
#70485E
(112,72,94)
#7F5C6F
(127,92,111)
#8E7080
(142,112,128)
#9D8491
(157,132,145)
#AC98A2
(172,152,162)
#BBACB3
(187,172,179)
#CAC0C4
(202,192,196)
#D9D4D5
(217,212,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52203C; }

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

This text font color is #52203C.

Background Color

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

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

This div background color is #52203C.

Border color

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

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

This div border color is #52203C.

Opacity

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

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

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

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

This text has shadow with #52203C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52203C.

Preview

Color preview on black background

This text has color #52203C on black background.


Color preview on white background

This text has color #52203C on white background.


Black color preview on #52203C background

This text has black color on #52203C background.


White color preview on #52203C background

This text has white color on #52203C background.


Related colors

Complementary color

Complementary color for #hex is #ADDFC3.


I love getcolorcode.com

Triadic colors

1 #3C5220 and #203C52 with #52203C are triadic colors.

2 #3C2052 and #20523C with #52203C are triadic colors.