COLOR #449321

HEX: #449321
RGB: (68,147,33)

Color info

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

RGB color model

#449321 color RGB value is (68,147,33).

  • red value is 68;
  • green value is 147;
  • blue value is 33.
RGB:
(68,147,33)
(27%,58%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 147 of 255 = 58%
B 33 of 255 = 13%

68
147
33

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

Portions of RGB colors in percentages

R + G + B =
68 + 147 + 33 = 248 (100%)
R 68 of 248 ~ 27.42%
G 147 of 248 ~ 59.27%
B 33 of 248 ~ 13.31%

%27.42
%59.27
%13.31

CMYK color model

#449321 color CMYK value is (54,0,78,42).

  • cyan value is 53.74%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 42.35%
CMYK:
(54,0,78,42)
C54M0Y78K42 
(54%,0%,78%,42%)
(0.54/0.00/0.78/0.42)	

CMYK percentages

%53.74
%0
%77.55
%42.35

Codes

Color #449321 in popluar color models

449321
RGB6814733
HSL102°63.33%35.29%
HSB/HSV102°77.55%57.65%
CMYK53.74%0.00%77.55%
42.35%

Color #449321 in popluar number systems.

HEX449321
Decimal6814733
Binary100010010010011100001
Octal10422341

Shades and tints

Shades of #449321

#449321
(68,147,33)
#3E861E
(62,134,30)
#38791B
(56,121,27)
#326C18
(50,108,24)
#2C5F15
(44,95,21)
#265212
(38,82,18)
#20450F
(32,69,15)
#1A380C
(26,56,12)
#142B09
(20,43,9)
#0E1E06
(14,30,6)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #449321

#449321
(68,147,33)
#559C35
(85,156,53)
#66A549
(102,165,73)
#77AE5D
(119,174,93)
#88B771
(136,183,113)
#99C085
(153,192,133)
#AAC999
(170,201,153)
#BBD2AD
(187,210,173)
#CCDBC1
(204,219,193)
#DDE4D5
(221,228,213)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449321 color. Also use rgb(68,147,33) instead hex code.

Text Font Color

.myTextColor { color: #449321; }

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

This text font color is #449321.


Background Color

.myBgColor { background-color: #449321; }

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

This div background color is #449321.


Border color

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

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

This div border color is #449321.


Opacity

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

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

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

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

This text has shadow with #449321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449321 on black background.


Color preview on white background

This text has color #449321 on white background.



Black color preview on #449321 background

This text has black color on #449321 background.


White color preview on #449321 background

This text has white color on #449321 background.