COLOR #52314D

HEX: #52314D
RGB: (82,49,77)

Color info

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

RGB color model

#52314D color RGB value is (82,49,77).

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

RGB channels and saturation

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

82
49
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 77 = 208 (100%)
R 82 of 208 ~ 39.42%
G 49 of 208 ~ 23.56%
B 77 of 208 ~ 37.02%

%39.42
%23.56
%37.02

CMYK color model

#52314D color CMYK value is (0,40,6,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,40,6,68)
C0M40Y6K68 
(0%,40%,6%,68%)
(0.00/0.40/0.06/0.68)	

CMYK percentages

%0
%40.24
%6.1
%67.84

Codes

Color #52314D in popluar color models

52314D
RGB824977
HSL309°25.19%25.69%
HSB/HSV309°40.24%32.16%
CMYK0.00%40.24%6.10%
67.84%

Color #52314D in popluar number systems.

HEX52314D
Decimal824977
Binary10100101100011001101
Octal12261115

Shades and tints

Shades of #52314D

#52314D
(82,49,77)
#4B2D46
(75,45,70)
#44293F
(68,41,63)
#3D2538
(61,37,56)
#362131
(54,33,49)
#2F1D2A
(47,29,42)
#281923
(40,25,35)
#21151C
(33,21,28)
#1A1115
(26,17,21)
#130D0E
(19,13,14)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #52314D

#52314D
(82,49,77)
#61435D
(97,67,93)
#70556D
(112,85,109)
#7F677D
(127,103,125)
#8E798D
(142,121,141)
#9D8B9D
(157,139,157)
#AC9DAD
(172,157,173)
#BBAFBD
(187,175,189)
#CAC1CD
(202,193,205)
#D9D3DD
(217,211,221)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52314D; }

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

This text font color is #52314D.


Background Color

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

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

This div background color is #52314D.


Border color

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

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

This div border color is #52314D.


Opacity

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

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

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

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

This text has shadow with #52314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52314D on black background.


Color preview on white background

This text has color #52314D on white background.



Black color preview on #52314D background

This text has black color on #52314D background.


White color preview on #52314D background

This text has white color on #52314D background.