COLOR #449860

HEX: #449860
RGB: (68,152,96)

Color info

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

RGB color model

#449860 color RGB value is (68,152,96).

  • red value is 68;
  • green value is 152;
  • blue value is 96.
RGB:
(68,152,96)
(27%,60%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 152 of 255 = 60%
B 96 of 255 = 38%

68
152
96

R + G + B ~ 42%. #449860 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 152 + 96 = 316 (100%)
R 68 of 316 ~ 21.52%
G 152 of 316 ~ 48.1%
B 96 of 316 ~ 30.38%

%21.52
%48.1
%30.38

CMYK color model

#449860 color CMYK value is (55,0,37,40).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 40.39%
CMYK:
(55,0,37,40)
C55M0Y37K40 
(55%,0%,37%,40%)
(0.55/0.00/0.37/0.40)	

CMYK percentages

%55.26
%0
%36.84
%40.39

Codes

Color #449860 in popluar color models

449860
RGB6815296
HSL140°38.18%43.14%
HSB/HSV140°55.26%59.61%
CMYK55.26%0.00%36.84%
40.39%

Color #449860 in popluar number systems.

HEX449860
Decimal6815296
Binary1000100100110001100000
Octal104230140

Shades and tints

Shades of #449860

#449860
(68,152,96)
#3E8B58
(62,139,88)
#387E50
(56,126,80)
#327148
(50,113,72)
#2C6440
(44,100,64)
#265738
(38,87,56)
#204A30
(32,74,48)
#1A3D28
(26,61,40)
#143020
(20,48,32)
#0E2318
(14,35,24)
#081610
(8,22,16)
#000000
(0,0,0)

Tints of #449860

#449860
(68,152,96)
#55A16E
(85,161,110)
#66AA7C
(102,170,124)
#77B38A
(119,179,138)
#88BC98
(136,188,152)
#99C5A6
(153,197,166)
#AACEB4
(170,206,180)
#BBD7C2
(187,215,194)
#CCE0D0
(204,224,208)
#DDE9DE
(221,233,222)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449860 color. Also use rgb(68,152,96) instead hex code.

Text Font Color

.myTextColor { color: #449860; }

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

This text font color is #449860.


Background Color

.myBgColor { background-color: #449860; }

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

This div background color is #449860.


Border color

.myBorderColor { border: 1px solid #449860; }

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

This div border color is #449860.


Opacity

.myOpacity80 { color: #449860; opacity: 0.8; }

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

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

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

This text has shadow with #449860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449860 on black background.


Color preview on white background

This text has color #449860 on white background.



Black color preview on #449860 background

This text has black color on #449860 background.


White color preview on #449860 background

This text has white color on #449860 background.