COLOR #54A444

HEX: #54A444 RGB: (84,164,68)

Color info

#54A444 contains mainly green color. Web safe color of #54A444 is #669933 (or #693).

RGB color model

#54A444 color RGB value is (84,164,68).

RGB: (84,164,68) (33%, 64%, 27%)

RGB channels and saturation

R 84 of 255 = 33%
G 164 of 255 = 64%
B 68 of 255 = 27%

84
164
68

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

Portions of RGB colors in percentages

R + G + B = 84 + 164 + 68 = 316 (100%)
R 84 of 316 ~ 26.58%
G 164 of 316 ~ 51.9%
B 68 of 316 ~ 21.52'%

%26.58
%51.9
%21.52

CMYK color model

#54A444 color CMYK value is (49,0,59,36).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 35.69%

CMYK: (49,0,59,36)
C49M0Y59K36 (49%, 0%, 59%, 36%)
(0.49 / 0.00 / 0.59 / 0.36)

CMYK percentages

%48.78
%0
%58.54
%35.69

Codes

Color #54A444 in popluar color models

54 A4 44
RGB 84 164 68
HSL 110° 41.38% 45.49%
HSB/HSV 110° 58.54% 64.31%
CMYK 48.78% 0.00% 58.54%
35.69%

Color #54A444 in popluar number systems.

HEX 54 A4 44
Decimal 84 164 68
Binary 1010100 10100100 1000100
Octal 124 244 104

Shades and tints

Shades of #54A444

#54A444
(84,164,68)
#4D963E
(77,150,62)
#468838
(70,136,56)
#3F7A32
(63,122,50)
#386C2C
(56,108,44)
#315E26
(49,94,38)
#2A5020
(42,80,32)
#23421A
(35,66,26)
#1C3414
(28,52,20)
#15260E
(21,38,14)
#0E1808
(14,24,8)
#000000
(0,0,0)

Tints of #54A444

#54A444
(84,164,68)
#63AC55
(99,172,85)
#72B466
(114,180,102)
#81BC77
(129,188,119)
#90C488
(144,196,136)
#9FCC99
(159,204,153)
#AED4AA
(174,212,170)
#BDDCBB
(189,220,187)
#CCE4CC
(204,228,204)
#DBECDD
(219,236,221)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A444 color. Also use rgb(84,164,68) instead hex code.

Text Font Color

.myTextColor { color: #54A444; }

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

This text font color is #54A444.

Background Color

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

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

This div background color is #54A444.

Border color

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

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

This div border color is #54A444.

Opacity

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

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

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

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

This text has shadow with #54A444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54A444.

Preview

Color preview on black background

This text has color #54A444 on black background.


Color preview on white background

This text has color #54A444 on white background.


Black color preview on #54A444 background

This text has black color on #54A444 background.


White color preview on #54A444 background

This text has white color on #54A444 background.


Related colors

Complementary color

Complementary color for #hex is #AB5BBB.


I love getcolorcode.com

Triadic colors

1 #4454A4 and #A44454 with #54A444 are triadic colors.

2 #44A454 and #A45444 with #54A444 are triadic colors.