COLOR #547C4D

HEX: #547C4D
RGB: (84,124,77)

Color info

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

RGB color model

#547C4D color RGB value is (84,124,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 124 of 255 = 49%
B 77 of 255 = 30%

84
124
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 124 + 77 = 285 (100%)
R 84 of 285 ~ 29.47%
G 124 of 285 ~ 43.51%
B 77 of 285 ~ 27.02%

%29.47
%43.51
%27.02

CMYK color model

#547C4D color CMYK value is (32,0,38,51).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(32,0,38,51)
C32M0Y38K51 
(32%,0%,38%,51%)
(0.32/0.00/0.38/0.51)	

CMYK percentages

%32.26
%0
%37.9
%51.37

Codes

Color #547C4D in popluar color models

547C4D
RGB8412477
HSL111°23.38%39.41%
HSB/HSV111°37.90%48.63%
CMYK32.26%0.00%37.90%
51.37%

Color #547C4D in popluar number systems.

HEX547C4D
Decimal8412477
Binary101010011111001001101
Octal124174115

Shades and tints

Shades of #547C4D

#547C4D
(84,124,77)
#4D7146
(77,113,70)
#46663F
(70,102,63)
#3F5B38
(63,91,56)
#385031
(56,80,49)
#31452A
(49,69,42)
#2A3A23
(42,58,35)
#232F1C
(35,47,28)
#1C2415
(28,36,21)
#15190E
(21,25,14)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #547C4D

#547C4D
(84,124,77)
#63875D
(99,135,93)
#72926D
(114,146,109)
#819D7D
(129,157,125)
#90A88D
(144,168,141)
#9FB39D
(159,179,157)
#AEBEAD
(174,190,173)
#BDC9BD
(189,201,189)
#CCD4CD
(204,212,205)
#DBDFDD
(219,223,221)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #547C4D; }

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

This text font color is #547C4D.


Background Color

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

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

This div background color is #547C4D.


Border color

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

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

This div border color is #547C4D.


Opacity

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

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

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

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

This text has shadow with #547C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547C4D on black background.


Color preview on white background

This text has color #547C4D on white background.



Black color preview on #547C4D background

This text has black color on #547C4D background.


White color preview on #547C4D background

This text has white color on #547C4D background.