COLOR #449226

HEX: #449226
RGB: (68,146,38)

Color info

#449226 contains mainly green color. Web safe color of #449226 is #339933 (or #393).

RGB color model

#449226 color RGB value is (68,146,38).

  • red value is 68;
  • green value is 146;
  • blue value is 38.
RGB:
(68,146,38)
(27%,57%,15%)

RGB channels and saturation

R 68 of 255 = 27%
G 146 of 255 = 57%
B 38 of 255 = 15%

68
146
38

R + G + B ~ 33%. #449226 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 146 + 38 = 252 (100%)
R 68 of 252 ~ 26.98%
G 146 of 252 ~ 57.94%
B 38 of 252 ~ 15.08%

%26.98
%57.94
%15.08

CMYK color model

#449226 color CMYK value is (53,0,74,43).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 73.97%
  • key color value is 42.75%
CMYK:
(53,0,74,43)
C53M0Y74K43 
(53%,0%,74%,43%)
(0.53/0.00/0.74/0.43)	

CMYK percentages

%53.42
%0
%73.97
%42.75

Codes

Color #449226 in popluar color models

449226
RGB6814638
HSL103°58.70%36.08%
HSB/HSV103°73.97%57.25%
CMYK53.42%0.00%73.97%
42.75%

Color #449226 in popluar number systems.

HEX449226
Decimal6814638
Binary100010010010010100110
Octal10422246

Shades and tints

Shades of #449226

#449226
(68,146,38)
#3E8523
(62,133,35)
#387820
(56,120,32)
#326B1D
(50,107,29)
#2C5E1A
(44,94,26)
#265117
(38,81,23)
#204414
(32,68,20)
#1A3711
(26,55,17)
#142A0E
(20,42,14)
#0E1D0B
(14,29,11)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #449226

#449226
(68,146,38)
#559B39
(85,155,57)
#66A44C
(102,164,76)
#77AD5F
(119,173,95)
#88B672
(136,182,114)
#99BF85
(153,191,133)
#AAC898
(170,200,152)
#BBD1AB
(187,209,171)
#CCDABE
(204,218,190)
#DDE3D1
(221,227,209)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449226 color. Also use rgb(68,146,38) instead hex code.

Text Font Color

.myTextColor { color: #449226; }

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

This text font color is #449226.


Background Color

.myBgColor { background-color: #449226; }

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

This div background color is #449226.


Border color

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

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

This div border color is #449226.


Opacity

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

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

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

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

This text has shadow with #449226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449226 on black background.


Color preview on white background

This text has color #449226 on white background.



Black color preview on #449226 background

This text has black color on #449226 background.


White color preview on #449226 background

This text has white color on #449226 background.