COLOR #44AC69

HEX: #44AC69
RGB: (68,172,105)

Color info

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

RGB color model

#44AC69 color RGB value is (68,172,105).

  • red value is 68;
  • green value is 172;
  • blue value is 105.
RGB:
(68,172,105)
(27%,67%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 172 of 255 = 67%
B 105 of 255 = 41%

68
172
105

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

Portions of RGB colors in percentages

R + G + B =
68 + 172 + 105 = 345 (100%)
R 68 of 345 ~ 19.71%
G 172 of 345 ~ 49.86%
B 105 of 345 ~ 30.43%

%19.71
%49.86
%30.43

CMYK color model

#44AC69 color CMYK value is (60,0,39,33).

  • cyan value is 60.47%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 32.55%
CMYK:
(60,0,39,33)
C60M0Y39K33 
(60%,0%,39%,33%)
(0.60/0.00/0.39/0.33)	

CMYK percentages

%60.47
%0
%38.95
%32.55

Codes

Color #44AC69 in popluar color models

44AC69
RGB68172105
HSL141°43.33%47.06%
HSB/HSV141°60.47%67.45%
CMYK60.47%0.00%38.95%
32.55%

Color #44AC69 in popluar number systems.

HEX44AC69
Decimal68172105
Binary1000100101011001101001
Octal104254151

Shades and tints

Shades of #44AC69

#44AC69
(68,172,105)
#3E9D60
(62,157,96)
#388E57
(56,142,87)
#327F4E
(50,127,78)
#2C7045
(44,112,69)
#26613C
(38,97,60)
#205233
(32,82,51)
#1A432A
(26,67,42)
#143421
(20,52,33)
#0E2518
(14,37,24)
#08160F
(8,22,15)
#000000
(0,0,0)

Tints of #44AC69

#44AC69
(68,172,105)
#55B376
(85,179,118)
#66BA83
(102,186,131)
#77C190
(119,193,144)
#88C89D
(136,200,157)
#99CFAA
(153,207,170)
#AAD6B7
(170,214,183)
#BBDDC4
(187,221,196)
#CCE4D1
(204,228,209)
#DDEBDE
(221,235,222)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44AC69 color. Also use rgb(68,172,105) instead hex code.

Text Font Color

.myTextColor { color: #44AC69; }

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

This text font color is #44AC69.


Background Color

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

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

This div background color is #44AC69.


Border color

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

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

This div border color is #44AC69.


Opacity

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

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

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

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

This text has shadow with #44AC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44AC69 on black background.


Color preview on white background

This text has color #44AC69 on white background.



Black color preview on #44AC69 background

This text has black color on #44AC69 background.


White color preview on #44AC69 background

This text has white color on #44AC69 background.