COLOR #44AB6B

HEX: #44AB6B
RGB: (68,171,107)

Color info

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

RGB color model

#44AB6B color RGB value is (68,171,107).

  • red value is 68;
  • green value is 171;
  • blue value is 107.
RGB:
(68,171,107)
(27%,67%,42%)

RGB channels and saturation

R 68 of 255 = 27%
G 171 of 255 = 67%
B 107 of 255 = 42%

68
171
107

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

Portions of RGB colors in percentages

R + G + B =
68 + 171 + 107 = 346 (100%)
R 68 of 346 ~ 19.65%
G 171 of 346 ~ 49.42%
B 107 of 346 ~ 30.92%

%19.65
%49.42
%30.92

CMYK color model

#44AB6B color CMYK value is (60,0,37,33).

  • cyan value is 60.23%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%
CMYK:
(60,0,37,33)
C60M0Y37K33 
(60%,0%,37%,33%)
(0.60/0.00/0.37/0.33)	

CMYK percentages

%60.23
%0
%37.43
%32.94

Codes

Color #44AB6B in popluar color models

44AB6B
RGB68171107
HSL143°43.10%46.86%
HSB/HSV143°60.23%67.06%
CMYK60.23%0.00%37.43%
32.94%

Color #44AB6B in popluar number systems.

HEX44AB6B
Decimal68171107
Binary1000100101010111101011
Octal104253153

Shades and tints

Shades of #44AB6B

#44AB6B
(68,171,107)
#3E9C62
(62,156,98)
#388D59
(56,141,89)
#327E50
(50,126,80)
#2C6F47
(44,111,71)
#26603E
(38,96,62)
#205135
(32,81,53)
#1A422C
(26,66,44)
#143323
(20,51,35)
#0E241A
(14,36,26)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #44AB6B

#44AB6B
(68,171,107)
#55B278
(85,178,120)
#66B985
(102,185,133)
#77C092
(119,192,146)
#88C79F
(136,199,159)
#99CEAC
(153,206,172)
#AAD5B9
(170,213,185)
#BBDCC6
(187,220,198)
#CCE3D3
(204,227,211)
#DDEAE0
(221,234,224)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44AB6B; }

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

This text font color is #44AB6B.


Background Color

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

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

This div background color is #44AB6B.


Border color

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

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

This div border color is #44AB6B.


Opacity

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

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

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

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

This text has shadow with #44AB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44AB6B on black background.


Color preview on white background

This text has color #44AB6B on white background.



Black color preview on #44AB6B background

This text has black color on #44AB6B background.


White color preview on #44AB6B background

This text has white color on #44AB6B background.