COLOR #44A944

HEX: #44A944
RGB: (68,169,68)

Color info

#44A944 contains mainly green color. Web safe color of #44A944 is #339933 (or #393).

RGB color model

#44A944 color RGB value is (68,169,68).

  • red value is 68;
  • green value is 169;
  • blue value is 68.
RGB:
(68,169,68)
(27%,66%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 169 of 255 = 66%
B 68 of 255 = 27%

68
169
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 169 + 68 = 305 (100%)
R 68 of 305 ~ 22.3%
G 169 of 305 ~ 55.41%
B 68 of 305 ~ 22.3%

%22.3
%55.41
%22.3

CMYK color model

#44A944 color CMYK value is (60,0,60,34).

  • cyan value is 59.76%
  • magenta value is 0.00%
  • yellow value is 59.76%
  • key color value is 33.73%
CMYK:
(60,0,60,34)
C60M0Y60K34 
(60%,0%,60%,34%)
(0.60/0.00/0.60/0.34)	

CMYK percentages

%59.76
%0
%59.76
%33.73

Codes

Color #44A944 in popluar color models

44A944
RGB6816968
HSL120°42.62%46.47%
HSB/HSV120°59.76%66.27%
CMYK59.76%0.00%59.76%
33.73%

Color #44A944 in popluar number systems.

HEX44A944
Decimal6816968
Binary1000100101010011000100
Octal104251104

Shades and tints

Shades of #44A944

#44A944
(68,169,68)
#3E9A3E
(62,154,62)
#388B38
(56,139,56)
#327C32
(50,124,50)
#2C6D2C
(44,109,44)
#265E26
(38,94,38)
#204F20
(32,79,32)
#1A401A
(26,64,26)
#143114
(20,49,20)
#0E220E
(14,34,14)
#081308
(8,19,8)
#000000
(0,0,0)

Tints of #44A944

#44A944
(68,169,68)
#55B055
(85,176,85)
#66B766
(102,183,102)
#77BE77
(119,190,119)
#88C588
(136,197,136)
#99CC99
(153,204,153)
#AAD3AA
(170,211,170)
#BBDABB
(187,218,187)
#CCE1CC
(204,225,204)
#DDE8DD
(221,232,221)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44A944; }

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

This text font color is #44A944.


Background Color

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

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

This div background color is #44A944.


Border color

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

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

This div border color is #44A944.


Opacity

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

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

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

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

This text has shadow with #44A944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44A944 on black background.


Color preview on white background

This text has color #44A944 on white background.



Black color preview on #44A944 background

This text has black color on #44A944 background.


White color preview on #44A944 background

This text has white color on #44A944 background.