COLOR #44B07C

HEX: #44B07C
RGB: (68,176,124)

Color info

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

RGB color model

#44B07C color RGB value is (68,176,124).

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

RGB channels and saturation

R 68 of 255 = 27%
G 176 of 255 = 69%
B 124 of 255 = 49%

68
176
124

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

Portions of RGB colors in percentages

R + G + B =
68 + 176 + 124 = 368 (100%)
R 68 of 368 ~ 18.48%
G 176 of 368 ~ 47.83%
B 124 of 368 ~ 33.7%

%18.48
%47.83
%33.7

CMYK color model

#44B07C color CMYK value is (61,0,30,31).

  • cyan value is 61.36%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(61,0,30,31)
C61M0Y30K31 
(61%,0%,30%,31%)
(0.61/0.00/0.30/0.31)	

CMYK percentages

%61.36
%0
%29.55
%30.98

Codes

Color #44B07C in popluar color models

44B07C
RGB68176124
HSL151°44.26%47.84%
HSB/HSV151°61.36%69.02%
CMYK61.36%0.00%29.55%
30.98%

Color #44B07C in popluar number systems.

HEX44B07C
Decimal68176124
Binary1000100101100001111100
Octal104260174

Shades and tints

Shades of #44B07C

#44B07C
(68,176,124)
#3EA071
(62,160,113)
#389066
(56,144,102)
#32805B
(50,128,91)
#2C7050
(44,112,80)
#266045
(38,96,69)
#20503A
(32,80,58)
#1A402F
(26,64,47)
#143024
(20,48,36)
#0E2019
(14,32,25)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #44B07C

#44B07C
(68,176,124)
#55B787
(85,183,135)
#66BE92
(102,190,146)
#77C59D
(119,197,157)
#88CCA8
(136,204,168)
#99D3B3
(153,211,179)
#AADABE
(170,218,190)
#BBE1C9
(187,225,201)
#CCE8D4
(204,232,212)
#DDEFDF
(221,239,223)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44B07C; }

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

This text font color is #44B07C.


Background Color

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

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

This div background color is #44B07C.


Border color

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

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

This div border color is #44B07C.


Opacity

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

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

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

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

This text has shadow with #44B07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44B07C on black background.


Color preview on white background

This text has color #44B07C on white background.



Black color preview on #44B07C background

This text has black color on #44B07C background.


White color preview on #44B07C background

This text has white color on #44B07C background.