COLOR #52384D

HEX: #52384D
RGB: (82,56,77)

Color info

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

RGB color model

#52384D color RGB value is (82,56,77).

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

RGB channels and saturation

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

82
56
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 77 = 215 (100%)
R 82 of 215 ~ 38.14%
G 56 of 215 ~ 26.05%
B 77 of 215 ~ 35.81%

%38.14
%26.05
%35.81

CMYK color model

#52384D color CMYK value is (0,32,6,68).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,32,6,68)
C0M32Y6K68 
(0%,32%,6%,68%)
(0.00/0.32/0.06/0.68)	

CMYK percentages

%0
%31.71
%6.1
%67.84

Codes

Color #52384D in popluar color models

52384D
RGB825677
HSL312°18.84%27.06%
HSB/HSV312°31.71%32.16%
CMYK0.00%31.71%6.10%
67.84%

Color #52384D in popluar number systems.

HEX52384D
Decimal825677
Binary10100101110001001101
Octal12270115

Shades and tints

Shades of #52384D

#52384D
(82,56,77)
#4B3346
(75,51,70)
#442E3F
(68,46,63)
#3D2938
(61,41,56)
#362431
(54,36,49)
#2F1F2A
(47,31,42)
#281A23
(40,26,35)
#21151C
(33,21,28)
#1A1015
(26,16,21)
#130B0E
(19,11,14)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #52384D

#52384D
(82,56,77)
#614A5D
(97,74,93)
#705C6D
(112,92,109)
#7F6E7D
(127,110,125)
#8E808D
(142,128,141)
#9D929D
(157,146,157)
#ACA4AD
(172,164,173)
#BBB6BD
(187,182,189)
#CAC8CD
(202,200,205)
#D9DADD
(217,218,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52384D; }

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

This text font color is #52384D.


Background Color

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

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

This div background color is #52384D.


Border color

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

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

This div border color is #52384D.


Opacity

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

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

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

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

This text has shadow with #52384D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52384D on black background.


Color preview on white background

This text has color #52384D on white background.



Black color preview on #52384D background

This text has black color on #52384D background.


White color preview on #52384D background

This text has white color on #52384D background.