COLOR #54A042

HEX: #54A042
RGB: (84,160,66)

Color info

#54A042 contains mainly green color. Web safe color of #54A042 is #669933 (or #693).

RGB color model

#54A042 color RGB value is (84,160,66).

  • red value is 84;
  • green value is 160;
  • blue value is 66.
RGB:
(84,160,66)
(33%,63%,26%)

RGB channels and saturation

R 84 of 255 = 33%
G 160 of 255 = 63%
B 66 of 255 = 26%

84
160
66

R + G + B ~ 41%. #54A042 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 160 + 66 = 310 (100%)
R 84 of 310 ~ 27.1%
G 160 of 310 ~ 51.61%
B 66 of 310 ~ 21.29%

%27.1
%51.61
%21.29

CMYK color model

#54A042 color CMYK value is (48,0,59,37).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK:
(48,0,59,37)
C48M0Y59K37 
(48%,0%,59%,37%)
(0.48/0.00/0.59/0.37)	

CMYK percentages

%47.5
%0
%58.75
%37.25

Codes

Color #54A042 in popluar color models

54A042
RGB8416066
HSL109°41.59%44.31%
HSB/HSV109°58.75%62.75%
CMYK47.50%0.00%58.75%
37.25%

Color #54A042 in popluar number systems.

HEX54A042
Decimal8416066
Binary1010100101000001000010
Octal124240102

Shades and tints

Shades of #54A042

#54A042
(84,160,66)
#4D923C
(77,146,60)
#468436
(70,132,54)
#3F7630
(63,118,48)
#38682A
(56,104,42)
#315A24
(49,90,36)
#2A4C1E
(42,76,30)
#233E18
(35,62,24)
#1C3012
(28,48,18)
#15220C
(21,34,12)
#0E1406
(14,20,6)
#000000
(0,0,0)

Tints of #54A042

#54A042
(84,160,66)
#63A853
(99,168,83)
#72B064
(114,176,100)
#81B875
(129,184,117)
#90C086
(144,192,134)
#9FC897
(159,200,151)
#AED0A8
(174,208,168)
#BDD8B9
(189,216,185)
#CCE0CA
(204,224,202)
#DBE8DB
(219,232,219)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A042 color. Also use rgb(84,160,66) instead hex code.

Text Font Color

.myTextColor { color: #54A042; }

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

This text font color is #54A042.


Background Color

.myBgColor { background-color: #54A042; }

<div style="background-color:#54A042">Inner text</div>

This div background color is #54A042.


Border color

.myBorderColor { border: 1px solid #54A042; }

<div style="border:3px solid #54A042">Div</div>

This div border color is #54A042.


Opacity

.myOpacity80 { color: #54A042; opacity: 0.8; }

<p style="color:#54A042;opacity:0.8;">80%</p>

Text with #54A042 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 #54A042;}

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

This text has shadow with #54A042 color.

.textShadow {text-shadow: 3px 3px 1px #54A042, 3px 3px 1px red;}

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

This text has shadow with #54A042 primary color and red secondary color.


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

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

This text has shadow with #54A042 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A042 on black background.


Color preview on white background

This text has color #54A042 on white background.



Black color preview on #54A042 background

This text has black color on #54A042 background.


White color preview on #54A042 background

This text has white color on #54A042 background.