COLOR #449662

HEX: #449662
RGB: (68,150,98)

Color info

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

RGB color model

#449662 color RGB value is (68,150,98).

  • red value is 68;
  • green value is 150;
  • blue value is 98.
RGB:
(68,150,98)
(27%,59%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 150 of 255 = 59%
B 98 of 255 = 38%

68
150
98

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

Portions of RGB colors in percentages

R + G + B =
68 + 150 + 98 = 316 (100%)
R 68 of 316 ~ 21.52%
G 150 of 316 ~ 47.47%
B 98 of 316 ~ 31.01%

%21.52
%47.47
%31.01

CMYK color model

#449662 color CMYK value is (55,0,35,41).

  • cyan value is 54.67%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(55,0,35,41)
C55M0Y35K41 
(55%,0%,35%,41%)
(0.55/0.00/0.35/0.41)	

CMYK percentages

%54.67
%0
%34.67
%41.18

Codes

Color #449662 in popluar color models

449662
RGB6815098
HSL142°37.61%42.75%
HSB/HSV142°54.67%58.82%
CMYK54.67%0.00%34.67%
41.18%

Color #449662 in popluar number systems.

HEX449662
Decimal6815098
Binary1000100100101101100010
Octal104226142

Shades and tints

Shades of #449662

#449662
(68,150,98)
#3E895A
(62,137,90)
#387C52
(56,124,82)
#326F4A
(50,111,74)
#2C6242
(44,98,66)
#26553A
(38,85,58)
#204832
(32,72,50)
#1A3B2A
(26,59,42)
#142E22
(20,46,34)
#0E211A
(14,33,26)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #449662

#449662
(68,150,98)
#559F70
(85,159,112)
#66A87E
(102,168,126)
#77B18C
(119,177,140)
#88BA9A
(136,186,154)
#99C3A8
(153,195,168)
#AACCB6
(170,204,182)
#BBD5C4
(187,213,196)
#CCDED2
(204,222,210)
#DDE7E0
(221,231,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449662 color. Also use rgb(68,150,98) instead hex code.

Text Font Color

.myTextColor { color: #449662; }

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

This text font color is #449662.


Background Color

.myBgColor { background-color: #449662; }

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

This div background color is #449662.


Border color

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

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

This div border color is #449662.


Opacity

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

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

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

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

This text has shadow with #449662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449662 on black background.


Color preview on white background

This text has color #449662 on white background.



Black color preview on #449662 background

This text has black color on #449662 background.


White color preview on #449662 background

This text has white color on #449662 background.