COLOR #53724F

HEX: #53724F
RGB: (83,114,79)

Color info

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

RGB color model

#53724F color RGB value is (83,114,79).

  • red value is 83;
  • green value is 114;
  • blue value is 79.
RGB:
(83,114,79)
(33%,45%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 79 of 255 = 31%

83
114
79

R + G + B ~ 36%. #53724F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 79 = 276 (100%)
R 83 of 276 ~ 30.07%
G 114 of 276 ~ 41.3%
B 79 of 276 ~ 28.62%

%30.07
%41.3
%28.62

CMYK color model

#53724F color CMYK value is (27,0,31,55).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(27,0,31,55)
C27M0Y31K55 
(27%,0%,31%,55%)
(0.27/0.00/0.31/0.55)	

CMYK percentages

%27.19
%0
%30.7
%55.29

Codes

Color #53724F in popluar color models

53724F
RGB8311479
HSL113°18.13%37.84%
HSB/HSV113°30.70%44.71%
CMYK27.19%0.00%30.70%
55.29%

Color #53724F in popluar number systems.

HEX53724F
Decimal8311479
Binary101001111100101001111
Octal123162117

Shades and tints

Shades of #53724F

#53724F
(83,114,79)
#4C6848
(76,104,72)
#455E41
(69,94,65)
#3E543A
(62,84,58)
#374A33
(55,74,51)
#30402C
(48,64,44)
#293625
(41,54,37)
#222C1E
(34,44,30)
#1B2217
(27,34,23)
#141810
(20,24,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #53724F

#53724F
(83,114,79)
#627E5F
(98,126,95)
#718A6F
(113,138,111)
#80967F
(128,150,127)
#8FA28F
(143,162,143)
#9EAE9F
(158,174,159)
#ADBAAF
(173,186,175)
#BCC6BF
(188,198,191)
#CBD2CF
(203,210,207)
#DADEDF
(218,222,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53724F color. Also use rgb(83,114,79) instead hex code.

Text Font Color

.myTextColor { color: #53724F; }

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

This text font color is #53724F.


Background Color

.myBgColor { background-color: #53724F; }

<div style="background-color:#53724F">Inner text</div>

This div background color is #53724F.


Border color

.myBorderColor { border: 1px solid #53724F; }

<div style="border:3px solid #53724F">Div</div>

This div border color is #53724F.


Opacity

.myOpacity80 { color: #53724F; opacity: 0.8; }

<p style="color:#53724F;opacity:0.8;">80%</p>

Text with #53724F 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 #53724F;}

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

This text has shadow with #53724F color.

.textShadow {text-shadow: 3px 3px 1px #53724F, 3px 3px 1px red;}

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

This text has shadow with #53724F primary color and red secondary color.


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

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

This text has shadow with #53724F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53724F on black background.


Color preview on white background

This text has color #53724F on white background.



Black color preview on #53724F background

This text has black color on #53724F background.


White color preview on #53724F background

This text has white color on #53724F background.