COLOR #44B37C

HEX: #44B37C
RGB: (68,179,124)

Color info

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

RGB color model

#44B37C color RGB value is (68,179,124).

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

RGB channels and saturation

R 68 of 255 = 27%
G 179 of 255 = 70%
B 124 of 255 = 49%

68
179
124

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

Portions of RGB colors in percentages

R + G + B =
68 + 179 + 124 = 371 (100%)
R 68 of 371 ~ 18.33%
G 179 of 371 ~ 48.25%
B 124 of 371 ~ 33.42%

%18.33
%48.25
%33.42

CMYK color model

#44B37C color CMYK value is (62,0,31,30).

  • cyan value is 62.01%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK:
(62,0,31,30)
C62M0Y31K30 
(62%,0%,31%,30%)
(0.62/0.00/0.31/0.30)	

CMYK percentages

%62.01
%0
%30.73
%29.8

Codes

Color #44B37C in popluar color models

44B37C
RGB68179124
HSL150°44.94%48.43%
HSB/HSV150°62.01%70.20%
CMYK62.01%0.00%30.73%
29.80%

Color #44B37C in popluar number systems.

HEX44B37C
Decimal68179124
Binary1000100101100111111100
Octal104263174

Shades and tints

Shades of #44B37C

#44B37C
(68,179,124)
#3EA371
(62,163,113)
#389366
(56,147,102)
#32835B
(50,131,91)
#2C7350
(44,115,80)
#266345
(38,99,69)
#20533A
(32,83,58)
#1A432F
(26,67,47)
#143324
(20,51,36)
#0E2319
(14,35,25)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #44B37C

#44B37C
(68,179,124)
#55B987
(85,185,135)
#66BF92
(102,191,146)
#77C59D
(119,197,157)
#88CBA8
(136,203,168)
#99D1B3
(153,209,179)
#AAD7BE
(170,215,190)
#BBDDC9
(187,221,201)
#CCE3D4
(204,227,212)
#DDE9DF
(221,233,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44B37C; }

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

This text font color is #44B37C.


Background Color

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

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

This div background color is #44B37C.


Border color

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

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

This div border color is #44B37C.


Opacity

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

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

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

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

This text has shadow with #44B37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44B37C on black background.


Color preview on white background

This text has color #44B37C on white background.



Black color preview on #44B37C background

This text has black color on #44B37C background.


White color preview on #44B37C background

This text has white color on #44B37C background.