COLOR #52606A

HEX: #52606A
RGB: (82,96,106)

Color info

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

RGB color model

#52606A color RGB value is (82,96,106).

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

RGB channels and saturation

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

82
96
106

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

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 106 = 284 (100%)
R 82 of 284 ~ 28.87%
G 96 of 284 ~ 33.8%
B 106 of 284 ~ 37.32%

%28.87
%33.8
%37.32

CMYK color model

#52606A color CMYK value is (23,9,0,58).

  • cyan value is 22.64%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(23,9,0,58)
C23M9Y0K58 
(23%,9%,0%,58%)
(0.23/0.09/0.00/0.58)	

CMYK percentages

%22.64
%9.43
%0
%58.43

Codes

Color #52606A in popluar color models

52606A
RGB8296106
HSL205°12.77%36.86%
HSB/HSV205°22.64%41.57%
CMYK22.64%9.43%0.00%
58.43%

Color #52606A in popluar number systems.

HEX52606A
Decimal8296106
Binary101001011000001101010
Octal122140152

Shades and tints

Shades of #52606A

#52606A
(82,96,106)
#4B5861
(75,88,97)
#445058
(68,80,88)
#3D484F
(61,72,79)
#364046
(54,64,70)
#2F383D
(47,56,61)
#283034
(40,48,52)
#21282B
(33,40,43)
#1A2022
(26,32,34)
#131819
(19,24,25)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #52606A

#52606A
(82,96,106)
#616E77
(97,110,119)
#707C84
(112,124,132)
#7F8A91
(127,138,145)
#8E989E
(142,152,158)
#9DA6AB
(157,166,171)
#ACB4B8
(172,180,184)
#BBC2C5
(187,194,197)
#CAD0D2
(202,208,210)
#D9DEDF
(217,222,223)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52606A; }

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

This text font color is #52606A.


Background Color

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

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

This div background color is #52606A.


Border color

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

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

This div border color is #52606A.


Opacity

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

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

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

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

This text has shadow with #52606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52606A on black background.


Color preview on white background

This text has color #52606A on white background.



Black color preview on #52606A background

This text has black color on #52606A background.


White color preview on #52606A background

This text has white color on #52606A background.