COLOR #52505B

HEX: #52505B
RGB: (82,80,91)

Color info

#52505B contains red, green and blue colors in about the same proportion. Web safe color of #52505B is #666666 (or #666).

RGB color model

#52505B color RGB value is (82,80,91).

  • red value is 82;
  • green value is 80;
  • blue value is 91.
RGB:
(82,80,91)
(32%,31%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 91 of 255 = 36%

82
80
91

R + G + B ~ 33%. #52505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 91 = 253 (100%)
R 82 of 253 ~ 32.41%
G 80 of 253 ~ 31.62%
B 91 of 253 ~ 35.97%

%32.41
%31.62
%35.97

CMYK color model

#52505B color CMYK value is (10,12,0,64).

  • cyan value is 9.89%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(10,12,0,64)
C10M12Y0K64 
(10%,12%,0%,64%)
(0.10/0.12/0.00/0.64)	

CMYK percentages

%9.89
%12.09
%0
%64.31

Codes

Color #52505B in popluar color models

52505B
RGB828091
HSL251°6.43%33.53%
HSB/HSV251°12.09%35.69%
CMYK9.89%12.09%0.00%
64.31%

Color #52505B in popluar number systems.

HEX52505B
Decimal828091
Binary101001010100001011011
Octal122120133

Shades and tints

Shades of #52505B

#52505B
(82,80,91)
#4B4953
(75,73,83)
#44424B
(68,66,75)
#3D3B43
(61,59,67)
#36343B
(54,52,59)
#2F2D33
(47,45,51)
#28262B
(40,38,43)
#211F23
(33,31,35)
#1A181B
(26,24,27)
#131113
(19,17,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #52505B

#52505B
(82,80,91)
#615F69
(97,95,105)
#706E77
(112,110,119)
#7F7D85
(127,125,133)
#8E8C93
(142,140,147)
#9D9BA1
(157,155,161)
#ACAAAF
(172,170,175)
#BBB9BD
(187,185,189)
#CAC8CB
(202,200,203)
#D9D7D9
(217,215,217)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52505B color. Also use rgb(82,80,91) instead hex code.

Text Font Color

.myTextColor { color: #52505B; }

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

This text font color is #52505B.


Background Color

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

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

This div background color is #52505B.


Border color

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

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

This div border color is #52505B.


Opacity

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

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

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

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

This text has shadow with #52505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52505B on black background.


Color preview on white background

This text has color #52505B on white background.



Black color preview on #52505B background

This text has black color on #52505B background.


White color preview on #52505B background

This text has white color on #52505B background.