COLOR #54A15A

HEX: #54A15A
RGB: (84,161,90)

Color info

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

RGB color model

#54A15A color RGB value is (84,161,90).

  • red value is 84;
  • green value is 161;
  • blue value is 90.
RGB:
(84,161,90)
(33%,63%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 161 of 255 = 63%
B 90 of 255 = 35%

84
161
90

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

Portions of RGB colors in percentages

R + G + B =
84 + 161 + 90 = 335 (100%)
R 84 of 335 ~ 25.07%
G 161 of 335 ~ 48.06%
B 90 of 335 ~ 26.87%

%25.07
%48.06
%26.87

CMYK color model

#54A15A color CMYK value is (48,0,44,37).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 36.86%
CMYK:
(48,0,44,37)
C48M0Y44K37 
(48%,0%,44%,37%)
(0.48/0.00/0.44/0.37)	

CMYK percentages

%47.83
%0
%44.1
%36.86

Codes

Color #54A15A in popluar color models

54A15A
RGB8416190
HSL125°31.43%48.04%
HSB/HSV125°47.83%63.14%
CMYK47.83%0.00%44.10%
36.86%

Color #54A15A in popluar number systems.

HEX54A15A
Decimal8416190
Binary1010100101000011011010
Octal124241132

Shades and tints

Shades of #54A15A

#54A15A
(84,161,90)
#4D9352
(77,147,82)
#46854A
(70,133,74)
#3F7742
(63,119,66)
#38693A
(56,105,58)
#315B32
(49,91,50)
#2A4D2A
(42,77,42)
#233F22
(35,63,34)
#1C311A
(28,49,26)
#152312
(21,35,18)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #54A15A

#54A15A
(84,161,90)
#63A969
(99,169,105)
#72B178
(114,177,120)
#81B987
(129,185,135)
#90C196
(144,193,150)
#9FC9A5
(159,201,165)
#AED1B4
(174,209,180)
#BDD9C3
(189,217,195)
#CCE1D2
(204,225,210)
#DBE9E1
(219,233,225)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A15A color. Also use rgb(84,161,90) instead hex code.

Text Font Color

.myTextColor { color: #54A15A; }

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

This text font color is #54A15A.


Background Color

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

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

This div background color is #54A15A.


Border color

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

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

This div border color is #54A15A.


Opacity

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

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

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

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

This text has shadow with #54A15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A15A on black background.


Color preview on white background

This text has color #54A15A on white background.



Black color preview on #54A15A background

This text has black color on #54A15A background.


White color preview on #54A15A background

This text has white color on #54A15A background.