COLOR #54A862

HEX: #54A862
RGB: (84,168,98)

Color info

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

RGB color model

#54A862 color RGB value is (84,168,98).

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

RGB channels and saturation

R 84 of 255 = 33%
G 168 of 255 = 66%
B 98 of 255 = 38%

84
168
98

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

Portions of RGB colors in percentages

R + G + B =
84 + 168 + 98 = 350 (100%)
R 84 of 350 ~ 24%
G 168 of 350 ~ 48%
B 98 of 350 ~ 28%

%24
%48
%28

CMYK color model

#54A862 color CMYK value is (50,0,42,34).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 34.12%
CMYK:
(50,0,42,34)
C50M0Y42K34 
(50%,0%,42%,34%)
(0.50/0.00/0.42/0.34)	

CMYK percentages

%50
%0
%41.67
%34.12

Codes

Color #54A862 in popluar color models

54A862
RGB8416898
HSL130°33.33%49.41%
HSB/HSV130°50.00%65.88%
CMYK50.00%0.00%41.67%
34.12%

Color #54A862 in popluar number systems.

HEX54A862
Decimal8416898
Binary1010100101010001100010
Octal124250142

Shades and tints

Shades of #54A862

#54A862
(84,168,98)
#4D995A
(77,153,90)
#468A52
(70,138,82)
#3F7B4A
(63,123,74)
#386C42
(56,108,66)
#315D3A
(49,93,58)
#2A4E32
(42,78,50)
#233F2A
(35,63,42)
#1C3022
(28,48,34)
#15211A
(21,33,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #54A862

#54A862
(84,168,98)
#63AF70
(99,175,112)
#72B67E
(114,182,126)
#81BD8C
(129,189,140)
#90C49A
(144,196,154)
#9FCBA8
(159,203,168)
#AED2B6
(174,210,182)
#BDD9C4
(189,217,196)
#CCE0D2
(204,224,210)
#DBE7E0
(219,231,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A862; }

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

This text font color is #54A862.


Background Color

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

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

This div background color is #54A862.


Border color

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

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

This div border color is #54A862.


Opacity

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

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

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

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

This text has shadow with #54A862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A862 on black background.


Color preview on white background

This text has color #54A862 on white background.



Black color preview on #54A862 background

This text has black color on #54A862 background.


White color preview on #54A862 background

This text has white color on #54A862 background.