COLOR #52394C

HEX: #52394C
RGB: (82,57,76)

Color info

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

RGB color model

#52394C color RGB value is (82,57,76).

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

RGB channels and saturation

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

82
57
76

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

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 76 = 215 (100%)
R 82 of 215 ~ 38.14%
G 57 of 215 ~ 26.51%
B 76 of 215 ~ 35.35%

%38.14
%26.51
%35.35

CMYK color model

#52394C color CMYK value is (0,30,7,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 7.32%
  • key color value is 67.84%
CMYK:
(0,30,7,68)
C0M30Y7K68 
(0%,30%,7%,68%)
(0.00/0.30/0.07/0.68)	

CMYK percentages

%0
%30.49
%7.32
%67.84

Codes

Color #52394C in popluar color models

52394C
RGB825776
HSL314°17.99%27.25%
HSB/HSV314°30.49%32.16%
CMYK0.00%30.49%7.32%
67.84%

Color #52394C in popluar number systems.

HEX52394C
Decimal825776
Binary10100101110011001100
Octal12271114

Shades and tints

Shades of #52394C

#52394C
(82,57,76)
#4B3446
(75,52,70)
#442F40
(68,47,64)
#3D2A3A
(61,42,58)
#362534
(54,37,52)
#2F202E
(47,32,46)
#281B28
(40,27,40)
#211622
(33,22,34)
#1A111C
(26,17,28)
#130C16
(19,12,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #52394C

#52394C
(82,57,76)
#614B5C
(97,75,92)
#705D6C
(112,93,108)
#7F6F7C
(127,111,124)
#8E818C
(142,129,140)
#9D939C
(157,147,156)
#ACA5AC
(172,165,172)
#BBB7BC
(187,183,188)
#CAC9CC
(202,201,204)
#D9DBDC
(217,219,220)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52394C; }

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

This text font color is #52394C.


Background Color

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

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

This div background color is #52394C.


Border color

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

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

This div border color is #52394C.


Opacity

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

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

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

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

This text has shadow with #52394C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52394C on black background.


Color preview on white background

This text has color #52394C on white background.



Black color preview on #52394C background

This text has black color on #52394C background.


White color preview on #52394C background

This text has white color on #52394C background.