COLOR #52394B

HEX: #52394B
RGB: (82,57,75)

Color info

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

RGB color model

#52394B color RGB value is (82,57,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 75 of 255 = 29%

82
57
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 75 = 214 (100%)
R 82 of 214 ~ 38.32%
G 57 of 214 ~ 26.64%
B 75 of 214 ~ 35.05%

%38.32
%26.64
%35.05

CMYK color model

#52394B color CMYK value is (0,30,9,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 8.54%
  • key color value is 67.84%
CMYK:
(0,30,9,68)
C0M30Y9K68 
(0%,30%,9%,68%)
(0.00/0.30/0.09/0.68)	

CMYK percentages

%0
%30.49
%8.54
%67.84

Codes

Color #52394B in popluar color models

52394B
RGB825775
HSL317°17.99%27.25%
HSB/HSV317°30.49%32.16%
CMYK0.00%30.49%8.54%
67.84%

Color #52394B in popluar number systems.

HEX52394B
Decimal825775
Binary10100101110011001011
Octal12271113

Shades and tints

Shades of #52394B

#52394B
(82,57,75)
#4B3445
(75,52,69)
#442F3F
(68,47,63)
#3D2A39
(61,42,57)
#362533
(54,37,51)
#2F202D
(47,32,45)
#281B27
(40,27,39)
#211621
(33,22,33)
#1A111B
(26,17,27)
#130C15
(19,12,21)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #52394B

#52394B
(82,57,75)
#614B5B
(97,75,91)
#705D6B
(112,93,107)
#7F6F7B
(127,111,123)
#8E818B
(142,129,139)
#9D939B
(157,147,155)
#ACA5AB
(172,165,171)
#BBB7BB
(187,183,187)
#CAC9CB
(202,201,203)
#D9DBDB
(217,219,219)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52394B; }

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

This text font color is #52394B.


Background Color

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

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

This div background color is #52394B.


Border color

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

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

This div border color is #52394B.


Opacity

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

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

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

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

This text has shadow with #52394B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52394B on black background.


Color preview on white background

This text has color #52394B on white background.



Black color preview on #52394B background

This text has black color on #52394B background.


White color preview on #52394B background

This text has white color on #52394B background.