COLOR #52706F

HEX: #52706F
RGB: (82,112,111)

Color info

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

RGB color model

#52706F color RGB value is (82,112,111).

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

RGB channels and saturation

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

82
112
111

R + G + B ~ 40%. #52706F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 111 = 305 (100%)
R 82 of 305 ~ 26.89%
G 112 of 305 ~ 36.72%
B 111 of 305 ~ 36.39%

%26.89
%36.72
%36.39

CMYK color model

#52706F color CMYK value is (27,0,1,56).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(27,0,1,56)
C27M0Y1K56 
(27%,0%,1%,56%)
(0.27/0.00/0.01/0.56)	

CMYK percentages

%26.79
%0
%0.89
%56.08

Codes

Color #52706F in popluar color models

52706F
RGB82112111
HSL178°15.46%38.04%
HSB/HSV178°26.79%43.92%
CMYK26.79%0.00%0.89%
56.08%

Color #52706F in popluar number systems.

HEX52706F
Decimal82112111
Binary101001011100001101111
Octal122160157

Shades and tints

Shades of #52706F

#52706F
(82,112,111)
#4B6665
(75,102,101)
#445C5B
(68,92,91)
#3D5251
(61,82,81)
#364847
(54,72,71)
#2F3E3D
(47,62,61)
#283433
(40,52,51)
#212A29
(33,42,41)
#1A201F
(26,32,31)
#131615
(19,22,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #52706F

#52706F
(82,112,111)
#617D7C
(97,125,124)
#708A89
(112,138,137)
#7F9796
(127,151,150)
#8EA4A3
(142,164,163)
#9DB1B0
(157,177,176)
#ACBEBD
(172,190,189)
#BBCBCA
(187,203,202)
#CAD8D7
(202,216,215)
#D9E5E4
(217,229,228)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52706F; }

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

This text font color is #52706F.


Background Color

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

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

This div background color is #52706F.


Border color

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

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

This div border color is #52706F.


Opacity

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

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

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

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

This text has shadow with #52706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52706F on black background.


Color preview on white background

This text has color #52706F on white background.



Black color preview on #52706F background

This text has black color on #52706F background.


White color preview on #52706F background

This text has white color on #52706F background.