COLOR #52484D

HEX: #52484D
RGB: (82,72,77)

Color info

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

RGB color model

#52484D color RGB value is (82,72,77).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 77 of 255 = 30%

82
72
77

R + G + B ~ 30%. #52484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 77 = 231 (100%)
R 82 of 231 ~ 35.5%
G 72 of 231 ~ 31.17%
B 77 of 231 ~ 33.33%

%35.5
%31.17
%33.33

CMYK color model

#52484D color CMYK value is (0,12,6,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 6.10%
  • key color value is 67.84%
CMYK:
(0,12,6,68)
C0M12Y6K68 
(0%,12%,6%,68%)
(0.00/0.12/0.06/0.68)	

CMYK percentages

%0
%12.2
%6.1
%67.84

Codes

Color #52484D in popluar color models

52484D
RGB827277
HSL330°6.49%30.20%
HSB/HSV330°12.20%32.16%
CMYK0.00%12.20%6.10%
67.84%

Color #52484D in popluar number systems.

HEX52484D
Decimal827277
Binary101001010010001001101
Octal122110115

Shades and tints

Shades of #52484D

#52484D
(82,72,77)
#4B4246
(75,66,70)
#443C3F
(68,60,63)
#3D3638
(61,54,56)
#363031
(54,48,49)
#2F2A2A
(47,42,42)
#282423
(40,36,35)
#211E1C
(33,30,28)
#1A1815
(26,24,21)
#13120E
(19,18,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #52484D

#52484D
(82,72,77)
#61585D
(97,88,93)
#70686D
(112,104,109)
#7F787D
(127,120,125)
#8E888D
(142,136,141)
#9D989D
(157,152,157)
#ACA8AD
(172,168,173)
#BBB8BD
(187,184,189)
#CAC8CD
(202,200,205)
#D9D8DD
(217,216,221)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52484D; }

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

This text font color is #52484D.


Background Color

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

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

This div background color is #52484D.


Border color

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

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

This div border color is #52484D.


Opacity

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

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

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

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

This text has shadow with #52484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52484D on black background.


Color preview on white background

This text has color #52484D on white background.



Black color preview on #52484D background

This text has black color on #52484D background.


White color preview on #52484D background

This text has white color on #52484D background.