COLOR #52704B

HEX: #52704B
RGB: (82,112,75)

Color info

#52704B contains red, green and blue colors in about the same proportion. Web safe color of #52704B is #666633 (or #663).

RGB color model

#52704B color RGB value is (82,112,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 75 of 255 = 29%

82
112
75

R + G + B ~ 35%. #52704B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 75 = 269 (100%)
R 82 of 269 ~ 30.48%
G 112 of 269 ~ 41.64%
B 75 of 269 ~ 27.88%

%30.48
%41.64
%27.88

CMYK color model

#52704B color CMYK value is (27,0,33,56).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 56.08%
CMYK:
(27,0,33,56)
C27M0Y33K56 
(27%,0%,33%,56%)
(0.27/0.00/0.33/0.56)	

CMYK percentages

%26.79
%0
%33.04
%56.08

Codes

Color #52704B in popluar color models

52704B
RGB8211275
HSL109°19.79%36.67%
HSB/HSV109°33.04%43.92%
CMYK26.79%0.00%33.04%
56.08%

Color #52704B in popluar number systems.

HEX52704B
Decimal8211275
Binary101001011100001001011
Octal122160113

Shades and tints

Shades of #52704B

#52704B
(82,112,75)
#4B6645
(75,102,69)
#445C3F
(68,92,63)
#3D5239
(61,82,57)
#364833
(54,72,51)
#2F3E2D
(47,62,45)
#283427
(40,52,39)
#212A21
(33,42,33)
#1A201B
(26,32,27)
#131615
(19,22,21)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #52704B

#52704B
(82,112,75)
#617D5B
(97,125,91)
#708A6B
(112,138,107)
#7F977B
(127,151,123)
#8EA48B
(142,164,139)
#9DB19B
(157,177,155)
#ACBEAB
(172,190,171)
#BBCBBB
(187,203,187)
#CAD8CB
(202,216,203)
#D9E5DB
(217,229,219)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52704B color. Also use rgb(82,112,75) instead hex code.

Text Font Color

.myTextColor { color: #52704B; }

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

This text font color is #52704B.


Background Color

.myBgColor { background-color: #52704B; }

<div style="background-color:#52704B">Inner text</div>

This div background color is #52704B.


Border color

.myBorderColor { border: 1px solid #52704B; }

<div style="border:3px solid #52704B">Div</div>

This div border color is #52704B.


Opacity

.myOpacity80 { color: #52704B; opacity: 0.8; }

<p style="color:#52704B;opacity:0.8;">80%</p>

Text with #52704B 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 #52704B;}

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

This text has shadow with #52704B color.

.textShadow {text-shadow: 3px 3px 1px #52704B, 3px 3px 1px red;}

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

This text has shadow with #52704B primary color and red secondary color.


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

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

This text has shadow with #52704B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52704B on black background.


Color preview on white background

This text has color #52704B on white background.



Black color preview on #52704B background

This text has black color on #52704B background.


White color preview on #52704B background

This text has white color on #52704B background.