COLOR #44A37C

HEX: #44A37C
RGB: (68,163,124)

Color info

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

RGB color model

#44A37C color RGB value is (68,163,124).

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

RGB channels and saturation

R 68 of 255 = 27%
G 163 of 255 = 64%
B 124 of 255 = 49%

68
163
124

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

Portions of RGB colors in percentages

R + G + B =
68 + 163 + 124 = 355 (100%)
R 68 of 355 ~ 19.15%
G 163 of 355 ~ 45.92%
B 124 of 355 ~ 34.93%

%19.15
%45.92
%34.93

CMYK color model

#44A37C color CMYK value is (58,0,24,36).

  • cyan value is 58.28%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 36.08%
CMYK:
(58,0,24,36)
C58M0Y24K36 
(58%,0%,24%,36%)
(0.58/0.00/0.24/0.36)	

CMYK percentages

%58.28
%0
%23.93
%36.08

Codes

Color #44A37C in popluar color models

44A37C
RGB68163124
HSL155°41.13%45.29%
HSB/HSV155°58.28%63.92%
CMYK58.28%0.00%23.93%
36.08%

Color #44A37C in popluar number systems.

HEX44A37C
Decimal68163124
Binary1000100101000111111100
Octal104243174

Shades and tints

Shades of #44A37C

#44A37C
(68,163,124)
#3E9571
(62,149,113)
#388766
(56,135,102)
#32795B
(50,121,91)
#2C6B50
(44,107,80)
#265D45
(38,93,69)
#204F3A
(32,79,58)
#1A412F
(26,65,47)
#143324
(20,51,36)
#0E2519
(14,37,25)
#08170E
(8,23,14)
#000000
(0,0,0)

Tints of #44A37C

#44A37C
(68,163,124)
#55AB87
(85,171,135)
#66B392
(102,179,146)
#77BB9D
(119,187,157)
#88C3A8
(136,195,168)
#99CBB3
(153,203,179)
#AAD3BE
(170,211,190)
#BBDBC9
(187,219,201)
#CCE3D4
(204,227,212)
#DDEBDF
(221,235,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44A37C; }

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

This text font color is #44A37C.


Background Color

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

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

This div background color is #44A37C.


Border color

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

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

This div border color is #44A37C.


Opacity

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

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

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

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

This text has shadow with #44A37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44A37C on black background.


Color preview on white background

This text has color #44A37C on white background.



Black color preview on #44A37C background

This text has black color on #44A37C background.


White color preview on #44A37C background

This text has white color on #44A37C background.