COLOR #547149

HEX: #547149
RGB: (84,113,73)

Color info

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

RGB color model

#547149 color RGB value is (84,113,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 113 of 255 = 44%
B 73 of 255 = 29%

84
113
73

R + G + B ~ 35%. #547149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 113 + 73 = 270 (100%)
R 84 of 270 ~ 31.11%
G 113 of 270 ~ 41.85%
B 73 of 270 ~ 27.04%

%31.11
%41.85
%27.04

CMYK color model

#547149 color CMYK value is (26,0,35,56).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(26,0,35,56)
C26M0Y35K56 
(26%,0%,35%,56%)
(0.26/0.00/0.35/0.56)	

CMYK percentages

%25.66
%0
%35.4
%55.69

Codes

Color #547149 in popluar color models

547149
RGB8411373
HSL104°21.51%36.47%
HSB/HSV104°35.40%44.31%
CMYK25.66%0.00%35.40%
55.69%

Color #547149 in popluar number systems.

HEX547149
Decimal8411373
Binary101010011100011001001
Octal124161111

Shades and tints

Shades of #547149

#547149
(84,113,73)
#4D6743
(77,103,67)
#465D3D
(70,93,61)
#3F5337
(63,83,55)
#384931
(56,73,49)
#313F2B
(49,63,43)
#2A3525
(42,53,37)
#232B1F
(35,43,31)
#1C2119
(28,33,25)
#151713
(21,23,19)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #547149

#547149
(84,113,73)
#637D59
(99,125,89)
#728969
(114,137,105)
#819579
(129,149,121)
#90A189
(144,161,137)
#9FAD99
(159,173,153)
#AEB9A9
(174,185,169)
#BDC5B9
(189,197,185)
#CCD1C9
(204,209,201)
#DBDDD9
(219,221,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #547149; }

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

This text font color is #547149.


Background Color

.myBgColor { background-color: #547149; }

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

This div background color is #547149.


Border color

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

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

This div border color is #547149.


Opacity

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

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

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

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

This text has shadow with #547149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547149 on black background.


Color preview on white background

This text has color #547149 on white background.



Black color preview on #547149 background

This text has black color on #547149 background.


White color preview on #547149 background

This text has white color on #547149 background.