COLOR #447216

HEX: #447216
RGB: (68,114,22)

Color info

#447216 contains mainly red and green colors. Web safe color of #447216 is #336600 (or #360).

RGB color model

#447216 color RGB value is (68,114,22).

  • red value is 68;
  • green value is 114;
  • blue value is 22.
RGB:
(68,114,22)
(27%,45%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 114 of 255 = 45%
B 22 of 255 = 9%

68
114
22

R + G + B ~ 27%. #447216 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 114 + 22 = 204 (100%)
R 68 of 204 ~ 33.33%
G 114 of 204 ~ 55.88%
B 22 of 204 ~ 10.78%

%33.33
%55.88
%10.78

CMYK color model

#447216 color CMYK value is (40,0,81,55).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 80.70%
  • key color value is 55.29%
CMYK:
(40,0,81,55)
C40M0Y81K55 
(40%,0%,81%,55%)
(0.40/0.00/0.81/0.55)	

CMYK percentages

%40.35
%0
%80.7
%55.29

Codes

Color #447216 in popluar color models

447216
RGB6811422
HSL90°67.65%26.67%
HSB/HSV90°80.70%44.71%
CMYK40.35%0.00%80.70%
55.29%

Color #447216 in popluar number systems.

HEX447216
Decimal6811422
Binary1000100111001010110
Octal10416226

Shades and tints

Shades of #447216

#447216
(68,114,22)
#3E6814
(62,104,20)
#385E12
(56,94,18)
#325410
(50,84,16)
#2C4A0E
(44,74,14)
#26400C
(38,64,12)
#20360A
(32,54,10)
#1A2C08
(26,44,8)
#142206
(20,34,6)
#0E1804
(14,24,4)
#080E02
(8,14,2)
#000000
(0,0,0)

Tints of #447216

#447216
(68,114,22)
#557E2B
(85,126,43)
#668A40
(102,138,64)
#779655
(119,150,85)
#88A26A
(136,162,106)
#99AE7F
(153,174,127)
#AABA94
(170,186,148)
#BBC6A9
(187,198,169)
#CCD2BE
(204,210,190)
#DDDED3
(221,222,211)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447216 color. Also use rgb(68,114,22) instead hex code.

Text Font Color

.myTextColor { color: #447216; }

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

This text font color is #447216.


Background Color

.myBgColor { background-color: #447216; }

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

This div background color is #447216.


Border color

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

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

This div border color is #447216.


Opacity

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

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

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

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

This text has shadow with #447216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447216 on black background.


Color preview on white background

This text has color #447216 on white background.



Black color preview on #447216 background

This text has black color on #447216 background.


White color preview on #447216 background

This text has white color on #447216 background.