COLOR #53704D

HEX: #53704D
RGB: (83,112,77)

Color info

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

RGB color model

#53704D color RGB value is (83,112,77).

  • red value is 83;
  • green value is 112;
  • blue value is 77.
RGB:
(83,112,77)
(33%,44%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 112 of 255 = 44%
B 77 of 255 = 30%

83
112
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 77 = 272 (100%)
R 83 of 272 ~ 30.51%
G 112 of 272 ~ 41.18%
B 77 of 272 ~ 28.31%

%30.51
%41.18
%28.31

CMYK color model

#53704D color CMYK value is (26,0,31,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(26,0,31,56)
C26M0Y31K56 
(26%,0%,31%,56%)
(0.26/0.00/0.31/0.56)	

CMYK percentages

%25.89
%0
%31.25
%56.08

Codes

Color #53704D in popluar color models

53704D
RGB8311277
HSL110°18.52%37.06%
HSB/HSV110°31.25%43.92%
CMYK25.89%0.00%31.25%
56.08%

Color #53704D in popluar number systems.

HEX53704D
Decimal8311277
Binary101001111100001001101
Octal123160115

Shades and tints

Shades of #53704D

#53704D
(83,112,77)
#4C6646
(76,102,70)
#455C3F
(69,92,63)
#3E5238
(62,82,56)
#374831
(55,72,49)
#303E2A
(48,62,42)
#293423
(41,52,35)
#222A1C
(34,42,28)
#1B2015
(27,32,21)
#14160E
(20,22,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #53704D

#53704D
(83,112,77)
#627D5D
(98,125,93)
#718A6D
(113,138,109)
#80977D
(128,151,125)
#8FA48D
(143,164,141)
#9EB19D
(158,177,157)
#ADBEAD
(173,190,173)
#BCCBBD
(188,203,189)
#CBD8CD
(203,216,205)
#DAE5DD
(218,229,221)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53704D; }

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

This text font color is #53704D.


Background Color

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

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

This div background color is #53704D.


Border color

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

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

This div border color is #53704D.


Opacity

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

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

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

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

This text has shadow with #53704D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53704D on black background.


Color preview on white background

This text has color #53704D on white background.



Black color preview on #53704D background

This text has black color on #53704D background.


White color preview on #53704D background

This text has white color on #53704D background.