COLOR #447F3D

HEX: #447F3D
RGB: (68,127,61)

Color info

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

RGB color model

#447F3D color RGB value is (68,127,61).

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

RGB channels and saturation

R 68 of 255 = 27%
G 127 of 255 = 50%
B 61 of 255 = 24%

68
127
61

R + G + B ~ 34%. #447F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 127 + 61 = 256 (100%)
R 68 of 256 ~ 26.56%
G 127 of 256 ~ 49.61%
B 61 of 256 ~ 23.83%

%26.56
%49.61
%23.83

CMYK color model

#447F3D color CMYK value is (46,0,52,50).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 51.97%
  • key color value is 50.20%
CMYK:
(46,0,52,50)
C46M0Y52K50 
(46%,0%,52%,50%)
(0.46/0.00/0.52/0.50)	

CMYK percentages

%46.46
%0
%51.97
%50.2

Codes

Color #447F3D in popluar color models

447F3D
RGB6812761
HSL114°35.11%36.86%
HSB/HSV114°51.97%49.80%
CMYK46.46%0.00%51.97%
50.20%

Color #447F3D in popluar number systems.

HEX447F3D
Decimal6812761
Binary10001001111111111101
Octal10417775

Shades and tints

Shades of #447F3D

#447F3D
(68,127,61)
#3E7438
(62,116,56)
#386933
(56,105,51)
#325E2E
(50,94,46)
#2C5329
(44,83,41)
#264824
(38,72,36)
#203D1F
(32,61,31)
#1A321A
(26,50,26)
#142715
(20,39,21)
#0E1C10
(14,28,16)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #447F3D

#447F3D
(68,127,61)
#558A4E
(85,138,78)
#66955F
(102,149,95)
#77A070
(119,160,112)
#88AB81
(136,171,129)
#99B692
(153,182,146)
#AAC1A3
(170,193,163)
#BBCCB4
(187,204,180)
#CCD7C5
(204,215,197)
#DDE2D6
(221,226,214)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447F3D; }

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

This text font color is #447F3D.


Background Color

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

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

This div background color is #447F3D.


Border color

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

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

This div border color is #447F3D.


Opacity

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

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

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

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

This text has shadow with #447F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447F3D on black background.


Color preview on white background

This text has color #447F3D on white background.



Black color preview on #447F3D background

This text has black color on #447F3D background.


White color preview on #447F3D background

This text has white color on #447F3D background.