COLOR #54A37D

HEX: #54A37D RGB: (84,163,125)

Color info

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

RGB color model

#54A37D color RGB value is (84,163,125).

RGB: (84,163,125) (33%, 64%, 49%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 125 of 255 = 49%

84
163
125

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

Portions of RGB colors in percentages

R + G + B = 84 + 163 + 125 = 372 (100%)
R 84 of 372 ~ 22.58%
G 163 of 372 ~ 43.82%
B 125 of 372 ~ 33.6'%

%22.58
%43.82
%33.6

CMYK color model

#54A37D color CMYK value is (48,0,23,36).

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK: (48,0,23,36) C48M0Y23K36 (48%,0%,23%,36%) (0.48/0.00/0.23/0.36) 

CMYK percentages

%48.47
%0
%23.31
%36.08

Codes

Color #54A37D in popluar color models

54 A3 7D
RGB 84 163 125
HSL 151° 31.98% 48.43%
HSB/HSV 151° 48.47% 63.92%
CMYK 48.47% 0.00% 23.31%
36.08%

Color #54A37D in popluar number systems.

HEX 54 A3 7D
Decimal 84 163 125
Binary 1010100 10100011 1111101
Octal 124 243 175

Shades and tints

Shades of #54A37D

#54A37D
(84,163,125)
#4D9572
(77,149,114)
#468767
(70,135,103)
#3F795C
(63,121,92)
#386B51
(56,107,81)
#315D46
(49,93,70)
#2A4F3B
(42,79,59)
#234130
(35,65,48)
#1C3325
(28,51,37)
#15251A
(21,37,26)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #54A37D

#54A37D
(84,163,125)
#63AB88
(99,171,136)
#72B393
(114,179,147)
#81BB9E
(129,187,158)
#90C3A9
(144,195,169)
#9FCBB4
(159,203,180)
#AED3BF
(174,211,191)
#BDDBCA
(189,219,202)
#CCE3D5
(204,227,213)
#DBEBE0
(219,235,224)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A37D; }

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

This text font color is #54A37D.

Background Color

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

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

This div background color is #54A37D.

Border color

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

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

This div border color is #54A37D.

Opacity

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

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

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

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

This text has shadow with #54A37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A37D.

Preview

Color preview on black background

This text has color #54A37D on black background.


Color preview on white background

This text has color #54A37D on white background.


Black color preview on #54A37D background

This text has black color on #54A37D background.


White color preview on #54A37D background

This text has white color on #54A37D background.


Related colors

Complementary color

Complementary color for #hex is #AB5C82.


I love getcolorcode.com

Triadic colors

1 #7D54A3 and #A37D54 with #54A37D are triadic colors.

2 #7DA354 and #A3547D with #54A37D are triadic colors.