COLOR #54A37B

HEX: #54A37B RGB: (84,163,123)

Color info

#54A37B contains mainly green and blue colors. Web safe color of #54A37B is #669966 (or #696).

RGB color model

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

RGB: (84,163,123) (33%, 64%, 48%)

RGB channels and saturation

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

84
163
123

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

Portions of RGB colors in percentages

R + G + B = 84 + 163 + 123 = 370 (100%)
R 84 of 370 ~ 22.7%
G 163 of 370 ~ 44.05%
B 123 of 370 ~ 33.24'%

%22.7
%44.05
%33.24

CMYK color model

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

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%

CMYK: (48,0,25,36)
C48M0Y25K36 (48%, 0%, 25%, 36%)
(0.48 / 0.00 / 0.25 / 0.36)

CMYK percentages

%48.47
%0
%24.54
%36.08

Codes

Color #54A37B in popluar color models

54 A3 7B
RGB 84 163 123
HSL 150° 31.98% 48.43%
HSB/HSV 150° 48.47% 63.92%
CMYK 48.47% 0.00% 24.54%
36.08%

Color #54A37B in popluar number systems.

HEX 54 A3 7B
Decimal 84 163 123
Binary 1010100 10100011 1111011
Octal 124 243 173

Shades and tints

Shades of #54A37B

#54A37B
(84,163,123)
#4D9570
(77,149,112)
#468765
(70,135,101)
#3F795A
(63,121,90)
#386B4F
(56,107,79)
#315D44
(49,93,68)
#2A4F39
(42,79,57)
#23412E
(35,65,46)
#1C3323
(28,51,35)
#152518
(21,37,24)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #54A37B

#54A37B
(84,163,123)
#63AB87
(99,171,135)
#72B393
(114,179,147)
#81BB9F
(129,187,159)
#90C3AB
(144,195,171)
#9FCBB7
(159,203,183)
#AED3C3
(174,211,195)
#BDDBCF
(189,219,207)
#CCE3DB
(204,227,219)
#DBEBE7
(219,235,231)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A37B; }

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

This text font color is #54A37B.

Background Color

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

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

This div background color is #54A37B.

Border color

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

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

This div border color is #54A37B.

Opacity

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

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

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

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

This text has shadow with #54A37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A37B.

Preview

Color preview on black background

This text has color #54A37B on black background.


Color preview on white background

This text has color #54A37B on white background.


Black color preview on #54A37B background

This text has black color on #54A37B background.


White color preview on #54A37B background

This text has white color on #54A37B background.


Related colors

Complementary color

Complementary color for #hex is #AB5C84.


I love getcolorcode.com

Triadic colors

1 #7B54A3 and #A37B54 with #54A37B are triadic colors.

2 #7BA354 and #A3547B with #54A37B are triadic colors.