COLOR #449951

HEX: #449951
RGB: (68,153,81)

Color info

#449951 contains mainly green color. Web safe color of #449951 is #339966 (or #396).

RGB color model

#449951 color RGB value is (68,153,81).

  • red value is 68;
  • green value is 153;
  • blue value is 81.
RGB:
(68,153,81)
(27%,60%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 153 of 255 = 60%
B 81 of 255 = 32%

68
153
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 153 + 81 = 302 (100%)
R 68 of 302 ~ 22.52%
G 153 of 302 ~ 50.66%
B 81 of 302 ~ 26.82%

%22.52
%50.66
%26.82

CMYK color model

#449951 color CMYK value is (56,0,47,40).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK:
(56,0,47,40)
C56M0Y47K40 
(56%,0%,47%,40%)
(0.56/0.00/0.47/0.40)	

CMYK percentages

%55.56
%0
%47.06
%40

Codes

Color #449951 in popluar color models

449951
RGB6815381
HSL129°38.46%43.33%
HSB/HSV129°55.56%60.00%
CMYK55.56%0.00%47.06%
40.00%

Color #449951 in popluar number systems.

HEX449951
Decimal6815381
Binary1000100100110011010001
Octal104231121

Shades and tints

Shades of #449951

#449951
(68,153,81)
#3E8C4A
(62,140,74)
#387F43
(56,127,67)
#32723C
(50,114,60)
#2C6535
(44,101,53)
#26582E
(38,88,46)
#204B27
(32,75,39)
#1A3E20
(26,62,32)
#143119
(20,49,25)
#0E2412
(14,36,18)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #449951

#449951
(68,153,81)
#55A260
(85,162,96)
#66AB6F
(102,171,111)
#77B47E
(119,180,126)
#88BD8D
(136,189,141)
#99C69C
(153,198,156)
#AACFAB
(170,207,171)
#BBD8BA
(187,216,186)
#CCE1C9
(204,225,201)
#DDEAD8
(221,234,216)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449951 color. Also use rgb(68,153,81) instead hex code.

Text Font Color

.myTextColor { color: #449951; }

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

This text font color is #449951.


Background Color

.myBgColor { background-color: #449951; }

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

This div background color is #449951.


Border color

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

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

This div border color is #449951.


Opacity

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

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

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

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

This text has shadow with #449951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449951 on black background.


Color preview on white background

This text has color #449951 on white background.



Black color preview on #449951 background

This text has black color on #449951 background.


White color preview on #449951 background

This text has white color on #449951 background.