COLOR #52516F

HEX: #52516F
RGB: (82,81,111)

Color info

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

RGB color model

#52516F color RGB value is (82,81,111).

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

RGB channels and saturation

R 82 of 255 = 32%
G 81 of 255 = 32%
B 111 of 255 = 44%

82
81
111

R + G + B ~ 36%. #52516F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 81 + 111 = 274 (100%)
R 82 of 274 ~ 29.93%
G 81 of 274 ~ 29.56%
B 111 of 274 ~ 40.51%

%29.93
%29.56
%40.51

CMYK color model

#52516F color CMYK value is (26,27,0,56).

  • cyan value is 26.13%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(26,27,0,56)
C26M27Y0K56 
(26%,27%,0%,56%)
(0.26/0.27/0.00/0.56)	

CMYK percentages

%26.13
%27.03
%0
%56.47

Codes

Color #52516F in popluar color models

52516F
RGB8281111
HSL242°15.63%37.65%
HSB/HSV242°27.03%43.53%
CMYK26.13%27.03%0.00%
56.47%

Color #52516F in popluar number systems.

HEX52516F
Decimal8281111
Binary101001010100011101111
Octal122121157

Shades and tints

Shades of #52516F

#52516F
(82,81,111)
#4B4A65
(75,74,101)
#44435B
(68,67,91)
#3D3C51
(61,60,81)
#363547
(54,53,71)
#2F2E3D
(47,46,61)
#282733
(40,39,51)
#212029
(33,32,41)
#1A191F
(26,25,31)
#131215
(19,18,21)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #52516F

#52516F
(82,81,111)
#61607C
(97,96,124)
#706F89
(112,111,137)
#7F7E96
(127,126,150)
#8E8DA3
(142,141,163)
#9D9CB0
(157,156,176)
#ACABBD
(172,171,189)
#BBBACA
(187,186,202)
#CAC9D7
(202,201,215)
#D9D8E4
(217,216,228)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52516F color. Also use rgb(82,81,111) instead hex code.

Text Font Color

.myTextColor { color: #52516F; }

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

This text font color is #52516F.


Background Color

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

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

This div background color is #52516F.


Border color

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

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

This div border color is #52516F.


Opacity

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

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

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

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

This text has shadow with #52516F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52516F on black background.


Color preview on white background

This text has color #52516F on white background.



Black color preview on #52516F background

This text has black color on #52516F background.


White color preview on #52516F background

This text has white color on #52516F background.