COLOR #547C4F

HEX: #547C4F
RGB: (84,124,79)

Color info

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

RGB color model

#547C4F color RGB value is (84,124,79).

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

RGB channels and saturation

R 84 of 255 = 33%
G 124 of 255 = 49%
B 79 of 255 = 31%

84
124
79

R + G + B ~ 38%. #547C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 124 + 79 = 287 (100%)
R 84 of 287 ~ 29.27%
G 124 of 287 ~ 43.21%
B 79 of 287 ~ 27.53%

%29.27
%43.21
%27.53

CMYK color model

#547C4F color CMYK value is (32,0,36,51).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(32,0,36,51)
C32M0Y36K51 
(32%,0%,36%,51%)
(0.32/0.00/0.36/0.51)	

CMYK percentages

%32.26
%0
%36.29
%51.37

Codes

Color #547C4F in popluar color models

547C4F
RGB8412479
HSL113°22.17%39.80%
HSB/HSV113°36.29%48.63%
CMYK32.26%0.00%36.29%
51.37%

Color #547C4F in popluar number systems.

HEX547C4F
Decimal8412479
Binary101010011111001001111
Octal124174117

Shades and tints

Shades of #547C4F

#547C4F
(84,124,79)
#4D7148
(77,113,72)
#466641
(70,102,65)
#3F5B3A
(63,91,58)
#385033
(56,80,51)
#31452C
(49,69,44)
#2A3A25
(42,58,37)
#232F1E
(35,47,30)
#1C2417
(28,36,23)
#151910
(21,25,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #547C4F

#547C4F
(84,124,79)
#63875F
(99,135,95)
#72926F
(114,146,111)
#819D7F
(129,157,127)
#90A88F
(144,168,143)
#9FB39F
(159,179,159)
#AEBEAF
(174,190,175)
#BDC9BF
(189,201,191)
#CCD4CF
(204,212,207)
#DBDFDF
(219,223,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547C4F color. Also use rgb(84,124,79) instead hex code.

Text Font Color

.myTextColor { color: #547C4F; }

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

This text font color is #547C4F.


Background Color

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

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

This div background color is #547C4F.


Border color

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

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

This div border color is #547C4F.


Opacity

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

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

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

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

This text has shadow with #547C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547C4F on black background.


Color preview on white background

This text has color #547C4F on white background.



Black color preview on #547C4F background

This text has black color on #547C4F background.


White color preview on #547C4F background

This text has white color on #547C4F background.