COLOR #52724C

HEX: #52724C
RGB: (82,114,76)

Color info

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

RGB color model

#52724C color RGB value is (82,114,76).

  • red value is 82;
  • green value is 114;
  • blue value is 76.
RGB:
(82,114,76)
(32%,45%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 76 of 255 = 30%

82
114
76

R + G + B ~ 36%. #52724C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 76 = 272 (100%)
R 82 of 272 ~ 30.15%
G 114 of 272 ~ 41.91%
B 76 of 272 ~ 27.94%

%30.15
%41.91
%27.94

CMYK color model

#52724C color CMYK value is (28,0,33,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(28,0,33,55)
C28M0Y33K55 
(28%,0%,33%,55%)
(0.28/0.00/0.33/0.55)	

CMYK percentages

%28.07
%0
%33.33
%55.29

Codes

Color #52724C in popluar color models

52724C
RGB8211476
HSL111°20.00%37.25%
HSB/HSV111°33.33%44.71%
CMYK28.07%0.00%33.33%
55.29%

Color #52724C in popluar number systems.

HEX52724C
Decimal8211476
Binary101001011100101001100
Octal122162114

Shades and tints

Shades of #52724C

#52724C
(82,114,76)
#4B6846
(75,104,70)
#445E40
(68,94,64)
#3D543A
(61,84,58)
#364A34
(54,74,52)
#2F402E
(47,64,46)
#283628
(40,54,40)
#212C22
(33,44,34)
#1A221C
(26,34,28)
#131816
(19,24,22)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #52724C

#52724C
(82,114,76)
#617E5C
(97,126,92)
#708A6C
(112,138,108)
#7F967C
(127,150,124)
#8EA28C
(142,162,140)
#9DAE9C
(157,174,156)
#ACBAAC
(172,186,172)
#BBC6BC
(187,198,188)
#CAD2CC
(202,210,204)
#D9DEDC
(217,222,220)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52724C color. Also use rgb(82,114,76) instead hex code.

Text Font Color

.myTextColor { color: #52724C; }

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

This text font color is #52724C.


Background Color

.myBgColor { background-color: #52724C; }

<div style="background-color:#52724C">Inner text</div>

This div background color is #52724C.


Border color

.myBorderColor { border: 1px solid #52724C; }

<div style="border:3px solid #52724C">Div</div>

This div border color is #52724C.


Opacity

.myOpacity80 { color: #52724C; opacity: 0.8; }

<p style="color:#52724C;opacity:0.8;">80%</p>

Text with #52724C 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 #52724C;}

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

This text has shadow with #52724C color.

.textShadow {text-shadow: 3px 3px 1px #52724C, 3px 3px 1px red;}

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

This text has shadow with #52724C primary color and red secondary color.


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

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

This text has shadow with #52724C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52724C on black background.


Color preview on white background

This text has color #52724C on white background.



Black color preview on #52724C background

This text has black color on #52724C background.


White color preview on #52724C background

This text has white color on #52724C background.