COLOR #547F4D

HEX: #547F4D
RGB: (84,127,77)

Color info

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

RGB color model

#547F4D color RGB value is (84,127,77).

  • red value is 84;
  • green value is 127;
  • blue value is 77.
RGB:
(84,127,77)
(33%,50%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 127 of 255 = 50%
B 77 of 255 = 30%

84
127
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 127 + 77 = 288 (100%)
R 84 of 288 ~ 29.17%
G 127 of 288 ~ 44.1%
B 77 of 288 ~ 26.74%

%29.17
%44.1
%26.74

CMYK color model

#547F4D color CMYK value is (34,0,39,50).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK:
(34,0,39,50)
C34M0Y39K50 
(34%,0%,39%,50%)
(0.34/0.00/0.39/0.50)	

CMYK percentages

%33.86
%0
%39.37
%50.2

Codes

Color #547F4D in popluar color models

547F4D
RGB8412777
HSL112°24.51%40.00%
HSB/HSV112°39.37%49.80%
CMYK33.86%0.00%39.37%
50.20%

Color #547F4D in popluar number systems.

HEX547F4D
Decimal8412777
Binary101010011111111001101
Octal124177115

Shades and tints

Shades of #547F4D

#547F4D
(84,127,77)
#4D7446
(77,116,70)
#46693F
(70,105,63)
#3F5E38
(63,94,56)
#385331
(56,83,49)
#31482A
(49,72,42)
#2A3D23
(42,61,35)
#23321C
(35,50,28)
#1C2715
(28,39,21)
#151C0E
(21,28,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #547F4D

#547F4D
(84,127,77)
#638A5D
(99,138,93)
#72956D
(114,149,109)
#81A07D
(129,160,125)
#90AB8D
(144,171,141)
#9FB69D
(159,182,157)
#AEC1AD
(174,193,173)
#BDCCBD
(189,204,189)
#CCD7CD
(204,215,205)
#DBE2DD
(219,226,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547F4D color. Also use rgb(84,127,77) instead hex code.

Text Font Color

.myTextColor { color: #547F4D; }

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

This text font color is #547F4D.


Background Color

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

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

This div background color is #547F4D.


Border color

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

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

This div border color is #547F4D.


Opacity

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

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

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

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

This text has shadow with #547F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547F4D on black background.


Color preview on white background

This text has color #547F4D on white background.



Black color preview on #547F4D background

This text has black color on #547F4D background.


White color preview on #547F4D background

This text has white color on #547F4D background.