COLOR #44AD5B

HEX: #44AD5B RGB: (68,173,91)

Color info

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

RGB color model

#44AD5B color RGB value is (68,173,91).

RGB: (68,173,91) (27%, 68%, 36%)

RGB channels and saturation

R 68 of 255 = 27%
G 173 of 255 = 68%
B 91 of 255 = 36%

68
173
91

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

Portions of RGB colors in percentages

R + G + B = 68 + 173 + 91 = 332 (100%)
R 68 of 332 ~ 20.48%
G 173 of 332 ~ 52.11%
B 91 of 332 ~ 27.41'%

%20.48
%52.11
%27.41

CMYK color model

#44AD5B color CMYK value is (61,0,47,32).

  • cyan value is 60.69%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 32.16%

CMYK: (61,0,47,32)
C61M0Y47K32 (61%, 0%, 47%, 32%)
(0.61 / 0.00 / 0.47 / 0.32)

CMYK percentages

%60.69
%0
%47.4
%32.16

Codes

Color #44AD5B in popluar color models

44 AD 5B
RGB 68 173 91
HSL 133° 43.57% 47.25%
HSB/HSV 133° 60.69% 67.84%
CMYK 60.69% 0.00% 47.40%
32.16%

Color #44AD5B in popluar number systems.

HEX 44 AD 5B
Decimal 68 173 91
Binary 1000100 10101101 1011011
Octal 104 255 133

Shades and tints

Shades of #44AD5B

#44AD5B
(68,173,91)
#3E9E53
(62,158,83)
#388F4B
(56,143,75)
#328043
(50,128,67)
#2C713B
(44,113,59)
#266233
(38,98,51)
#20532B
(32,83,43)
#1A4423
(26,68,35)
#14351B
(20,53,27)
#0E2613
(14,38,19)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #44AD5B

#44AD5B
(68,173,91)
#55B469
(85,180,105)
#66BB77
(102,187,119)
#77C285
(119,194,133)
#88C993
(136,201,147)
#99D0A1
(153,208,161)
#AAD7AF
(170,215,175)
#BBDEBD
(187,222,189)
#CCE5CB
(204,229,203)
#DDECD9
(221,236,217)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44AD5B; }

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

This text font color is #44AD5B.

Background Color

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

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

This div background color is #44AD5B.

Border color

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

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

This div border color is #44AD5B.

Opacity

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

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

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

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

This text has shadow with #44AD5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44AD5B.

Preview

Color preview on black background

This text has color #44AD5B on black background.


Color preview on white background

This text has color #44AD5B on white background.


Black color preview on #44AD5B background

This text has black color on #44AD5B background.


White color preview on #44AD5B background

This text has white color on #44AD5B background.


Related colors

Complementary color

Complementary color for #hex is #BB52A4.


I love getcolorcode.com

Triadic colors

1 #5B44AD and #AD5B44 with #44AD5B are triadic colors.

2 #5BAD44 and #AD445B with #44AD5B are triadic colors.