COLOR #54A062

HEX: #54A062
RGB: (84,160,98)

Color info

#54A062 contains mainly green color. Web safe color of #54A062 is #669966 (or #696).

RGB color model

#54A062 color RGB value is (84,160,98).

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

RGB channels and saturation

R 84 of 255 = 33%
G 160 of 255 = 63%
B 98 of 255 = 38%

84
160
98

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

Portions of RGB colors in percentages

R + G + B =
84 + 160 + 98 = 342 (100%)
R 84 of 342 ~ 24.56%
G 160 of 342 ~ 46.78%
B 98 of 342 ~ 28.65%

%24.56
%46.78
%28.65

CMYK color model

#54A062 color CMYK value is (48,0,39,37).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 38.75%
  • key color value is 37.25%
CMYK:
(48,0,39,37)
C48M0Y39K37 
(48%,0%,39%,37%)
(0.48/0.00/0.39/0.37)	

CMYK percentages

%47.5
%0
%38.75
%37.25

Codes

Color #54A062 in popluar color models

54A062
RGB8416098
HSL131°31.15%47.84%
HSB/HSV131°47.50%62.75%
CMYK47.50%0.00%38.75%
37.25%

Color #54A062 in popluar number systems.

HEX54A062
Decimal8416098
Binary1010100101000001100010
Octal124240142

Shades and tints

Shades of #54A062

#54A062
(84,160,98)
#4D925A
(77,146,90)
#468452
(70,132,82)
#3F764A
(63,118,74)
#386842
(56,104,66)
#315A3A
(49,90,58)
#2A4C32
(42,76,50)
#233E2A
(35,62,42)
#1C3022
(28,48,34)
#15221A
(21,34,26)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #54A062

#54A062
(84,160,98)
#63A870
(99,168,112)
#72B07E
(114,176,126)
#81B88C
(129,184,140)
#90C09A
(144,192,154)
#9FC8A8
(159,200,168)
#AED0B6
(174,208,182)
#BDD8C4
(189,216,196)
#CCE0D2
(204,224,210)
#DBE8E0
(219,232,224)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A062; }

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

This text font color is #54A062.


Background Color

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

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

This div background color is #54A062.


Border color

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

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

This div border color is #54A062.


Opacity

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

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

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

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

This text has shadow with #54A062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A062 on black background.


Color preview on white background

This text has color #54A062 on white background.



Black color preview on #54A062 background

This text has black color on #54A062 background.


White color preview on #54A062 background

This text has white color on #54A062 background.