COLOR #53704E

HEX: #53704E
RGB: (83,112,78)

Color info

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

RGB color model

#53704E color RGB value is (83,112,78).

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

RGB channels and saturation

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

83
112
78

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

Portions of RGB colors in percentages

R + G + B =
83 + 112 + 78 = 273 (100%)
R 83 of 273 ~ 30.4%
G 112 of 273 ~ 41.03%
B 78 of 273 ~ 28.57%

%30.4
%41.03
%28.57

CMYK color model

#53704E color CMYK value is (26,0,30,56).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(26,0,30,56)
C26M0Y30K56 
(26%,0%,30%,56%)
(0.26/0.00/0.30/0.56)	

CMYK percentages

%25.89
%0
%30.36
%56.08

Codes

Color #53704E in popluar color models

53704E
RGB8311278
HSL111°17.89%37.25%
HSB/HSV111°30.36%43.92%
CMYK25.89%0.00%30.36%
56.08%

Color #53704E in popluar number systems.

HEX53704E
Decimal8311278
Binary101001111100001001110
Octal123160116

Shades and tints

Shades of #53704E

#53704E
(83,112,78)
#4C6647
(76,102,71)
#455C40
(69,92,64)
#3E5239
(62,82,57)
#374832
(55,72,50)
#303E2B
(48,62,43)
#293424
(41,52,36)
#222A1D
(34,42,29)
#1B2016
(27,32,22)
#14160F
(20,22,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #53704E

#53704E
(83,112,78)
#627D5E
(98,125,94)
#718A6E
(113,138,110)
#80977E
(128,151,126)
#8FA48E
(143,164,142)
#9EB19E
(158,177,158)
#ADBEAE
(173,190,174)
#BCCBBE
(188,203,190)
#CBD8CE
(203,216,206)
#DAE5DE
(218,229,222)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53704E; }

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

This text font color is #53704E.


Background Color

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

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

This div background color is #53704E.


Border color

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

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

This div border color is #53704E.


Opacity

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

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

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

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

This text has shadow with #53704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53704E on black background.


Color preview on white background

This text has color #53704E on white background.



Black color preview on #53704E background

This text has black color on #53704E background.


White color preview on #53704E background

This text has white color on #53704E background.