COLOR #44A380

HEX: #44A380
RGB: (68,163,128)

Color info

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

RGB color model

#44A380 color RGB value is (68,163,128).

  • red value is 68;
  • green value is 163;
  • blue value is 128.
RGB:
(68,163,128)
(27%,64%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 163 of 255 = 64%
B 128 of 255 = 50%

68
163
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 163 + 128 = 359 (100%)
R 68 of 359 ~ 18.94%
G 163 of 359 ~ 45.4%
B 128 of 359 ~ 35.65%

%18.94
%45.4
%35.65

CMYK color model

#44A380 color CMYK value is (58,0,21,36).

  • cyan value is 58.28%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(58,0,21,36)
C58M0Y21K36 
(58%,0%,21%,36%)
(0.58/0.00/0.21/0.36)	

CMYK percentages

%58.28
%0
%21.47
%36.08

Codes

Color #44A380 in popluar color models

44A380
RGB68163128
HSL158°41.13%45.29%
HSB/HSV158°58.28%63.92%
CMYK58.28%0.00%21.47%
36.08%

Color #44A380 in popluar number systems.

HEX44A380
Decimal68163128
Binary10001001010001110000000
Octal104243200

Shades and tints

Shades of #44A380

#44A380
(68,163,128)
#3E9575
(62,149,117)
#38876A
(56,135,106)
#32795F
(50,121,95)
#2C6B54
(44,107,84)
#265D49
(38,93,73)
#204F3E
(32,79,62)
#1A4133
(26,65,51)
#143328
(20,51,40)
#0E251D
(14,37,29)
#081712
(8,23,18)
#000000
(0,0,0)

Tints of #44A380

#44A380
(68,163,128)
#55AB8B
(85,171,139)
#66B396
(102,179,150)
#77BBA1
(119,187,161)
#88C3AC
(136,195,172)
#99CBB7
(153,203,183)
#AAD3C2
(170,211,194)
#BBDBCD
(187,219,205)
#CCE3D8
(204,227,216)
#DDEBE3
(221,235,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44A380 color. Also use rgb(68,163,128) instead hex code.

Text Font Color

.myTextColor { color: #44A380; }

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

This text font color is #44A380.


Background Color

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

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

This div background color is #44A380.


Border color

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

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

This div border color is #44A380.


Opacity

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

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

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

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

This text has shadow with #44A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44A380 on black background.


Color preview on white background

This text has color #44A380 on white background.



Black color preview on #44A380 background

This text has black color on #44A380 background.


White color preview on #44A380 background

This text has white color on #44A380 background.