COLOR #52707E

HEX: #52707E RGB: (82,112,126)

Color info

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

RGB color model

#52707E color RGB value is (82,112,126).

RGB: (82,112,126) (32%, 44%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 126 of 255 = 49%

82
112
126

R + G + B ~ 42%. #52707E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 112 + 126 = 320 (100%)
R 82 of 320 ~ 25.63%
G 112 of 320 ~ 35%
B 126 of 320 ~ 39.38'%

%25.63
%35
%39.38

CMYK color model

#52707E color CMYK value is (35,11,0,51).

  • cyan value is 34.92%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (35,11,0,51)
C35M11Y0K51 (35%, 11%, 0%, 51%)
(0.35 / 0.11 / 0.00 / 0.51)

CMYK percentages

%34.92
%11.11
%0
%50.59

Codes

Color #52707E in popluar color models

52 70 7E
RGB 82 112 126
HSL 199° 21.15% 40.78%
HSB/HSV 199° 34.92% 49.41%
CMYK 34.92% 11.11% 0.00%
50.59%

Color #52707E in popluar number systems.

HEX 52 70 7E
Decimal 82 112 126
Binary 1010010 1110000 1111110
Octal 122 160 176

Shades and tints

Shades of #52707E

#52707E
(82,112,126)
#4B6673
(75,102,115)
#445C68
(68,92,104)
#3D525D
(61,82,93)
#364852
(54,72,82)
#2F3E47
(47,62,71)
#28343C
(40,52,60)
#212A31
(33,42,49)
#1A2026
(26,32,38)
#13161B
(19,22,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #52707E

#52707E
(82,112,126)
#617D89
(97,125,137)
#708A94
(112,138,148)
#7F979F
(127,151,159)
#8EA4AA
(142,164,170)
#9DB1B5
(157,177,181)
#ACBEC0
(172,190,192)
#BBCBCB
(187,203,203)
#CAD8D6
(202,216,214)
#D9E5E1
(217,229,225)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52707E color. Also use rgb(82,112,126) instead hex code.

Text Font Color

.myTextColor { color: #52707E; }

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

This text font color is #52707E.

Background Color

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

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

This div background color is #52707E.

Border color

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

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

This div border color is #52707E.

Opacity

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

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

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

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

This text has shadow with #52707E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52707E.

Preview

Color preview on black background

This text has color #52707E on black background.


Color preview on white background

This text has color #52707E on white background.


Black color preview on #52707E background

This text has black color on #52707E background.


White color preview on #52707E background

This text has white color on #52707E background.


Related colors

Complementary color

Complementary color for #hex is #AD8F81.


I love getcolorcode.com

Triadic colors

1 #7E5270 and #707E52 with #52707E are triadic colors.

2 #7E7052 and #70527E with #52707E are triadic colors.