COLOR #44AF4E

HEX: #44AF4E RGB: (68,175,78)

Color info

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

RGB color model

#44AF4E color RGB value is (68,175,78).

RGB: (68,175,78) (27%, 69%, 31%)

RGB channels and saturation

R 68 of 255 = 27%
G 175 of 255 = 69%
B 78 of 255 = 31%

68
175
78

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

Portions of RGB colors in percentages

R + G + B = 68 + 175 + 78 = 321 (100%)
R 68 of 321 ~ 21.18%
G 175 of 321 ~ 54.52%
B 78 of 321 ~ 24.3'%

%21.18
%54.52
%24.3

CMYK color model

#44AF4E color CMYK value is (61,0,55,31).

  • cyan value is 61.14%
  • magenta value is 0.00%
  • yellow value is 55.43%
  • key color value is 31.37%

CMYK: (61,0,55,31)
C61M0Y55K31 (61%, 0%, 55%, 31%)
(0.61 / 0.00 / 0.55 / 0.31)

CMYK percentages

%61.14
%0
%55.43
%31.37

Codes

Color #44AF4E in popluar color models

44 AF 4E
RGB 68 175 78
HSL 126° 44.03% 47.65%
HSB/HSV 126° 61.14% 68.63%
CMYK 61.14% 0.00% 55.43%
31.37%

Color #44AF4E in popluar number systems.

HEX 44 AF 4E
Decimal 68 175 78
Binary 1000100 10101111 1001110
Octal 104 257 116

Shades and tints

Shades of #44AF4E

#44AF4E
(68,175,78)
#3EA047
(62,160,71)
#389140
(56,145,64)
#328239
(50,130,57)
#2C7332
(44,115,50)
#26642B
(38,100,43)
#205524
(32,85,36)
#1A461D
(26,70,29)
#143716
(20,55,22)
#0E280F
(14,40,15)
#081908
(8,25,8)
#000000
(0,0,0)

Tints of #44AF4E

#44AF4E
(68,175,78)
#55B65E
(85,182,94)
#66BD6E
(102,189,110)
#77C47E
(119,196,126)
#88CB8E
(136,203,142)
#99D29E
(153,210,158)
#AAD9AE
(170,217,174)
#BBE0BE
(187,224,190)
#CCE7CE
(204,231,206)
#DDEEDE
(221,238,222)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44AF4E color. Also use rgb(68,175,78) instead hex code.

Text Font Color

.myTextColor { color: #44AF4E; }

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

This text font color is #44AF4E.

Background Color

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

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

This div background color is #44AF4E.

Border color

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

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

This div border color is #44AF4E.

Opacity

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

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

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

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

This text has shadow with #44AF4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44AF4E.

Preview

Color preview on black background

This text has color #44AF4E on black background.


Color preview on white background

This text has color #44AF4E on white background.


Black color preview on #44AF4E background

This text has black color on #44AF4E background.


White color preview on #44AF4E background

This text has white color on #44AF4E background.


Related colors

Complementary color

Complementary color for #hex is #BB50B1.


I love getcolorcode.com

Triadic colors

1 #4E44AF and #AF4E44 with #44AF4E are triadic colors.

2 #4EAF44 and #AF444E with #44AF4E are triadic colors.