COLOR #52515E

HEX: #52515E
RGB: (82,81,94)

Color info

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

RGB color model

#52515E color RGB value is (82,81,94).

  • red value is 82;
  • green value is 81;
  • blue value is 94.
RGB:
(82,81,94)
(32%,32%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 94 of 255 = 37%

82
81
94

R + G + B ~ 34%. #52515E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 94 = 257 (100%)
R 82 of 257 ~ 31.91%
G 81 of 257 ~ 31.52%
B 94 of 257 ~ 36.58%

%31.91
%31.52
%36.58

CMYK color model

#52515E color CMYK value is (13,14,0,63).

  • cyan value is 12.77%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(13,14,0,63)
C13M14Y0K63 
(13%,14%,0%,63%)
(0.13/0.14/0.00/0.63)	

CMYK percentages

%12.77
%13.83
%0
%63.14

Codes

Color #52515E in popluar color models

52515E
RGB828194
HSL245°7.43%34.31%
HSB/HSV245°13.83%36.86%
CMYK12.77%13.83%0.00%
63.14%

Color #52515E in popluar number systems.

HEX52515E
Decimal828194
Binary101001010100011011110
Octal122121136

Shades and tints

Shades of #52515E

#52515E
(82,81,94)
#4B4A56
(75,74,86)
#44434E
(68,67,78)
#3D3C46
(61,60,70)
#36353E
(54,53,62)
#2F2E36
(47,46,54)
#28272E
(40,39,46)
#212026
(33,32,38)
#1A191E
(26,25,30)
#131216
(19,18,22)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #52515E

#52515E
(82,81,94)
#61606C
(97,96,108)
#706F7A
(112,111,122)
#7F7E88
(127,126,136)
#8E8D96
(142,141,150)
#9D9CA4
(157,156,164)
#ACABB2
(172,171,178)
#BBBAC0
(187,186,192)
#CAC9CE
(202,201,206)
#D9D8DC
(217,216,220)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52515E color. Also use rgb(82,81,94) instead hex code.

Text Font Color

.myTextColor { color: #52515E; }

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

This text font color is #52515E.


Background Color

.myBgColor { background-color: #52515E; }

<div style="background-color:#52515E">Inner text</div>

This div background color is #52515E.


Border color

.myBorderColor { border: 1px solid #52515E; }

<div style="border:3px solid #52515E">Div</div>

This div border color is #52515E.


Opacity

.myOpacity80 { color: #52515E; opacity: 0.8; }

<p style="color:#52515E;opacity:0.8;">80%</p>

Text with #52515E 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 #52515E;}

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

This text has shadow with #52515E color.

.textShadow {text-shadow: 3px 3px 1px #52515E, 3px 3px 1px red;}

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

This text has shadow with #52515E primary color and red secondary color.


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

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

This text has shadow with #52515E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52515E on black background.


Color preview on white background

This text has color #52515E on white background.



Black color preview on #52515E background

This text has black color on #52515E background.


White color preview on #52515E background

This text has white color on #52515E background.