COLOR #449C12

HEX: #449C12
RGB: (68,156,18)

Color info

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

RGB color model

#449C12 color RGB value is (68,156,18).

  • red value is 68;
  • green value is 156;
  • blue value is 18.
RGB:
(68,156,18)
(27%,61%,7%)

RGB channels and saturation

R 68 of 255 = 27%
G 156 of 255 = 61%
B 18 of 255 = 7%

68
156
18

R + G + B ~ 32%. #449C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 156 + 18 = 242 (100%)
R 68 of 242 ~ 28.1%
G 156 of 242 ~ 64.46%
B 18 of 242 ~ 7.44%

%28.1
%64.46

CMYK color model

#449C12 color CMYK value is (56,0,88,39).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 38.82%
CMYK:
(56,0,88,39)
C56M0Y88K39 
(56%,0%,88%,39%)
(0.56/0.00/0.88/0.39)	

CMYK percentages

%56.41
%0
%88.46
%38.82

Codes

Color #449C12 in popluar color models

449C12
RGB6815618
HSL98°79.31%34.12%
HSB/HSV98°88.46%61.18%
CMYK56.41%0.00%88.46%
38.82%

Color #449C12 in popluar number systems.

HEX449C12
Decimal6815618
Binary10001001001110010010
Octal10423422

Shades and tints

Shades of #449C12

#449C12
(68,156,18)
#3E8E11
(62,142,17)
#388010
(56,128,16)
#32720F
(50,114,15)
#2C640E
(44,100,14)
#26560D
(38,86,13)
#20480C
(32,72,12)
#1A3A0B
(26,58,11)
#142C0A
(20,44,10)
#0E1E09
(14,30,9)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #449C12

#449C12
(68,156,18)
#55A527
(85,165,39)
#66AE3C
(102,174,60)
#77B751
(119,183,81)
#88C066
(136,192,102)
#99C97B
(153,201,123)
#AAD290
(170,210,144)
#BBDBA5
(187,219,165)
#CCE4BA
(204,228,186)
#DDEDCF
(221,237,207)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #449C12 color. Also use rgb(68,156,18) instead hex code.

Text Font Color

.myTextColor { color: #449C12; }

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

This text font color is #449C12.


Background Color

.myBgColor { background-color: #449C12; }

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

This div background color is #449C12.


Border color

.myBorderColor { border: 1px solid #449C12; }

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

This div border color is #449C12.


Opacity

.myOpacity80 { color: #449C12; opacity: 0.8; }

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

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

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

This text has shadow with #449C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #449C12 on black background.


Color preview on white background

This text has color #449C12 on white background.



Black color preview on #449C12 background

This text has black color on #449C12 background.


White color preview on #449C12 background

This text has white color on #449C12 background.