COLOR #52606C

HEX: #52606C
RGB: (82,96,108)

Color info

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

RGB color model

#52606C color RGB value is (82,96,108).

  • red value is 82;
  • green value is 96;
  • blue value is 108.
RGB:
(82,96,108)
(32%,38%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 108 of 255 = 42%

82
96
108

R + G + B ~ 37%. #52606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 108 = 286 (100%)
R 82 of 286 ~ 28.67%
G 96 of 286 ~ 33.57%
B 108 of 286 ~ 37.76%

%28.67
%33.57
%37.76

CMYK color model

#52606C color CMYK value is (24,11,0,58).

  • cyan value is 24.07%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(24,11,0,58)
C24M11Y0K58 
(24%,11%,0%,58%)
(0.24/0.11/0.00/0.58)	

CMYK percentages

%24.07
%11.11
%0
%57.65

Codes

Color #52606C in popluar color models

52606C
RGB8296108
HSL208°13.68%37.25%
HSB/HSV208°24.07%42.35%
CMYK24.07%11.11%0.00%
57.65%

Color #52606C in popluar number systems.

HEX52606C
Decimal8296108
Binary101001011000001101100
Octal122140154

Shades and tints

Shades of #52606C

#52606C
(82,96,108)
#4B5863
(75,88,99)
#44505A
(68,80,90)
#3D4851
(61,72,81)
#364048
(54,64,72)
#2F383F
(47,56,63)
#283036
(40,48,54)
#21282D
(33,40,45)
#1A2024
(26,32,36)
#13181B
(19,24,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #52606C

#52606C
(82,96,108)
#616E79
(97,110,121)
#707C86
(112,124,134)
#7F8A93
(127,138,147)
#8E98A0
(142,152,160)
#9DA6AD
(157,166,173)
#ACB4BA
(172,180,186)
#BBC2C7
(187,194,199)
#CAD0D4
(202,208,212)
#D9DEE1
(217,222,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52606C color. Also use rgb(82,96,108) instead hex code.

Text Font Color

.myTextColor { color: #52606C; }

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

This text font color is #52606C.


Background Color

.myBgColor { background-color: #52606C; }

<div style="background-color:#52606C">Inner text</div>

This div background color is #52606C.


Border color

.myBorderColor { border: 1px solid #52606C; }

<div style="border:3px solid #52606C">Div</div>

This div border color is #52606C.


Opacity

.myOpacity80 { color: #52606C; opacity: 0.8; }

<p style="color:#52606C;opacity:0.8;">80%</p>

Text with #52606C 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 #52606C;}

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

This text has shadow with #52606C color.

.textShadow {text-shadow: 3px 3px 1px #52606C, 3px 3px 1px red;}

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

This text has shadow with #52606C primary color and red secondary color.


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

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

This text has shadow with #52606C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52606C on black background.


Color preview on white background

This text has color #52606C on white background.



Black color preview on #52606C background

This text has black color on #52606C background.


White color preview on #52606C background

This text has white color on #52606C background.