COLOR #53704F

HEX: #53704F RGB: (83,112,79)

Color info

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

RGB color model

#53704F color RGB value is (83,112,79).

RGB: (83,112,79) (33%, 44%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 79 of 255 = 31%

83
112
79

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

Portions of RGB colors in percentages

R + G + B = 83 + 112 + 79 = 274 (100%)
R 83 of 274 ~ 30.29%
G 112 of 274 ~ 40.88%
B 79 of 274 ~ 28.83'%

%30.29
%40.88
%28.83

CMYK color model

#53704F color CMYK value is (26,0,29,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%

CMYK: (26,0,29,56)
C26M0Y29K56 (26%, 0%, 29%, 56%)
(0.26 / 0.00 / 0.29 / 0.56)

CMYK percentages

%25.89
%0
%29.46
%56.08

Codes

Color #53704F in popluar color models

53 70 4F
RGB 83 112 79
HSL 113° 17.28% 37.45%
HSB/HSV 113° 29.46% 43.92%
CMYK 25.89% 0.00% 29.46%
56.08%

Color #53704F in popluar number systems.

HEX 53 70 4F
Decimal 83 112 79
Binary 1010011 1110000 1001111
Octal 123 160 117

Shades and tints

Shades of #53704F

#53704F
(83,112,79)
#4C6648
(76,102,72)
#455C41
(69,92,65)
#3E523A
(62,82,58)
#374833
(55,72,51)
#303E2C
(48,62,44)
#293425
(41,52,37)
#222A1E
(34,42,30)
#1B2017
(27,32,23)
#141610
(20,22,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #53704F

#53704F
(83,112,79)
#627D5F
(98,125,95)
#718A6F
(113,138,111)
#80977F
(128,151,127)
#8FA48F
(143,164,143)
#9EB19F
(158,177,159)
#ADBEAF
(173,190,175)
#BCCBBF
(188,203,191)
#CBD8CF
(203,216,207)
#DAE5DF
(218,229,223)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53704F; }

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

This text font color is #53704F.

Background Color

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

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

This div background color is #53704F.

Border color

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

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

This div border color is #53704F.

Opacity

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

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

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

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

This text has shadow with #53704F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53704F.

Preview

Color preview on black background

This text has color #53704F on black background.


Color preview on white background

This text has color #53704F on white background.


Black color preview on #53704F background

This text has black color on #53704F background.


White color preview on #53704F background

This text has white color on #53704F background.


Related colors

Complementary color

Complementary color for #hex is #AC8FB0.


I love getcolorcode.com

Triadic colors

1 #4F5370 and #704F53 with #53704F are triadic colors.

2 #4F7053 and #70534F with #53704F are triadic colors.