COLOR #447D40

HEX: #447D40
RGB: (68,125,64)

Color info

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

RGB color model

#447D40 color RGB value is (68,125,64).

  • red value is 68;
  • green value is 125;
  • blue value is 64.
RGB:
(68,125,64)
(27%,49%,25%)

RGB channels and saturation

R 68 of 255 = 27%
G 125 of 255 = 49%
B 64 of 255 = 25%

68
125
64

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

Portions of RGB colors in percentages

R + G + B =
68 + 125 + 64 = 257 (100%)
R 68 of 257 ~ 26.46%
G 125 of 257 ~ 48.64%
B 64 of 257 ~ 24.9%

%26.46
%48.64
%24.9

CMYK color model

#447D40 color CMYK value is (46,0,49,51).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 50.98%
CMYK:
(46,0,49,51)
C46M0Y49K51 
(46%,0%,49%,51%)
(0.46/0.00/0.49/0.51)	

CMYK percentages

%45.6
%0
%48.8
%50.98

Codes

Color #447D40 in popluar color models

447D40
RGB6812564
HSL116°32.28%37.06%
HSB/HSV116°48.80%49.02%
CMYK45.60%0.00%48.80%
50.98%

Color #447D40 in popluar number systems.

HEX447D40
Decimal6812564
Binary100010011111011000000
Octal104175100

Shades and tints

Shades of #447D40

#447D40
(68,125,64)
#3E723B
(62,114,59)
#386736
(56,103,54)
#325C31
(50,92,49)
#2C512C
(44,81,44)
#264627
(38,70,39)
#203B22
(32,59,34)
#1A301D
(26,48,29)
#142518
(20,37,24)
#0E1A13
(14,26,19)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #447D40

#447D40
(68,125,64)
#558851
(85,136,81)
#669362
(102,147,98)
#779E73
(119,158,115)
#88A984
(136,169,132)
#99B495
(153,180,149)
#AABFA6
(170,191,166)
#BBCAB7
(187,202,183)
#CCD5C8
(204,213,200)
#DDE0D9
(221,224,217)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447D40 color. Also use rgb(68,125,64) instead hex code.

Text Font Color

.myTextColor { color: #447D40; }

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

This text font color is #447D40.


Background Color

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

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

This div background color is #447D40.


Border color

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

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

This div border color is #447D40.


Opacity

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

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

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

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

This text has shadow with #447D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447D40 on black background.


Color preview on white background

This text has color #447D40 on white background.



Black color preview on #447D40 background

This text has black color on #447D40 background.


White color preview on #447D40 background

This text has white color on #447D40 background.