COLOR #54B473

HEX: #54B473
RGB: (84,180,115)

Color info

#54B473 contains mainly green color. Web safe color of #54B473 is #66CC66 (or #6C6).

RGB color model

#54B473 color RGB value is (84,180,115).

  • red value is 84;
  • green value is 180;
  • blue value is 115.
RGB:
(84,180,115)
(33%,71%,45%)

RGB channels and saturation

R 84 of 255 = 33%
G 180 of 255 = 71%
B 115 of 255 = 45%

84
180
115

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

Portions of RGB colors in percentages

R + G + B =
84 + 180 + 115 = 379 (100%)
R 84 of 379 ~ 22.16%
G 180 of 379 ~ 47.49%
B 115 of 379 ~ 30.34%

%22.16
%47.49
%30.34

CMYK color model

#54B473 color CMYK value is (53,0,36,29).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 29.41%
CMYK:
(53,0,36,29)
C53M0Y36K29 
(53%,0%,36%,29%)
(0.53/0.00/0.36/0.29)	

CMYK percentages

%53.33
%0
%36.11
%29.41

Codes

Color #54B473 in popluar color models

54B473
RGB84180115
HSL139°39.02%51.76%
HSB/HSV139°53.33%70.59%
CMYK53.33%0.00%36.11%
29.41%

Color #54B473 in popluar number systems.

HEX54B473
Decimal84180115
Binary1010100101101001110011
Octal124264163

Shades and tints

Shades of #54B473

#54B473
(84,180,115)
#4DA469
(77,164,105)
#46945F
(70,148,95)
#3F8455
(63,132,85)
#38744B
(56,116,75)
#316441
(49,100,65)
#2A5437
(42,84,55)
#23442D
(35,68,45)
#1C3423
(28,52,35)
#152419
(21,36,25)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #54B473

#54B473
(84,180,115)
#63BA7F
(99,186,127)
#72C08B
(114,192,139)
#81C697
(129,198,151)
#90CCA3
(144,204,163)
#9FD2AF
(159,210,175)
#AED8BB
(174,216,187)
#BDDEC7
(189,222,199)
#CCE4D3
(204,228,211)
#DBEADF
(219,234,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B473; }

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

This text font color is #54B473.


Background Color

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

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

This div background color is #54B473.


Border color

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

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

This div border color is #54B473.


Opacity

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

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

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

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

This text has shadow with #54B473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B473 on black background.


Color preview on white background

This text has color #54B473 on white background.



Black color preview on #54B473 background

This text has black color on #54B473 background.


White color preview on #54B473 background

This text has white color on #54B473 background.