COLOR #44A063

HEX: #44A063
RGB: (68,160,99)

Color info

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

RGB color model

#44A063 color RGB value is (68,160,99).

  • red value is 68;
  • green value is 160;
  • blue value is 99.
RGB:
(68,160,99)
(27%,63%,39%)

RGB channels and saturation

R 68 of 255 = 27%
G 160 of 255 = 63%
B 99 of 255 = 39%

68
160
99

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

Portions of RGB colors in percentages

R + G + B =
68 + 160 + 99 = 327 (100%)
R 68 of 327 ~ 20.8%
G 160 of 327 ~ 48.93%
B 99 of 327 ~ 30.28%

%20.8
%48.93
%30.28

CMYK color model

#44A063 color CMYK value is (58,0,38,37).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(58,0,38,37)
C58M0Y38K37 
(58%,0%,38%,37%)
(0.58/0.00/0.38/0.37)	

CMYK percentages

%57.5
%0
%38.13
%37.25

Codes

Color #44A063 in popluar color models

44A063
RGB6816099
HSL140°40.35%44.71%
HSB/HSV140°57.50%62.75%
CMYK57.50%0.00%38.13%
37.25%

Color #44A063 in popluar number systems.

HEX44A063
Decimal6816099
Binary1000100101000001100011
Octal104240143

Shades and tints

Shades of #44A063

#44A063
(68,160,99)
#3E925A
(62,146,90)
#388451
(56,132,81)
#327648
(50,118,72)
#2C683F
(44,104,63)
#265A36
(38,90,54)
#204C2D
(32,76,45)
#1A3E24
(26,62,36)
#14301B
(20,48,27)
#0E2212
(14,34,18)
#081409
(8,20,9)
#000000
(0,0,0)

Tints of #44A063

#44A063
(68,160,99)
#55A871
(85,168,113)
#66B07F
(102,176,127)
#77B88D
(119,184,141)
#88C09B
(136,192,155)
#99C8A9
(153,200,169)
#AAD0B7
(170,208,183)
#BBD8C5
(187,216,197)
#CCE0D3
(204,224,211)
#DDE8E1
(221,232,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44A063 color. Also use rgb(68,160,99) instead hex code.

Text Font Color

.myTextColor { color: #44A063; }

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

This text font color is #44A063.


Background Color

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

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

This div background color is #44A063.


Border color

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

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

This div border color is #44A063.


Opacity

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

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

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

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

This text has shadow with #44A063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44A063 on black background.


Color preview on white background

This text has color #44A063 on white background.



Black color preview on #44A063 background

This text has black color on #44A063 background.


White color preview on #44A063 background

This text has white color on #44A063 background.