COLOR #547A46

HEX: #547A46
RGB: (84,122,70)

Color info

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

RGB color model

#547A46 color RGB value is (84,122,70).

  • red value is 84;
  • green value is 122;
  • blue value is 70.
RGB:
(84,122,70)
(33%,48%,27%)

RGB channels and saturation

R 84 of 255 = 33%
G 122 of 255 = 48%
B 70 of 255 = 27%

84
122
70

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

Portions of RGB colors in percentages

R + G + B =
84 + 122 + 70 = 276 (100%)
R 84 of 276 ~ 30.43%
G 122 of 276 ~ 44.2%
B 70 of 276 ~ 25.36%

%30.43
%44.2
%25.36

CMYK color model

#547A46 color CMYK value is (31,0,43,52).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 52.16%
CMYK:
(31,0,43,52)
C31M0Y43K52 
(31%,0%,43%,52%)
(0.31/0.00/0.43/0.52)	

CMYK percentages

%31.15
%0
%42.62
%52.16

Codes

Color #547A46 in popluar color models

547A46
RGB8412270
HSL104°27.08%37.65%
HSB/HSV104°42.62%47.84%
CMYK31.15%0.00%42.62%
52.16%

Color #547A46 in popluar number systems.

HEX547A46
Decimal8412270
Binary101010011110101000110
Octal124172106

Shades and tints

Shades of #547A46

#547A46
(84,122,70)
#4D6F40
(77,111,64)
#46643A
(70,100,58)
#3F5934
(63,89,52)
#384E2E
(56,78,46)
#314328
(49,67,40)
#2A3822
(42,56,34)
#232D1C
(35,45,28)
#1C2216
(28,34,22)
#151710
(21,23,16)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #547A46

#547A46
(84,122,70)
#638656
(99,134,86)
#729266
(114,146,102)
#819E76
(129,158,118)
#90AA86
(144,170,134)
#9FB696
(159,182,150)
#AEC2A6
(174,194,166)
#BDCEB6
(189,206,182)
#CCDAC6
(204,218,198)
#DBE6D6
(219,230,214)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547A46 color. Also use rgb(84,122,70) instead hex code.

Text Font Color

.myTextColor { color: #547A46; }

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

This text font color is #547A46.


Background Color

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

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

This div background color is #547A46.


Border color

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

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

This div border color is #547A46.


Opacity

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

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

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

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

This text has shadow with #547A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547A46 on black background.


Color preview on white background

This text has color #547A46 on white background.



Black color preview on #547A46 background

This text has black color on #547A46 background.


White color preview on #547A46 background

This text has white color on #547A46 background.