COLOR #54B483

HEX: #54B483
RGB: (84,180,131)

Color info

#54B483 contains mainly green and blue colors. Web safe color of #54B483 is #66CC99 (or #6C9).

RGB color model

#54B483 color RGB value is (84,180,131).

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

RGB channels and saturation

R 84 of 255 = 33%
G 180 of 255 = 71%
B 131 of 255 = 51%

84
180
131

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

Portions of RGB colors in percentages

R + G + B =
84 + 180 + 131 = 395 (100%)
R 84 of 395 ~ 21.27%
G 180 of 395 ~ 45.57%
B 131 of 395 ~ 33.16%

%21.27
%45.57
%33.16

CMYK color model

#54B483 color CMYK value is (53,0,27,29).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(53,0,27,29)
C53M0Y27K29 
(53%,0%,27%,29%)
(0.53/0.00/0.27/0.29)	

CMYK percentages

%53.33
%0
%27.22
%29.41

Codes

Color #54B483 in popluar color models

54B483
RGB84180131
HSL149°39.02%51.76%
HSB/HSV149°53.33%70.59%
CMYK53.33%0.00%27.22%
29.41%

Color #54B483 in popluar number systems.

HEX54B483
Decimal84180131
Binary10101001011010010000011
Octal124264203

Shades and tints

Shades of #54B483

#54B483
(84,180,131)
#4DA478
(77,164,120)
#46946D
(70,148,109)
#3F8462
(63,132,98)
#387457
(56,116,87)
#31644C
(49,100,76)
#2A5441
(42,84,65)
#234436
(35,68,54)
#1C342B
(28,52,43)
#152420
(21,36,32)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #54B483

#54B483
(84,180,131)
#63BA8E
(99,186,142)
#72C099
(114,192,153)
#81C6A4
(129,198,164)
#90CCAF
(144,204,175)
#9FD2BA
(159,210,186)
#AED8C5
(174,216,197)
#BDDED0
(189,222,208)
#CCE4DB
(204,228,219)
#DBEAE6
(219,234,230)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B483; }

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

This text font color is #54B483.


Background Color

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

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

This div background color is #54B483.


Border color

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

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

This div border color is #54B483.


Opacity

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

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

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

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

This text has shadow with #54B483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B483 on black background.


Color preview on white background

This text has color #54B483 on white background.



Black color preview on #54B483 background

This text has black color on #54B483 background.


White color preview on #54B483 background

This text has white color on #54B483 background.