COLOR #547249

HEX: #547249
RGB: (84,114,73)

Color info

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

RGB color model

#547249 color RGB value is (84,114,73).

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

RGB channels and saturation

R 84 of 255 = 33%
G 114 of 255 = 45%
B 73 of 255 = 29%

84
114
73

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

Portions of RGB colors in percentages

R + G + B =
84 + 114 + 73 = 271 (100%)
R 84 of 271 ~ 31%
G 114 of 271 ~ 42.07%
B 73 of 271 ~ 26.94%

%31
%42.07
%26.94

CMYK color model

#547249 color CMYK value is (26,0,36,55).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(26,0,36,55)
C26M0Y36K55 
(26%,0%,36%,55%)
(0.26/0.00/0.36/0.55)	

CMYK percentages

%26.32
%0
%35.96
%55.29

Codes

Color #547249 in popluar color models

547249
RGB8411473
HSL104°21.93%36.67%
HSB/HSV104°35.96%44.71%
CMYK26.32%0.00%35.96%
55.29%

Color #547249 in popluar number systems.

HEX547249
Decimal8411473
Binary101010011100101001001
Octal124162111

Shades and tints

Shades of #547249

#547249
(84,114,73)
#4D6843
(77,104,67)
#465E3D
(70,94,61)
#3F5437
(63,84,55)
#384A31
(56,74,49)
#31402B
(49,64,43)
#2A3625
(42,54,37)
#232C1F
(35,44,31)
#1C2219
(28,34,25)
#151813
(21,24,19)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #547249

#547249
(84,114,73)
#637E59
(99,126,89)
#728A69
(114,138,105)
#819679
(129,150,121)
#90A289
(144,162,137)
#9FAE99
(159,174,153)
#AEBAA9
(174,186,169)
#BDC6B9
(189,198,185)
#CCD2C9
(204,210,201)
#DBDED9
(219,222,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #547249; }

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

This text font color is #547249.


Background Color

.myBgColor { background-color: #547249; }

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

This div background color is #547249.


Border color

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

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

This div border color is #547249.


Opacity

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

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

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

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

This text has shadow with #547249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547249 on black background.


Color preview on white background

This text has color #547249 on white background.



Black color preview on #547249 background

This text has black color on #547249 background.


White color preview on #547249 background

This text has white color on #547249 background.