COLOR #52304D

HEX: #52304D
RGB: (82,48,77)

Color info

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

RGB color model

#52304D color RGB value is (82,48,77).

  • red value is 82;
  • green value is 48;
  • blue value is 77.
RGB:
(82,48,77)
(32%,19%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 77 of 255 = 30%

82
48
77

R + G + B ~ 27%. #52304D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 77 = 207 (100%)
R 82 of 207 ~ 39.61%
G 48 of 207 ~ 23.19%
B 77 of 207 ~ 37.2%

%39.61
%23.19
%37.2

CMYK color model

#52304D color CMYK value is (0,41,6,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,41,6,68)
C0M41Y6K68 
(0%,41%,6%,68%)
(0.00/0.41/0.06/0.68)	

CMYK percentages

%0
%41.46
%6.1
%67.84

Codes

Color #52304D in popluar color models

52304D
RGB824877
HSL309°26.15%25.49%
HSB/HSV309°41.46%32.16%
CMYK0.00%41.46%6.10%
67.84%

Color #52304D in popluar number systems.

HEX52304D
Decimal824877
Binary10100101100001001101
Octal12260115

Shades and tints

Shades of #52304D

#52304D
(82,48,77)
#4B2C46
(75,44,70)
#44283F
(68,40,63)
#3D2438
(61,36,56)
#362031
(54,32,49)
#2F1C2A
(47,28,42)
#281823
(40,24,35)
#21141C
(33,20,28)
#1A1015
(26,16,21)
#130C0E
(19,12,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #52304D

#52304D
(82,48,77)
#61425D
(97,66,93)
#70546D
(112,84,109)
#7F667D
(127,102,125)
#8E788D
(142,120,141)
#9D8A9D
(157,138,157)
#AC9CAD
(172,156,173)
#BBAEBD
(187,174,189)
#CAC0CD
(202,192,205)
#D9D2DD
(217,210,221)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52304D color. Also use rgb(82,48,77) instead hex code.

Text Font Color

.myTextColor { color: #52304D; }

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

This text font color is #52304D.


Background Color

.myBgColor { background-color: #52304D; }

<div style="background-color:#52304D">Inner text</div>

This div background color is #52304D.


Border color

.myBorderColor { border: 1px solid #52304D; }

<div style="border:3px solid #52304D">Div</div>

This div border color is #52304D.


Opacity

.myOpacity80 { color: #52304D; opacity: 0.8; }

<p style="color:#52304D;opacity:0.8;">80%</p>

Text with #52304D 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 #52304D;}

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

This text has shadow with #52304D color.

.textShadow {text-shadow: 3px 3px 1px #52304D, 3px 3px 1px red;}

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

This text has shadow with #52304D primary color and red secondary color.


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

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

This text has shadow with #52304D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52304D on black background.


Color preview on white background

This text has color #52304D on white background.



Black color preview on #52304D background

This text has black color on #52304D background.


White color preview on #52304D background

This text has white color on #52304D background.