COLOR #447E2A

HEX: #447E2A
RGB: (68,126,42)

Color info

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

RGB color model

#447E2A color RGB value is (68,126,42).

  • red value is 68;
  • green value is 126;
  • blue value is 42.
RGB:
(68,126,42)
(27%,49%,16%)

RGB channels and saturation

R 68 of 255 = 27%
G 126 of 255 = 49%
B 42 of 255 = 16%

68
126
42

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

Portions of RGB colors in percentages

R + G + B =
68 + 126 + 42 = 236 (100%)
R 68 of 236 ~ 28.81%
G 126 of 236 ~ 53.39%
B 42 of 236 ~ 17.8%

%28.81
%53.39
%17.8

CMYK color model

#447E2A color CMYK value is (46,0,67,51).

  • cyan value is 46.03%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(46,0,67,51)
C46M0Y67K51 
(46%,0%,67%,51%)
(0.46/0.00/0.67/0.51)	

CMYK percentages

%46.03
%0
%66.67
%50.59

Codes

Color #447E2A in popluar color models

447E2A
RGB6812642
HSL101°50.00%32.94%
HSB/HSV101°66.67%49.41%
CMYK46.03%0.00%66.67%
50.59%

Color #447E2A in popluar number systems.

HEX447E2A
Decimal6812642
Binary10001001111110101010
Octal10417652

Shades and tints

Shades of #447E2A

#447E2A
(68,126,42)
#3E7327
(62,115,39)
#386824
(56,104,36)
#325D21
(50,93,33)
#2C521E
(44,82,30)
#26471B
(38,71,27)
#203C18
(32,60,24)
#1A3115
(26,49,21)
#142612
(20,38,18)
#0E1B0F
(14,27,15)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #447E2A

#447E2A
(68,126,42)
#55893D
(85,137,61)
#669450
(102,148,80)
#779F63
(119,159,99)
#88AA76
(136,170,118)
#99B589
(153,181,137)
#AAC09C
(170,192,156)
#BBCBAF
(187,203,175)
#CCD6C2
(204,214,194)
#DDE1D5
(221,225,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447E2A color. Also use rgb(68,126,42) instead hex code.

Text Font Color

.myTextColor { color: #447E2A; }

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

This text font color is #447E2A.


Background Color

.myBgColor { background-color: #447E2A; }

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

This div background color is #447E2A.


Border color

.myBorderColor { border: 1px solid #447E2A; }

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

This div border color is #447E2A.


Opacity

.myOpacity80 { color: #447E2A; opacity: 0.8; }

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

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

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

This text has shadow with #447E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447E2A on black background.


Color preview on white background

This text has color #447E2A on white background.



Black color preview on #447E2A background

This text has black color on #447E2A background.


White color preview on #447E2A background

This text has white color on #447E2A background.