COLOR #52724B

HEX: #52724B
RGB: (82,114,75)

Color info

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

RGB color model

#52724B color RGB value is (82,114,75).

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

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 75 of 255 = 29%

82
114
75

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

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 75 = 271 (100%)
R 82 of 271 ~ 30.26%
G 114 of 271 ~ 42.07%
B 75 of 271 ~ 27.68%

%30.26
%42.07
%27.68

CMYK color model

#52724B color CMYK value is (28,0,34,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(28,0,34,55)
C28M0Y34K55 
(28%,0%,34%,55%)
(0.28/0.00/0.34/0.55)	

CMYK percentages

%28.07
%0
%34.21
%55.29

Codes

Color #52724B in popluar color models

52724B
RGB8211475
HSL109°20.63%37.06%
HSB/HSV109°34.21%44.71%
CMYK28.07%0.00%34.21%
55.29%

Color #52724B in popluar number systems.

HEX52724B
Decimal8211475
Binary101001011100101001011
Octal122162113

Shades and tints

Shades of #52724B

#52724B
(82,114,75)
#4B6845
(75,104,69)
#445E3F
(68,94,63)
#3D5439
(61,84,57)
#364A33
(54,74,51)
#2F402D
(47,64,45)
#283627
(40,54,39)
#212C21
(33,44,33)
#1A221B
(26,34,27)
#131815
(19,24,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #52724B

#52724B
(82,114,75)
#617E5B
(97,126,91)
#708A6B
(112,138,107)
#7F967B
(127,150,123)
#8EA28B
(142,162,139)
#9DAE9B
(157,174,155)
#ACBAAB
(172,186,171)
#BBC6BB
(187,198,187)
#CAD2CB
(202,210,203)
#D9DEDB
(217,222,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52724B; }

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

This text font color is #52724B.


Background Color

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

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

This div background color is #52724B.


Border color

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

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

This div border color is #52724B.


Opacity

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

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

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

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

This text has shadow with #52724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52724B on black background.


Color preview on white background

This text has color #52724B on white background.



Black color preview on #52724B background

This text has black color on #52724B background.


White color preview on #52724B background

This text has white color on #52724B background.