COLOR #52706A

HEX: #52706A
RGB: (82,112,106)

Color info

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

RGB color model

#52706A color RGB value is (82,112,106).

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

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 106 of 255 = 42%

82
112
106

R + G + B ~ 39%. #52706A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 106 = 300 (100%)
R 82 of 300 ~ 27.33%
G 112 of 300 ~ 37.33%
B 106 of 300 ~ 35.33%

%27.33
%37.33
%35.33

CMYK color model

#52706A color CMYK value is (27,0,5,56).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(27,0,5,56)
C27M0Y5K56 
(27%,0%,5%,56%)
(0.27/0.00/0.05/0.56)	

CMYK percentages

%26.79
%0
%5.36
%56.08

Codes

Color #52706A in popluar color models

52706A
RGB82112106
HSL168°15.46%38.04%
HSB/HSV168°26.79%43.92%
CMYK26.79%0.00%5.36%
56.08%

Color #52706A in popluar number systems.

HEX52706A
Decimal82112106
Binary101001011100001101010
Octal122160152

Shades and tints

Shades of #52706A

#52706A
(82,112,106)
#4B6661
(75,102,97)
#445C58
(68,92,88)
#3D524F
(61,82,79)
#364846
(54,72,70)
#2F3E3D
(47,62,61)
#283434
(40,52,52)
#212A2B
(33,42,43)
#1A2022
(26,32,34)
#131619
(19,22,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #52706A

#52706A
(82,112,106)
#617D77
(97,125,119)
#708A84
(112,138,132)
#7F9791
(127,151,145)
#8EA49E
(142,164,158)
#9DB1AB
(157,177,171)
#ACBEB8
(172,190,184)
#BBCBC5
(187,203,197)
#CAD8D2
(202,216,210)
#D9E5DF
(217,229,223)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52706A; }

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

This text font color is #52706A.


Background Color

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

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

This div background color is #52706A.


Border color

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

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

This div border color is #52706A.


Opacity

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

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

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

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

This text has shadow with #52706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52706A on black background.


Color preview on white background

This text has color #52706A on white background.



Black color preview on #52706A background

This text has black color on #52706A background.


White color preview on #52706A background

This text has white color on #52706A background.