COLOR #52506D

HEX: #52506D
RGB: (82,80,109)

Color info

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

RGB color model

#52506D color RGB value is (82,80,109).

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

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 109 of 255 = 43%

82
80
109

R + G + B ~ 35%. #52506D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 109 = 271 (100%)
R 82 of 271 ~ 30.26%
G 80 of 271 ~ 29.52%
B 109 of 271 ~ 40.22%

%30.26
%29.52
%40.22

CMYK color model

#52506D color CMYK value is (25,27,0,57).

  • cyan value is 24.77%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(25,27,0,57)
C25M27Y0K57 
(25%,27%,0%,57%)
(0.25/0.27/0.00/0.57)	

CMYK percentages

%24.77
%26.61
%0
%57.25

Codes

Color #52506D in popluar color models

52506D
RGB8280109
HSL244°15.34%37.06%
HSB/HSV244°26.61%42.75%
CMYK24.77%26.61%0.00%
57.25%

Color #52506D in popluar number systems.

HEX52506D
Decimal8280109
Binary101001010100001101101
Octal122120155

Shades and tints

Shades of #52506D

#52506D
(82,80,109)
#4B4964
(75,73,100)
#44425B
(68,66,91)
#3D3B52
(61,59,82)
#363449
(54,52,73)
#2F2D40
(47,45,64)
#282637
(40,38,55)
#211F2E
(33,31,46)
#1A1825
(26,24,37)
#13111C
(19,17,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #52506D

#52506D
(82,80,109)
#615F7A
(97,95,122)
#706E87
(112,110,135)
#7F7D94
(127,125,148)
#8E8CA1
(142,140,161)
#9D9BAE
(157,155,174)
#ACAABB
(172,170,187)
#BBB9C8
(187,185,200)
#CAC8D5
(202,200,213)
#D9D7E2
(217,215,226)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52506D color. Also use rgb(82,80,109) instead hex code.

Text Font Color

.myTextColor { color: #52506D; }

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

This text font color is #52506D.


Background Color

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

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

This div background color is #52506D.


Border color

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

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

This div border color is #52506D.


Opacity

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

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

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

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

This text has shadow with #52506D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52506D on black background.


Color preview on white background

This text has color #52506D on white background.



Black color preview on #52506D background

This text has black color on #52506D background.


White color preview on #52506D background

This text has white color on #52506D background.