COLOR #52304B

HEX: #52304B
RGB: (82,48,75)

Color info

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

RGB color model

#52304B color RGB value is (82,48,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 75 of 255 = 29%

82
48
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 75 = 205 (100%)
R 82 of 205 ~ 40%
G 48 of 205 ~ 23.41%
B 75 of 205 ~ 36.59%

%40
%23.41
%36.59

CMYK color model

#52304B color CMYK value is (0,41,9,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,41,9,68)
C0M41Y9K68 
(0%,41%,9%,68%)
(0.00/0.41/0.09/0.68)	

CMYK percentages

%0
%41.46
%8.54
%67.84

Codes

Color #52304B in popluar color models

52304B
RGB824875
HSL312°26.15%25.49%
HSB/HSV312°41.46%32.16%
CMYK0.00%41.46%8.54%
67.84%

Color #52304B in popluar number systems.

HEX52304B
Decimal824875
Binary10100101100001001011
Octal12260113

Shades and tints

Shades of #52304B

#52304B
(82,48,75)
#4B2C45
(75,44,69)
#44283F
(68,40,63)
#3D2439
(61,36,57)
#362033
(54,32,51)
#2F1C2D
(47,28,45)
#281827
(40,24,39)
#211421
(33,20,33)
#1A101B
(26,16,27)
#130C15
(19,12,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #52304B

#52304B
(82,48,75)
#61425B
(97,66,91)
#70546B
(112,84,107)
#7F667B
(127,102,123)
#8E788B
(142,120,139)
#9D8A9B
(157,138,155)
#AC9CAB
(172,156,171)
#BBAEBB
(187,174,187)
#CAC0CB
(202,192,203)
#D9D2DB
(217,210,219)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52304B; }

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

This text font color is #52304B.


Background Color

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

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

This div background color is #52304B.


Border color

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

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

This div border color is #52304B.


Opacity

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

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

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

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

This text has shadow with #52304B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52304B on black background.


Color preview on white background

This text has color #52304B on white background.



Black color preview on #52304B background

This text has black color on #52304B background.


White color preview on #52304B background

This text has white color on #52304B background.