COLOR #44AB7B

HEX: #44AB7B RGB: (68,171,123)

Color info

#44AB7B contains mainly green and blue colors. Web safe color of #44AB7B is #339966 (or #396).

RGB color model

#44AB7B color RGB value is (68,171,123).

RGB: (68,171,123) (27%, 67%, 48%)

RGB channels and saturation

R 68 of 255 = 27%
G 171 of 255 = 67%
B 123 of 255 = 48%

68
171
123

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

Portions of RGB colors in percentages

R + G + B = 68 + 171 + 123 = 362 (100%)
R 68 of 362 ~ 18.78%
G 171 of 362 ~ 47.24%
B 123 of 362 ~ 33.98'%

%18.78
%47.24
%33.98

CMYK color model

#44AB7B color CMYK value is (60,0,28,33).

  • cyan value is 60.23%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 32.94%

CMYK: (60,0,28,33)
C60M0Y28K33 (60%, 0%, 28%, 33%)
(0.60 / 0.00 / 0.28 / 0.33)

CMYK percentages

%60.23
%0
%28.07
%32.94

Codes

Color #44AB7B in popluar color models

44 AB 7B
RGB 68 171 123
HSL 152° 43.10% 46.86%
HSB/HSV 152° 60.23% 67.06%
CMYK 60.23% 0.00% 28.07%
32.94%

Color #44AB7B in popluar number systems.

HEX 44 AB 7B
Decimal 68 171 123
Binary 1000100 10101011 1111011
Octal 104 253 173

Shades and tints

Shades of #44AB7B

#44AB7B
(68,171,123)
#3E9C70
(62,156,112)
#388D65
(56,141,101)
#327E5A
(50,126,90)
#2C6F4F
(44,111,79)
#266044
(38,96,68)
#205139
(32,81,57)
#1A422E
(26,66,46)
#143323
(20,51,35)
#0E2418
(14,36,24)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #44AB7B

#44AB7B
(68,171,123)
#55B287
(85,178,135)
#66B993
(102,185,147)
#77C09F
(119,192,159)
#88C7AB
(136,199,171)
#99CEB7
(153,206,183)
#AAD5C3
(170,213,195)
#BBDCCF
(187,220,207)
#CCE3DB
(204,227,219)
#DDEAE7
(221,234,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44AB7B; }

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

This text font color is #44AB7B.

Background Color

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

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

This div background color is #44AB7B.

Border color

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

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

This div border color is #44AB7B.

Opacity

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

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

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

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

This text has shadow with #44AB7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44AB7B.

Preview

Color preview on black background

This text has color #44AB7B on black background.


Color preview on white background

This text has color #44AB7B on white background.


Black color preview on #44AB7B background

This text has black color on #44AB7B background.


White color preview on #44AB7B background

This text has white color on #44AB7B background.


Related colors

Complementary color

Complementary color for #hex is #BB5484.


I love getcolorcode.com

Triadic colors

1 #7B44AB and #AB7B44 with #44AB7B are triadic colors.

2 #7BAB44 and #AB447B with #44AB7B are triadic colors.