COLOR #44AE54

HEX: #44AE54
RGB: (68,174,84)

Color info

#44AE54 contains mainly green color. Web safe color of #44AE54 is #339966 (or #396).

RGB color model

#44AE54 color RGB value is (68,174,84).

  • red value is 68;
  • green value is 174;
  • blue value is 84.
RGB:
(68,174,84)
(27%,68%,33%)

RGB channels and saturation

R 68 of 255 = 27%
G 174 of 255 = 68%
B 84 of 255 = 33%

68
174
84

R + G + B ~ 43%. #44AE54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 174 + 84 = 326 (100%)
R 68 of 326 ~ 20.86%
G 174 of 326 ~ 53.37%
B 84 of 326 ~ 25.77%

%20.86
%53.37
%25.77

CMYK color model

#44AE54 color CMYK value is (61,0,52,32).

  • cyan value is 60.92%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 31.76%
CMYK:
(61,0,52,32)
C61M0Y52K32 
(61%,0%,52%,32%)
(0.61/0.00/0.52/0.32)	

CMYK percentages

%60.92
%0
%51.72
%31.76

Codes

Color #44AE54 in popluar color models

44AE54
RGB6817484
HSL129°43.80%47.45%
HSB/HSV129°60.92%68.24%
CMYK60.92%0.00%51.72%
31.76%

Color #44AE54 in popluar number systems.

HEX44AE54
Decimal6817484
Binary1000100101011101010100
Octal104256124

Shades and tints

Shades of #44AE54

#44AE54
(68,174,84)
#3E9F4D
(62,159,77)
#389046
(56,144,70)
#32813F
(50,129,63)
#2C7238
(44,114,56)
#266331
(38,99,49)
#20542A
(32,84,42)
#1A4523
(26,69,35)
#14361C
(20,54,28)
#0E2715
(14,39,21)
#08180E
(8,24,14)
#000000
(0,0,0)

Tints of #44AE54

#44AE54
(68,174,84)
#55B563
(85,181,99)
#66BC72
(102,188,114)
#77C381
(119,195,129)
#88CA90
(136,202,144)
#99D19F
(153,209,159)
#AAD8AE
(170,216,174)
#BBDFBD
(187,223,189)
#CCE6CC
(204,230,204)
#DDEDDB
(221,237,219)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44AE54 color. Also use rgb(68,174,84) instead hex code.

Text Font Color

.myTextColor { color: #44AE54; }

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

This text font color is #44AE54.


Background Color

.myBgColor { background-color: #44AE54; }

<div style="background-color:#44AE54">Inner text</div>

This div background color is #44AE54.


Border color

.myBorderColor { border: 1px solid #44AE54; }

<div style="border:3px solid #44AE54">Div</div>

This div border color is #44AE54.


Opacity

.myOpacity80 { color: #44AE54; opacity: 0.8; }

<p style="color:#44AE54;opacity:0.8;">80%</p>

Text with #44AE54 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 #44AE54;}

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

This text has shadow with #44AE54 color.

.textShadow {text-shadow: 3px 3px 1px #44AE54, 3px 3px 1px red;}

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

This text has shadow with #44AE54 primary color and red secondary color.


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

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

This text has shadow with #44AE54 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44AE54 on black background.


Color preview on white background

This text has color #44AE54 on white background.



Black color preview on #44AE54 background

This text has black color on #44AE54 background.


White color preview on #44AE54 background

This text has white color on #44AE54 background.