COLOR #44D477

HEX: #44D477
RGB: (68,212,119)

Color info

#44D477 contains mainly green color. Web safe color of #44D477 is #33CC66 (or #3C6).

RGB color model

#44D477 color RGB value is (68,212,119).

  • red value is 68;
  • green value is 212;
  • blue value is 119.
RGB:
(68,212,119)
(27%,83%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 212 of 255 = 83%
B 119 of 255 = 47%

68
212
119

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

Portions of RGB colors in percentages

R + G + B =
68 + 212 + 119 = 399 (100%)
R 68 of 399 ~ 17.04%
G 212 of 399 ~ 53.13%
B 119 of 399 ~ 29.82%

%17.04
%53.13
%29.82

CMYK color model

#44D477 color CMYK value is (68,0,44,17).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 43.87%
  • key color value is 16.86%
CMYK:
(68,0,44,17)
C68M0Y44K17 
(68%,0%,44%,17%)
(0.68/0.00/0.44/0.17)	

CMYK percentages

%67.92
%0
%43.87
%16.86

Codes

Color #44D477 in popluar color models

44D477
RGB68212119
HSL141°62.61%54.90%
HSB/HSV141°67.92%83.14%
CMYK67.92%0.00%43.87%
16.86%

Color #44D477 in popluar number systems.

HEX44D477
Decimal68212119
Binary1000100110101001110111
Octal104324167

Shades and tints

Shades of #44D477

#44D477
(68,212,119)
#3EC16D
(62,193,109)
#38AE63
(56,174,99)
#329B59
(50,155,89)
#2C884F
(44,136,79)
#267545
(38,117,69)
#20623B
(32,98,59)
#1A4F31
(26,79,49)
#143C27
(20,60,39)
#0E291D
(14,41,29)
#081613
(8,22,19)
#000000
(0,0,0)

Tints of #44D477

#44D477
(68,212,119)
#55D783
(85,215,131)
#66DA8F
(102,218,143)
#77DD9B
(119,221,155)
#88E0A7
(136,224,167)
#99E3B3
(153,227,179)
#AAE6BF
(170,230,191)
#BBE9CB
(187,233,203)
#CCECD7
(204,236,215)
#DDEFE3
(221,239,227)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44D477; }

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

This text font color is #44D477.


Background Color

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

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

This div background color is #44D477.


Border color

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

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

This div border color is #44D477.


Opacity

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

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

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

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

This text has shadow with #44D477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44D477 on black background.


Color preview on white background

This text has color #44D477 on white background.



Black color preview on #44D477 background

This text has black color on #44D477 background.


White color preview on #44D477 background

This text has white color on #44D477 background.