COLOR #447F49

HEX: #447F49
RGB: (68,127,73)

Color info

#447F49 contains red, green and blue colors in about the same proportion. Web safe color of #447F49 is #336633 (or #363).

RGB color model

#447F49 color RGB value is (68,127,73).

  • red value is 68;
  • green value is 127;
  • blue value is 73.
RGB:
(68,127,73)
(27%,50%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 127 of 255 = 50%
B 73 of 255 = 29%

68
127
73

R + G + B ~ 35%. #447F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 127 + 73 = 268 (100%)
R 68 of 268 ~ 25.37%
G 127 of 268 ~ 47.39%
B 73 of 268 ~ 27.24%

%25.37
%47.39
%27.24

CMYK color model

#447F49 color CMYK value is (46,0,43,50).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 42.52%
  • key color value is 50.20%
CMYK:
(46,0,43,50)
C46M0Y43K50 
(46%,0%,43%,50%)
(0.46/0.00/0.43/0.50)	

CMYK percentages

%46.46
%0
%42.52
%50.2

Codes

Color #447F49 in popluar color models

447F49
RGB6812773
HSL125°30.26%38.24%
HSB/HSV125°46.46%49.80%
CMYK46.46%0.00%42.52%
50.20%

Color #447F49 in popluar number systems.

HEX447F49
Decimal6812773
Binary100010011111111001001
Octal104177111

Shades and tints

Shades of #447F49

#447F49
(68,127,73)
#3E7443
(62,116,67)
#38693D
(56,105,61)
#325E37
(50,94,55)
#2C5331
(44,83,49)
#26482B
(38,72,43)
#203D25
(32,61,37)
#1A321F
(26,50,31)
#142719
(20,39,25)
#0E1C13
(14,28,19)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #447F49

#447F49
(68,127,73)
#558A59
(85,138,89)
#669569
(102,149,105)
#77A079
(119,160,121)
#88AB89
(136,171,137)
#99B699
(153,182,153)
#AAC1A9
(170,193,169)
#BBCCB9
(187,204,185)
#CCD7C9
(204,215,201)
#DDE2D9
(221,226,217)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447F49 color. Also use rgb(68,127,73) instead hex code.

Text Font Color

.myTextColor { color: #447F49; }

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

This text font color is #447F49.


Background Color

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

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

This div background color is #447F49.


Border color

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

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

This div border color is #447F49.


Opacity

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

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

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

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

This text has shadow with #447F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447F49 on black background.


Color preview on white background

This text has color #447F49 on white background.



Black color preview on #447F49 background

This text has black color on #447F49 background.


White color preview on #447F49 background

This text has white color on #447F49 background.