COLOR #54BA83

HEX: #54BA83
RGB: (84,186,131)

Color info

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

RGB color model

#54BA83 color RGB value is (84,186,131).

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

RGB channels and saturation

R 84 of 255 = 33%
G 186 of 255 = 73%
B 131 of 255 = 51%

84
186
131

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

Portions of RGB colors in percentages

R + G + B =
84 + 186 + 131 = 401 (100%)
R 84 of 401 ~ 20.95%
G 186 of 401 ~ 46.38%
B 131 of 401 ~ 32.67%

%20.95
%46.38
%32.67

CMYK color model

#54BA83 color CMYK value is (55,0,30,27).

  • cyan value is 54.84%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 27.06%
CMYK:
(55,0,30,27)
C55M0Y30K27 
(55%,0%,30%,27%)
(0.55/0.00/0.30/0.27)	

CMYK percentages

%54.84
%0
%29.57
%27.06

Codes

Color #54BA83 in popluar color models

54BA83
RGB84186131
HSL148°42.50%52.94%
HSB/HSV148°54.84%72.94%
CMYK54.84%0.00%29.57%
27.06%

Color #54BA83 in popluar number systems.

HEX54BA83
Decimal84186131
Binary10101001011101010000011
Octal124272203

Shades and tints

Shades of #54BA83

#54BA83
(84,186,131)
#4DAA78
(77,170,120)
#469A6D
(70,154,109)
#3F8A62
(63,138,98)
#387A57
(56,122,87)
#316A4C
(49,106,76)
#2A5A41
(42,90,65)
#234A36
(35,74,54)
#1C3A2B
(28,58,43)
#152A20
(21,42,32)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #54BA83

#54BA83
(84,186,131)
#63C08E
(99,192,142)
#72C699
(114,198,153)
#81CCA4
(129,204,164)
#90D2AF
(144,210,175)
#9FD8BA
(159,216,186)
#AEDEC5
(174,222,197)
#BDE4D0
(189,228,208)
#CCEADB
(204,234,219)
#DBF0E6
(219,240,230)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54BA83; }

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

This text font color is #54BA83.


Background Color

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

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

This div background color is #54BA83.


Border color

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

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

This div border color is #54BA83.


Opacity

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

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

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

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

This text has shadow with #54BA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54BA83 on black background.


Color preview on white background

This text has color #54BA83 on white background.



Black color preview on #54BA83 background

This text has black color on #54BA83 background.


White color preview on #54BA83 background

This text has white color on #54BA83 background.