COLOR #447222

HEX: #447222
RGB: (68,114,34)

Color info

#447222 contains mainly red and green colors. Web safe color of #447222 is #336633 (or #363).

RGB color model

#447222 color RGB value is (68,114,34).

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

RGB channels and saturation

R 68 of 255 = 27%
G 114 of 255 = 45%
B 34 of 255 = 13%

68
114
34

R + G + B ~ 28%. #447222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 114 + 34 = 216 (100%)
R 68 of 216 ~ 31.48%
G 114 of 216 ~ 52.78%
B 34 of 216 ~ 15.74%

%31.48
%52.78
%15.74

CMYK color model

#447222 color CMYK value is (40,0,70,55).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 55.29%
CMYK:
(40,0,70,55)
C40M0Y70K55 
(40%,0%,70%,55%)
(0.40/0.00/0.70/0.55)	

CMYK percentages

%40.35
%0
%70.18
%55.29

Codes

Color #447222 in popluar color models

447222
RGB6811434
HSL95°54.05%29.02%
HSB/HSV95°70.18%44.71%
CMYK40.35%0.00%70.18%
55.29%

Color #447222 in popluar number systems.

HEX447222
Decimal6811434
Binary10001001110010100010
Octal10416242

Shades and tints

Shades of #447222

#447222
(68,114,34)
#3E681F
(62,104,31)
#385E1C
(56,94,28)
#325419
(50,84,25)
#2C4A16
(44,74,22)
#264013
(38,64,19)
#203610
(32,54,16)
#1A2C0D
(26,44,13)
#14220A
(20,34,10)
#0E1807
(14,24,7)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #447222

#447222
(68,114,34)
#557E36
(85,126,54)
#668A4A
(102,138,74)
#77965E
(119,150,94)
#88A272
(136,162,114)
#99AE86
(153,174,134)
#AABA9A
(170,186,154)
#BBC6AE
(187,198,174)
#CCD2C2
(204,210,194)
#DDDED6
(221,222,214)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447222; }

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

This text font color is #447222.


Background Color

.myBgColor { background-color: #447222; }

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

This div background color is #447222.


Border color

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

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

This div border color is #447222.


Opacity

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

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

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

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

This text has shadow with #447222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447222 on black background.


Color preview on white background

This text has color #447222 on white background.



Black color preview on #447222 background

This text has black color on #447222 background.


White color preview on #447222 background

This text has white color on #447222 background.