COLOR #44D380

HEX: #44D380
RGB: (68,211,128)

Color info

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

RGB color model

#44D380 color RGB value is (68,211,128).

  • red value is 68;
  • green value is 211;
  • blue value is 128.
RGB:
(68,211,128)
(27%,83%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 211 of 255 = 83%
B 128 of 255 = 50%

68
211
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 211 + 128 = 407 (100%)
R 68 of 407 ~ 16.71%
G 211 of 407 ~ 51.84%
B 128 of 407 ~ 31.45%

%16.71
%51.84
%31.45

CMYK color model

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

  • cyan value is 67.77%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 17.25%
CMYK:
(68,0,39,17)
C68M0Y39K17 
(68%,0%,39%,17%)
(0.68/0.00/0.39/0.17)	

CMYK percentages

%67.77
%0
%39.34
%17.25

Codes

Color #44D380 in popluar color models

44D380
RGB68211128
HSL145°61.90%54.71%
HSB/HSV145°67.77%82.75%
CMYK67.77%0.00%39.34%
17.25%

Color #44D380 in popluar number systems.

HEX44D380
Decimal68211128
Binary10001001101001110000000
Octal104323200

Shades and tints

Shades of #44D380

#44D380
(68,211,128)
#3EC075
(62,192,117)
#38AD6A
(56,173,106)
#329A5F
(50,154,95)
#2C8754
(44,135,84)
#267449
(38,116,73)
#20613E
(32,97,62)
#1A4E33
(26,78,51)
#143B28
(20,59,40)
#0E281D
(14,40,29)
#081512
(8,21,18)
#000000
(0,0,0)

Tints of #44D380

#44D380
(68,211,128)
#55D78B
(85,215,139)
#66DB96
(102,219,150)
#77DFA1
(119,223,161)
#88E3AC
(136,227,172)
#99E7B7
(153,231,183)
#AAEBC2
(170,235,194)
#BBEFCD
(187,239,205)
#CCF3D8
(204,243,216)
#DDF7E3
(221,247,227)
#EEFBEE
(238,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44D380; }

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

This text font color is #44D380.


Background Color

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

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

This div background color is #44D380.


Border color

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

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

This div border color is #44D380.


Opacity

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

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

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

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

This text has shadow with #44D380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44D380 on black background.


Color preview on white background

This text has color #44D380 on white background.



Black color preview on #44D380 background

This text has black color on #44D380 background.


White color preview on #44D380 background

This text has white color on #44D380 background.