COLOR #547E15

HEX: #547E15
RGB: (84,126,21)

Color info

#547E15 contains mainly red and green colors. Web safe color of #547E15 is #666600 (or #660).

RGB color model

#547E15 color RGB value is (84,126,21).

  • red value is 84;
  • green value is 126;
  • blue value is 21.
RGB:
(84,126,21)
(33%,49%,8%)

RGB channels and saturation

R 84 of 255 = 33%
G 126 of 255 = 49%
B 21 of 255 = 8%

84
126
21

R + G + B ~ 30%. #547E15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 126 + 21 = 231 (100%)
R 84 of 231 ~ 36.36%
G 126 of 231 ~ 54.55%
B 21 of 231 ~ 9.09%

%36.36
%54.55

CMYK color model

#547E15 color CMYK value is (33,0,83,51).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 50.59%
CMYK:
(33,0,83,51)
C33M0Y83K51 
(33%,0%,83%,51%)
(0.33/0.00/0.83/0.51)	

CMYK percentages

%33.33
%0
%83.33
%50.59

Codes

Color #547E15 in popluar color models

547E15
RGB8412621
HSL84°71.43%28.82%
HSB/HSV84°83.33%49.41%
CMYK33.33%0.00%83.33%
50.59%

Color #547E15 in popluar number systems.

HEX547E15
Decimal8412621
Binary1010100111111010101
Octal12417625

Shades and tints

Shades of #547E15

#547E15
(84,126,21)
#4D7314
(77,115,20)
#466813
(70,104,19)
#3F5D12
(63,93,18)
#385211
(56,82,17)
#314710
(49,71,16)
#2A3C0F
(42,60,15)
#23310E
(35,49,14)
#1C260D
(28,38,13)
#151B0C
(21,27,12)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #547E15

#547E15
(84,126,21)
#63892A
(99,137,42)
#72943F
(114,148,63)
#819F54
(129,159,84)
#90AA69
(144,170,105)
#9FB57E
(159,181,126)
#AEC093
(174,192,147)
#BDCBA8
(189,203,168)
#CCD6BD
(204,214,189)
#DBE1D2
(219,225,210)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547E15 color. Also use rgb(84,126,21) instead hex code.

Text Font Color

.myTextColor { color: #547E15; }

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

This text font color is #547E15.


Background Color

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

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

This div background color is #547E15.


Border color

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

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

This div border color is #547E15.


Opacity

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

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

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

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

This text has shadow with #547E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547E15 on black background.


Color preview on white background

This text has color #547E15 on white background.



Black color preview on #547E15 background

This text has black color on #547E15 background.


White color preview on #547E15 background

This text has white color on #547E15 background.