COLOR #449876

HEX: #449876
RGB: (68,152,118)

Color info

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

RGB color model

#449876 color RGB value is (68,152,118).

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

RGB channels and saturation

R 68 of 255 = 27%
G 152 of 255 = 60%
B 118 of 255 = 46%

68
152
118

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

Portions of RGB colors in percentages

R + G + B =
68 + 152 + 118 = 338 (100%)
R 68 of 338 ~ 20.12%
G 152 of 338 ~ 44.97%
B 118 of 338 ~ 34.91%

%20.12
%44.97
%34.91

CMYK color model

#449876 color CMYK value is (55,0,22,40).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(55,0,22,40)
C55M0Y22K40 
(55%,0%,22%,40%)
(0.55/0.00/0.22/0.40)	

CMYK percentages

%55.26
%0
%22.37
%40.39

Codes

Color #449876 in popluar color models

449876
RGB68152118
HSL156°38.18%43.14%
HSB/HSV156°55.26%59.61%
CMYK55.26%0.00%22.37%
40.39%

Color #449876 in popluar number systems.

HEX449876
Decimal68152118
Binary1000100100110001110110
Octal104230166

Shades and tints

Shades of #449876

#449876
(68,152,118)
#3E8B6C
(62,139,108)
#387E62
(56,126,98)
#327158
(50,113,88)
#2C644E
(44,100,78)
#265744
(38,87,68)
#204A3A
(32,74,58)
#1A3D30
(26,61,48)
#143026
(20,48,38)
#0E231C
(14,35,28)
#081612
(8,22,18)
#000000
(0,0,0)

Tints of #449876

#449876
(68,152,118)
#55A182
(85,161,130)
#66AA8E
(102,170,142)
#77B39A
(119,179,154)
#88BCA6
(136,188,166)
#99C5B2
(153,197,178)
#AACEBE
(170,206,190)
#BBD7CA
(187,215,202)
#CCE0D6
(204,224,214)
#DDE9E2
(221,233,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #449876; }

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

This text font color is #449876.


Background Color

.myBgColor { background-color: #449876; }

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

This div background color is #449876.


Border color

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

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

This div border color is #449876.


Opacity

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

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

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

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

This text has shadow with #449876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449876 on black background.


Color preview on white background

This text has color #449876 on white background.



Black color preview on #449876 background

This text has black color on #449876 background.


White color preview on #449876 background

This text has white color on #449876 background.