COLOR #52394D

HEX: #52394D
RGB: (82,57,77)

Color info

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

RGB color model

#52394D color RGB value is (82,57,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 77 of 255 = 30%

82
57
77

R + G + B ~ 28%. #52394D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 77 = 216 (100%)
R 82 of 216 ~ 37.96%
G 57 of 216 ~ 26.39%
B 77 of 216 ~ 35.65%

%37.96
%26.39
%35.65

CMYK color model

#52394D color CMYK value is (0,30,6,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,30,6,68)
C0M30Y6K68 
(0%,30%,6%,68%)
(0.00/0.30/0.06/0.68)	

CMYK percentages

%0
%30.49
%6.1
%67.84

Codes

Color #52394D in popluar color models

52394D
RGB825777
HSL312°17.99%27.25%
HSB/HSV312°30.49%32.16%
CMYK0.00%30.49%6.10%
67.84%

Color #52394D in popluar number systems.

HEX52394D
Decimal825777
Binary10100101110011001101
Octal12271115

Shades and tints

Shades of #52394D

#52394D
(82,57,77)
#4B3446
(75,52,70)
#442F3F
(68,47,63)
#3D2A38
(61,42,56)
#362531
(54,37,49)
#2F202A
(47,32,42)
#281B23
(40,27,35)
#21161C
(33,22,28)
#1A1115
(26,17,21)
#130C0E
(19,12,14)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #52394D

#52394D
(82,57,77)
#614B5D
(97,75,93)
#705D6D
(112,93,109)
#7F6F7D
(127,111,125)
#8E818D
(142,129,141)
#9D939D
(157,147,157)
#ACA5AD
(172,165,173)
#BBB7BD
(187,183,189)
#CAC9CD
(202,201,205)
#D9DBDD
(217,219,221)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52394D; }

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

This text font color is #52394D.


Background Color

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

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

This div background color is #52394D.


Border color

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

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

This div border color is #52394D.


Opacity

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

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

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

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

This text has shadow with #52394D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52394D on black background.


Color preview on white background

This text has color #52394D on white background.



Black color preview on #52394D background

This text has black color on #52394D background.


White color preview on #52394D background

This text has white color on #52394D background.