COLOR #547E49

HEX: #547E49
RGB: (84,126,73)

Color info

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

RGB color model

#547E49 color RGB value is (84,126,73).

  • red value is 84;
  • green value is 126;
  • blue value is 73.
RGB:
(84,126,73)
(33%,49%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 126 of 255 = 49%
B 73 of 255 = 29%

84
126
73

R + G + B ~ 37%. #547E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 126 + 73 = 283 (100%)
R 84 of 283 ~ 29.68%
G 126 of 283 ~ 44.52%
B 73 of 283 ~ 25.8%

%29.68
%44.52
%25.8

CMYK color model

#547E49 color CMYK value is (33,0,42,51).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 50.59%
CMYK:
(33,0,42,51)
C33M0Y42K51 
(33%,0%,42%,51%)
(0.33/0.00/0.42/0.51)	

CMYK percentages

%33.33
%0
%42.06
%50.59

Codes

Color #547E49 in popluar color models

547E49
RGB8412673
HSL108°26.63%39.02%
HSB/HSV108°42.06%49.41%
CMYK33.33%0.00%42.06%
50.59%

Color #547E49 in popluar number systems.

HEX547E49
Decimal8412673
Binary101010011111101001001
Octal124176111

Shades and tints

Shades of #547E49

#547E49
(84,126,73)
#4D7343
(77,115,67)
#46683D
(70,104,61)
#3F5D37
(63,93,55)
#385231
(56,82,49)
#31472B
(49,71,43)
#2A3C25
(42,60,37)
#23311F
(35,49,31)
#1C2619
(28,38,25)
#151B13
(21,27,19)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #547E49

#547E49
(84,126,73)
#638959
(99,137,89)
#729469
(114,148,105)
#819F79
(129,159,121)
#90AA89
(144,170,137)
#9FB599
(159,181,153)
#AEC0A9
(174,192,169)
#BDCBB9
(189,203,185)
#CCD6C9
(204,214,201)
#DBE1D9
(219,225,217)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547E49 color. Also use rgb(84,126,73) instead hex code.

Text Font Color

.myTextColor { color: #547E49; }

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

This text font color is #547E49.


Background Color

.myBgColor { background-color: #547E49; }

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

This div background color is #547E49.


Border color

.myBorderColor { border: 1px solid #547E49; }

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

This div border color is #547E49.


Opacity

.myOpacity80 { color: #547E49; opacity: 0.8; }

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

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

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

This text has shadow with #547E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547E49 on black background.


Color preview on white background

This text has color #547E49 on white background.



Black color preview on #547E49 background

This text has black color on #547E49 background.


White color preview on #547E49 background

This text has white color on #547E49 background.