COLOR #54A784

HEX: #54A784 RGB: (84,167,132)

Color info

#54A784 contains mainly green and blue colors. Web safe color of #54A784 is #669999 (or #699).

RGB color model

#54A784 color RGB value is (84,167,132).

RGB: (84,167,132) (33%, 65%, 52%)

RGB channels and saturation

R 84 of 255 = 33%
G 167 of 255 = 65%
B 132 of 255 = 52%

84
167
132

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

Portions of RGB colors in percentages

R + G + B = 84 + 167 + 132 = 383 (100%)
R 84 of 383 ~ 21.93%
G 167 of 383 ~ 43.6%
B 132 of 383 ~ 34.46'%

%21.93
%43.6
%34.46

CMYK color model

#54A784 color CMYK value is (50,0,21,35).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (50,0,21,35)
C50M0Y21K35 (50%, 0%, 21%, 35%)
(0.50 / 0.00 / 0.21 / 0.35)

CMYK percentages

%49.7
%0
%20.96
%34.51

Codes

Color #54A784 in popluar color models

54 A7 84
RGB 84 167 132
HSL 155° 33.07% 49.22%
HSB/HSV 155° 49.70% 65.49%
CMYK 49.70% 0.00% 20.96%
34.51%

Color #54A784 in popluar number systems.

HEX 54 A7 84
Decimal 84 167 132
Binary 1010100 10100111 10000100
Octal 124 247 204

Shades and tints

Shades of #54A784

#54A784
(84,167,132)
#4D9878
(77,152,120)
#46896C
(70,137,108)
#3F7A60
(63,122,96)
#386B54
(56,107,84)
#315C48
(49,92,72)
#2A4D3C
(42,77,60)
#233E30
(35,62,48)
#1C2F24
(28,47,36)
#152018
(21,32,24)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #54A784

#54A784
(84,167,132)
#63AF8F
(99,175,143)
#72B79A
(114,183,154)
#81BFA5
(129,191,165)
#90C7B0
(144,199,176)
#9FCFBB
(159,207,187)
#AED7C6
(174,215,198)
#BDDFD1
(189,223,209)
#CCE7DC
(204,231,220)
#DBEFE7
(219,239,231)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A784 color. Also use rgb(84,167,132) instead hex code.

Text Font Color

.myTextColor { color: #54A784; }

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

This text font color is #54A784.

Background Color

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

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

This div background color is #54A784.

Border color

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

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

This div border color is #54A784.

Opacity

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

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

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

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

This text has shadow with #54A784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A784.

Preview

Color preview on black background

This text has color #54A784 on black background.


Color preview on white background

This text has color #54A784 on white background.


Black color preview on #54A784 background

This text has black color on #54A784 background.


White color preview on #54A784 background

This text has white color on #54A784 background.


Related colors

Complementary color

Complementary color for #hex is #AB587B.


I love getcolorcode.com

Triadic colors

1 #8454A7 and #A78454 with #54A784 are triadic colors.

2 #84A754 and #A75484 with #54A784 are triadic colors.