COLOR #54A05C

HEX: #54A05C
RGB: (84,160,92)

Color info

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

RGB color model

#54A05C color RGB value is (84,160,92).

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

RGB channels and saturation

R 84 of 255 = 33%
G 160 of 255 = 63%
B 92 of 255 = 36%

84
160
92

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

Portions of RGB colors in percentages

R + G + B =
84 + 160 + 92 = 336 (100%)
R 84 of 336 ~ 25%
G 160 of 336 ~ 47.62%
B 92 of 336 ~ 27.38%

%25
%47.62
%27.38

CMYK color model

#54A05C color CMYK value is (48,0,43,37).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 37.25%
CMYK:
(48,0,43,37)
C48M0Y43K37 
(48%,0%,43%,37%)
(0.48/0.00/0.43/0.37)	

CMYK percentages

%47.5
%0
%42.5
%37.25

Codes

Color #54A05C in popluar color models

54A05C
RGB8416092
HSL126°31.15%47.84%
HSB/HSV126°47.50%62.75%
CMYK47.50%0.00%42.50%
37.25%

Color #54A05C in popluar number systems.

HEX54A05C
Decimal8416092
Binary1010100101000001011100
Octal124240134

Shades and tints

Shades of #54A05C

#54A05C
(84,160,92)
#4D9254
(77,146,84)
#46844C
(70,132,76)
#3F7644
(63,118,68)
#38683C
(56,104,60)
#315A34
(49,90,52)
#2A4C2C
(42,76,44)
#233E24
(35,62,36)
#1C301C
(28,48,28)
#152214
(21,34,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #54A05C

#54A05C
(84,160,92)
#63A86A
(99,168,106)
#72B078
(114,176,120)
#81B886
(129,184,134)
#90C094
(144,192,148)
#9FC8A2
(159,200,162)
#AED0B0
(174,208,176)
#BDD8BE
(189,216,190)
#CCE0CC
(204,224,204)
#DBE8DA
(219,232,218)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A05C; }

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

This text font color is #54A05C.


Background Color

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

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

This div background color is #54A05C.


Border color

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

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

This div border color is #54A05C.


Opacity

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

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

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

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

This text has shadow with #54A05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A05C on black background.


Color preview on white background

This text has color #54A05C on white background.



Black color preview on #54A05C background

This text has black color on #54A05C background.


White color preview on #54A05C background

This text has white color on #54A05C background.