COLOR #54946A

HEX: #54946A
RGB: (84,148,106)

Color info

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

RGB color model

#54946A color RGB value is (84,148,106).

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

RGB channels and saturation

R 84 of 255 = 33%
G 148 of 255 = 58%
B 106 of 255 = 42%

84
148
106

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

Portions of RGB colors in percentages

R + G + B =
84 + 148 + 106 = 338 (100%)
R 84 of 338 ~ 24.85%
G 148 of 338 ~ 43.79%
B 106 of 338 ~ 31.36%

%24.85
%43.79
%31.36

CMYK color model

#54946A color CMYK value is (43,0,28,42).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 41.96%
CMYK:
(43,0,28,42)
C43M0Y28K42 
(43%,0%,28%,42%)
(0.43/0.00/0.28/0.42)	

CMYK percentages

%43.24
%0
%28.38
%41.96

Codes

Color #54946A in popluar color models

54946A
RGB84148106
HSL141°27.59%45.49%
HSB/HSV141°43.24%58.04%
CMYK43.24%0.00%28.38%
41.96%

Color #54946A in popluar number systems.

HEX54946A
Decimal84148106
Binary1010100100101001101010
Octal124224152

Shades and tints

Shades of #54946A

#54946A
(84,148,106)
#4D8761
(77,135,97)
#467A58
(70,122,88)
#3F6D4F
(63,109,79)
#386046
(56,96,70)
#31533D
(49,83,61)
#2A4634
(42,70,52)
#23392B
(35,57,43)
#1C2C22
(28,44,34)
#151F19
(21,31,25)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #54946A

#54946A
(84,148,106)
#639D77
(99,157,119)
#72A684
(114,166,132)
#81AF91
(129,175,145)
#90B89E
(144,184,158)
#9FC1AB
(159,193,171)
#AECAB8
(174,202,184)
#BDD3C5
(189,211,197)
#CCDCD2
(204,220,210)
#DBE5DF
(219,229,223)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54946A; }

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

This text font color is #54946A.


Background Color

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

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

This div background color is #54946A.


Border color

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

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

This div border color is #54946A.


Opacity

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

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

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

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

This text has shadow with #54946A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54946A on black background.


Color preview on white background

This text has color #54946A on white background.



Black color preview on #54946A background

This text has black color on #54946A background.


White color preview on #54946A background

This text has white color on #54946A background.