COLOR #54A354

HEX: #54A354
RGB: (84,163,84)

Color info

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

RGB color model

#54A354 color RGB value is (84,163,84).

  • red value is 84;
  • green value is 163;
  • blue value is 84.
RGB:
(84,163,84)
(33%,64%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 84 of 255 = 33%

84
163
84

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

Portions of RGB colors in percentages

R + G + B =
84 + 163 + 84 = 331 (100%)
R 84 of 331 ~ 25.38%
G 163 of 331 ~ 49.24%
B 84 of 331 ~ 25.38%

%25.38
%49.24
%25.38

CMYK color model

#54A354 color CMYK value is (48,0,48,36).

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(48,0,48,36)
C48M0Y48K36 
(48%,0%,48%,36%)
(0.48/0.00/0.48/0.36)	

CMYK percentages

%48.47
%0
%48.47
%36.08

Codes

Color #54A354 in popluar color models

54A354
RGB8416384
HSL120°31.98%48.43%
HSB/HSV120°48.47%63.92%
CMYK48.47%0.00%48.47%
36.08%

Color #54A354 in popluar number systems.

HEX54A354
Decimal8416384
Binary1010100101000111010100
Octal124243124

Shades and tints

Shades of #54A354

#54A354
(84,163,84)
#4D954D
(77,149,77)
#468746
(70,135,70)
#3F793F
(63,121,63)
#386B38
(56,107,56)
#315D31
(49,93,49)
#2A4F2A
(42,79,42)
#234123
(35,65,35)
#1C331C
(28,51,28)
#152515
(21,37,21)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #54A354

#54A354
(84,163,84)
#63AB63
(99,171,99)
#72B372
(114,179,114)
#81BB81
(129,187,129)
#90C390
(144,195,144)
#9FCB9F
(159,203,159)
#AED3AE
(174,211,174)
#BDDBBD
(189,219,189)
#CCE3CC
(204,227,204)
#DBEBDB
(219,235,219)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A354; }

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

This text font color is #54A354.


Background Color

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

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

This div background color is #54A354.


Border color

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

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

This div border color is #54A354.


Opacity

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

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

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

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

This text has shadow with #54A354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A354 on black background.


Color preview on white background

This text has color #54A354 on white background.



Black color preview on #54A354 background

This text has black color on #54A354 background.


White color preview on #54A354 background

This text has white color on #54A354 background.