COLOR #54A353

HEX: #54A353
RGB: (84,163,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

84
163
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 163 + 83 = 330 (100%)
R 84 of 330 ~ 25.45%
G 163 of 330 ~ 49.39%
B 83 of 330 ~ 25.15%

%25.45
%49.39
%25.15

CMYK color model

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

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

CMYK percentages

%48.47
%0
%49.08
%36.08

Codes

Color #54A353 in popluar color models

54A353
RGB8416383
HSL119°32.52%48.24%
HSB/HSV119°49.08%63.92%
CMYK48.47%0.00%49.08%
36.08%

Color #54A353 in popluar number systems.

HEX54A353
Decimal8416383
Binary1010100101000111010011
Octal124243123

Shades and tints

Shades of #54A353

#54A353
(84,163,83)
#4D954C
(77,149,76)
#468745
(70,135,69)
#3F793E
(63,121,62)
#386B37
(56,107,55)
#315D30
(49,93,48)
#2A4F29
(42,79,41)
#234122
(35,65,34)
#1C331B
(28,51,27)
#152514
(21,37,20)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #54A353

#54A353
(84,163,83)
#63AB62
(99,171,98)
#72B371
(114,179,113)
#81BB80
(129,187,128)
#90C38F
(144,195,143)
#9FCB9E
(159,203,158)
#AED3AD
(174,211,173)
#BDDBBC
(189,219,188)
#CCE3CB
(204,227,203)
#DBEBDA
(219,235,218)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A353; }

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

This text font color is #54A353.


Background Color

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

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

This div background color is #54A353.


Border color

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

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

This div border color is #54A353.


Opacity

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

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

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

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

This text has shadow with #54A353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A353 on black background.


Color preview on white background

This text has color #54A353 on white background.



Black color preview on #54A353 background

This text has black color on #54A353 background.


White color preview on #54A353 background

This text has white color on #54A353 background.