COLOR #449215

HEX: #449215
RGB: (68,146,21)

Color info

#449215 contains mainly green color. Web safe color of #449215 is #339900 (or #390).

RGB color model

#449215 color RGB value is (68,146,21).

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

RGB channels and saturation

R 68 of 255 = 27%
G 146 of 255 = 57%
B 21 of 255 = 8%

68
146
21

R + G + B ~ 31%. #449215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 146 + 21 = 235 (100%)
R 68 of 235 ~ 28.94%
G 146 of 235 ~ 62.13%
B 21 of 235 ~ 8.94%

%28.94
%62.13

CMYK color model

#449215 color CMYK value is (53,0,86,43).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 85.62%
  • key color value is 42.75%
CMYK:
(53,0,86,43)
C53M0Y86K43 
(53%,0%,86%,43%)
(0.53/0.00/0.86/0.43)	

CMYK percentages

%53.42
%0
%85.62
%42.75

Codes

Color #449215 in popluar color models

449215
RGB6814621
HSL97°74.85%32.75%
HSB/HSV97°85.62%57.25%
CMYK53.42%0.00%85.62%
42.75%

Color #449215 in popluar number systems.

HEX449215
Decimal6814621
Binary10001001001001010101
Octal10422225

Shades and tints

Shades of #449215

#449215
(68,146,21)
#3E8514
(62,133,20)
#387813
(56,120,19)
#326B12
(50,107,18)
#2C5E11
(44,94,17)
#265110
(38,81,16)
#20440F
(32,68,15)
#1A370E
(26,55,14)
#142A0D
(20,42,13)
#0E1D0C
(14,29,12)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #449215

#449215
(68,146,21)
#559B2A
(85,155,42)
#66A43F
(102,164,63)
#77AD54
(119,173,84)
#88B669
(136,182,105)
#99BF7E
(153,191,126)
#AAC893
(170,200,147)
#BBD1A8
(187,209,168)
#CCDABD
(204,218,189)
#DDE3D2
(221,227,210)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #449215; }

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

This text font color is #449215.


Background Color

.myBgColor { background-color: #449215; }

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

This div background color is #449215.


Border color

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

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

This div border color is #449215.


Opacity

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

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

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

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

This text has shadow with #449215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449215 on black background.


Color preview on white background

This text has color #449215 on white background.



Black color preview on #449215 background

This text has black color on #449215 background.


White color preview on #449215 background

This text has white color on #449215 background.