COLOR #52705A

HEX: #52705A RGB: (82,112,90)

Color info

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

RGB color model

#52705A color RGB value is (82,112,90).

RGB: (82,112,90) (32%, 44%, 35%)

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 90 of 255 = 35%

82
112
90

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

Portions of RGB colors in percentages

R + G + B = 82 + 112 + 90 = 284 (100%)
R 82 of 284 ~ 28.87%
G 112 of 284 ~ 39.44%
B 90 of 284 ~ 31.69'%

%28.87
%39.44
%31.69

CMYK color model

#52705A color CMYK value is (27,0,20,56).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 56.08%

CMYK: (27,0,20,56)
C27M0Y20K56 (27%, 0%, 20%, 56%)
(0.27 / 0.00 / 0.20 / 0.56)

CMYK percentages

%26.79
%0
%19.64
%56.08

Codes

Color #52705A in popluar color models

52 70 5A
RGB 82 112 90
HSL 136° 15.46% 38.04%
HSB/HSV 136° 26.79% 43.92%
CMYK 26.79% 0.00% 19.64%
56.08%

Color #52705A in popluar number systems.

HEX 52 70 5A
Decimal 82 112 90
Binary 1010010 1110000 1011010
Octal 122 160 132

Shades and tints

Shades of #52705A

#52705A
(82,112,90)
#4B6652
(75,102,82)
#445C4A
(68,92,74)
#3D5242
(61,82,66)
#36483A
(54,72,58)
#2F3E32
(47,62,50)
#28342A
(40,52,42)
#212A22
(33,42,34)
#1A201A
(26,32,26)
#131612
(19,22,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #52705A

#52705A
(82,112,90)
#617D69
(97,125,105)
#708A78
(112,138,120)
#7F9787
(127,151,135)
#8EA496
(142,164,150)
#9DB1A5
(157,177,165)
#ACBEB4
(172,190,180)
#BBCBC3
(187,203,195)
#CAD8D2
(202,216,210)
#D9E5E1
(217,229,225)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52705A; }

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

This text font color is #52705A.

Background Color

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

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

This div background color is #52705A.

Border color

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

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

This div border color is #52705A.

Opacity

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

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

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

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

This text has shadow with #52705A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52705A.

Preview

Color preview on black background

This text has color #52705A on black background.


Color preview on white background

This text has color #52705A on white background.


Black color preview on #52705A background

This text has black color on #52705A background.


White color preview on #52705A background

This text has white color on #52705A background.


Related colors

Complementary color

Complementary color for #hex is #AD8FA5.


I love getcolorcode.com

Triadic colors

1 #5A5270 and #705A52 with #52705A are triadic colors.

2 #5A7052 and #70525A with #52705A are triadic colors.