COLOR #547947

HEX: #547947
RGB: (84,121,71)

Color info

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

RGB color model

#547947 color RGB value is (84,121,71).

  • red value is 84;
  • green value is 121;
  • blue value is 71.
RGB:
(84,121,71)
(33%,47%,28%)

RGB channels and saturation

R 84 of 255 = 33%
G 121 of 255 = 47%
B 71 of 255 = 28%

84
121
71

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

Portions of RGB colors in percentages

R + G + B =
84 + 121 + 71 = 276 (100%)
R 84 of 276 ~ 30.43%
G 121 of 276 ~ 43.84%
B 71 of 276 ~ 25.72%

%30.43
%43.84
%25.72

CMYK color model

#547947 color CMYK value is (31,0,41,53).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 52.55%
CMYK:
(31,0,41,53)
C31M0Y41K53 
(31%,0%,41%,53%)
(0.31/0.00/0.41/0.53)	

CMYK percentages

%30.58
%0
%41.32
%52.55

Codes

Color #547947 in popluar color models

547947
RGB8412171
HSL104°26.04%37.65%
HSB/HSV104°41.32%47.45%
CMYK30.58%0.00%41.32%
52.55%

Color #547947 in popluar number systems.

HEX547947
Decimal8412171
Binary101010011110011000111
Octal124171107

Shades and tints

Shades of #547947

#547947
(84,121,71)
#4D6E41
(77,110,65)
#46633B
(70,99,59)
#3F5835
(63,88,53)
#384D2F
(56,77,47)
#314229
(49,66,41)
#2A3723
(42,55,35)
#232C1D
(35,44,29)
#1C2117
(28,33,23)
#151611
(21,22,17)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #547947

#547947
(84,121,71)
#638557
(99,133,87)
#729167
(114,145,103)
#819D77
(129,157,119)
#90A987
(144,169,135)
#9FB597
(159,181,151)
#AEC1A7
(174,193,167)
#BDCDB7
(189,205,183)
#CCD9C7
(204,217,199)
#DBE5D7
(219,229,215)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547947 color. Also use rgb(84,121,71) instead hex code.

Text Font Color

.myTextColor { color: #547947; }

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

This text font color is #547947.


Background Color

.myBgColor { background-color: #547947; }

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

This div background color is #547947.


Border color

.myBorderColor { border: 1px solid #547947; }

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

This div border color is #547947.


Opacity

.myOpacity80 { color: #547947; opacity: 0.8; }

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

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

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

This text has shadow with #547947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547947 on black background.


Color preview on white background

This text has color #547947 on white background.



Black color preview on #547947 background

This text has black color on #547947 background.


White color preview on #547947 background

This text has white color on #547947 background.