COLOR #449D71

HEX: #449D71
RGB: (68,157,113)

Color info

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

RGB color model

#449D71 color RGB value is (68,157,113).

  • red value is 68;
  • green value is 157;
  • blue value is 113.
RGB:
(68,157,113)
(27%,62%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 157 of 255 = 62%
B 113 of 255 = 44%

68
157
113

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

Portions of RGB colors in percentages

R + G + B =
68 + 157 + 113 = 338 (100%)
R 68 of 338 ~ 20.12%
G 157 of 338 ~ 46.45%
B 113 of 338 ~ 33.43%

%20.12
%46.45
%33.43

CMYK color model

#449D71 color CMYK value is (57,0,28,38).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(57,0,28,38)
C57M0Y28K38 
(57%,0%,28%,38%)
(0.57/0.00/0.28/0.38)	

CMYK percentages

%56.69
%0
%28.03
%38.43

Codes

Color #449D71 in popluar color models

449D71
RGB68157113
HSL150°39.56%44.12%
HSB/HSV150°56.69%61.57%
CMYK56.69%0.00%28.03%
38.43%

Color #449D71 in popluar number systems.

HEX449D71
Decimal68157113
Binary1000100100111011110001
Octal104235161

Shades and tints

Shades of #449D71

#449D71
(68,157,113)
#3E8F67
(62,143,103)
#38815D
(56,129,93)
#327353
(50,115,83)
#2C6549
(44,101,73)
#26573F
(38,87,63)
#204935
(32,73,53)
#1A3B2B
(26,59,43)
#142D21
(20,45,33)
#0E1F17
(14,31,23)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #449D71

#449D71
(68,157,113)
#55A57D
(85,165,125)
#66AD89
(102,173,137)
#77B595
(119,181,149)
#88BDA1
(136,189,161)
#99C5AD
(153,197,173)
#AACDB9
(170,205,185)
#BBD5C5
(187,213,197)
#CCDDD1
(204,221,209)
#DDE5DD
(221,229,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449D71 color. Also use rgb(68,157,113) instead hex code.

Text Font Color

.myTextColor { color: #449D71; }

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

This text font color is #449D71.


Background Color

.myBgColor { background-color: #449D71; }

<div style="background-color:#449D71">Inner text</div>

This div background color is #449D71.


Border color

.myBorderColor { border: 1px solid #449D71; }

<div style="border:3px solid #449D71">Div</div>

This div border color is #449D71.


Opacity

.myOpacity80 { color: #449D71; opacity: 0.8; }

<p style="color:#449D71;opacity:0.8;">80%</p>

Text with #449D71 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 #449D71;}

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

This text has shadow with #449D71 color.

.textShadow {text-shadow: 3px 3px 1px #449D71, 3px 3px 1px red;}

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

This text has shadow with #449D71 primary color and red secondary color.


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

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

This text has shadow with #449D71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449D71 on black background.


Color preview on white background

This text has color #449D71 on white background.



Black color preview on #449D71 background

This text has black color on #449D71 background.


White color preview on #449D71 background

This text has white color on #449D71 background.