COLOR #52424F

HEX: #52424F
RGB: (82,66,79)

Color info

#52424F contains red, green and blue colors in about the same proportion. Web safe color of #52424F is #663366 (or #636).

RGB color model

#52424F color RGB value is (82,66,79).

  • red value is 82;
  • green value is 66;
  • blue value is 79.
RGB:
(82,66,79)
(32%,26%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 79 of 255 = 31%

82
66
79

R + G + B ~ 30%. #52424F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 79 = 227 (100%)
R 82 of 227 ~ 36.12%
G 66 of 227 ~ 29.07%
B 79 of 227 ~ 34.8%

%36.12
%29.07
%34.8

CMYK color model

#52424F color CMYK value is (0,20,4,68).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(0,20,4,68)
C0M20Y4K68 
(0%,20%,4%,68%)
(0.00/0.20/0.04/0.68)	

CMYK percentages

%0
%19.51
%3.66
%67.84

Codes

Color #52424F in popluar color models

52424F
RGB826679
HSL311°10.81%29.02%
HSB/HSV311°19.51%32.16%
CMYK0.00%19.51%3.66%
67.84%

Color #52424F in popluar number systems.

HEX52424F
Decimal826679
Binary101001010000101001111
Octal122102117

Shades and tints

Shades of #52424F

#52424F
(82,66,79)
#4B3C48
(75,60,72)
#443641
(68,54,65)
#3D303A
(61,48,58)
#362A33
(54,42,51)
#2F242C
(47,36,44)
#281E25
(40,30,37)
#21181E
(33,24,30)
#1A1217
(26,18,23)
#130C10
(19,12,16)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #52424F

#52424F
(82,66,79)
#61535F
(97,83,95)
#70646F
(112,100,111)
#7F757F
(127,117,127)
#8E868F
(142,134,143)
#9D979F
(157,151,159)
#ACA8AF
(172,168,175)
#BBB9BF
(187,185,191)
#CACACF
(202,202,207)
#D9DBDF
(217,219,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52424F color. Also use rgb(82,66,79) instead hex code.

Text Font Color

.myTextColor { color: #52424F; }

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

This text font color is #52424F.


Background Color

.myBgColor { background-color: #52424F; }

<div style="background-color:#52424F">Inner text</div>

This div background color is #52424F.


Border color

.myBorderColor { border: 1px solid #52424F; }

<div style="border:3px solid #52424F">Div</div>

This div border color is #52424F.


Opacity

.myOpacity80 { color: #52424F; opacity: 0.8; }

<p style="color:#52424F;opacity:0.8;">80%</p>

Text with #52424F 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 #52424F;}

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

This text has shadow with #52424F color.

.textShadow {text-shadow: 3px 3px 1px #52424F, 3px 3px 1px red;}

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

This text has shadow with #52424F primary color and red secondary color.


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

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

This text has shadow with #52424F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52424F on black background.


Color preview on white background

This text has color #52424F on white background.



Black color preview on #52424F background

This text has black color on #52424F background.


White color preview on #52424F background

This text has white color on #52424F background.