COLOR #54966A

HEX: #54966A
RGB: (84,150,106)

Color info

#54966A contains mainly green and blue colors. Web safe color of #54966A is #669966 (or #696).

RGB color model

#54966A color RGB value is (84,150,106).

  • red value is 84;
  • green value is 150;
  • blue value is 106.
RGB:
(84,150,106)
(33%,59%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 106 of 255 = 42%

84
150
106

R + G + B ~ 45%. #54966A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 106 = 340 (100%)
R 84 of 340 ~ 24.71%
G 150 of 340 ~ 44.12%
B 106 of 340 ~ 31.18%

%24.71
%44.12
%31.18

CMYK color model

#54966A color CMYK value is (44,0,29,41).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(44,0,29,41)
C44M0Y29K41 
(44%,0%,29%,41%)
(0.44/0.00/0.29/0.41)	

CMYK percentages

%44
%0
%29.33
%41.18

Codes

Color #54966A in popluar color models

54966A
RGB84150106
HSL140°28.21%45.88%
HSB/HSV140°44.00%58.82%
CMYK44.00%0.00%29.33%
41.18%

Color #54966A in popluar number systems.

HEX54966A
Decimal84150106
Binary1010100100101101101010
Octal124226152

Shades and tints

Shades of #54966A

#54966A
(84,150,106)
#4D8961
(77,137,97)
#467C58
(70,124,88)
#3F6F4F
(63,111,79)
#386246
(56,98,70)
#31553D
(49,85,61)
#2A4834
(42,72,52)
#233B2B
(35,59,43)
#1C2E22
(28,46,34)
#152119
(21,33,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #54966A

#54966A
(84,150,106)
#639F77
(99,159,119)
#72A884
(114,168,132)
#81B191
(129,177,145)
#90BA9E
(144,186,158)
#9FC3AB
(159,195,171)
#AECCB8
(174,204,184)
#BDD5C5
(189,213,197)
#CCDED2
(204,222,210)
#DBE7DF
(219,231,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54966A color. Also use rgb(84,150,106) instead hex code.

Text Font Color

.myTextColor { color: #54966A; }

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

This text font color is #54966A.


Background Color

.myBgColor { background-color: #54966A; }

<div style="background-color:#54966A">Inner text</div>

This div background color is #54966A.


Border color

.myBorderColor { border: 1px solid #54966A; }

<div style="border:3px solid #54966A">Div</div>

This div border color is #54966A.


Opacity

.myOpacity80 { color: #54966A; opacity: 0.8; }

<p style="color:#54966A;opacity:0.8;">80%</p>

Text with #54966A 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 #54966A;}

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

This text has shadow with #54966A color.

.textShadow {text-shadow: 3px 3px 1px #54966A, 3px 3px 1px red;}

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

This text has shadow with #54966A primary color and red secondary color.


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

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

This text has shadow with #54966A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54966A on black background.


Color preview on white background

This text has color #54966A on white background.



Black color preview on #54966A background

This text has black color on #54966A background.


White color preview on #54966A background

This text has white color on #54966A background.