COLOR #54704F

HEX: #54704F
RGB: (84,112,79)

Color info

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

RGB color model

#54704F color RGB value is (84,112,79).

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

RGB channels and saturation

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

84
112
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 112 + 79 = 275 (100%)
R 84 of 275 ~ 30.55%
G 112 of 275 ~ 40.73%
B 79 of 275 ~ 28.73%

%30.55
%40.73
%28.73

CMYK color model

#54704F color CMYK value is (25,0,29,56).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(25,0,29,56)
C25M0Y29K56 
(25%,0%,29%,56%)
(0.25/0.00/0.29/0.56)	

CMYK percentages

%25
%0
%29.46
%56.08

Codes

Color #54704F in popluar color models

54704F
RGB8411279
HSL111°17.28%37.45%
HSB/HSV111°29.46%43.92%
CMYK25.00%0.00%29.46%
56.08%

Color #54704F in popluar number systems.

HEX54704F
Decimal8411279
Binary101010011100001001111
Octal124160117

Shades and tints

Shades of #54704F

#54704F
(84,112,79)
#4D6648
(77,102,72)
#465C41
(70,92,65)
#3F523A
(63,82,58)
#384833
(56,72,51)
#313E2C
(49,62,44)
#2A3425
(42,52,37)
#232A1E
(35,42,30)
#1C2017
(28,32,23)
#151610
(21,22,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #54704F

#54704F
(84,112,79)
#637D5F
(99,125,95)
#728A6F
(114,138,111)
#81977F
(129,151,127)
#90A48F
(144,164,143)
#9FB19F
(159,177,159)
#AEBEAF
(174,190,175)
#BDCBBF
(189,203,191)
#CCD8CF
(204,216,207)
#DBE5DF
(219,229,223)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54704F; }

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

This text font color is #54704F.


Background Color

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

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

This div background color is #54704F.


Border color

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

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

This div border color is #54704F.


Opacity

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

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

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

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

This text has shadow with #54704F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54704F on black background.


Color preview on white background

This text has color #54704F on white background.



Black color preview on #54704F background

This text has black color on #54704F background.


White color preview on #54704F background

This text has white color on #54704F background.