COLOR #447F3B

HEX: #447F3B RGB: (68,127,59)

Color info

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

RGB color model

#447F3B color RGB value is (68,127,59).

RGB: (68,127,59) (27%, 50%, 23%)

RGB channels and saturation

R 68 of 255 = 27%
G 127 of 255 = 50%
B 59 of 255 = 23%

68
127
59

R + G + B ~ 33%. #447F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 127 + 59 = 254 (100%)
R 68 of 254 ~ 26.77%
G 127 of 254 ~ 50%
B 59 of 254 ~ 23.23'%

%26.77
%50
%23.23

CMYK color model

#447F3B color CMYK value is (46,0,54,50).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 50.20%

CMYK: (46,0,54,50)
C46M0Y54K50 (46%, 0%, 54%, 50%)
(0.46 / 0.00 / 0.54 / 0.50)

CMYK percentages

%46.46
%0
%53.54
%50.2

Codes

Color #447F3B in popluar color models

44 7F 3B
RGB 68 127 59
HSL 112° 36.56% 36.47%
HSB/HSV 112° 53.54% 49.80%
CMYK 46.46% 0.00% 53.54%
50.20%

Color #447F3B in popluar number systems.

HEX 44 7F 3B
Decimal 68 127 59
Binary 1000100 1111111 111011
Octal 104 177 73

Shades and tints

Shades of #447F3B

#447F3B
(68,127,59)
#3E7436
(62,116,54)
#386931
(56,105,49)
#325E2C
(50,94,44)
#2C5327
(44,83,39)
#264822
(38,72,34)
#203D1D
(32,61,29)
#1A3218
(26,50,24)
#142713
(20,39,19)
#0E1C0E
(14,28,14)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #447F3B

#447F3B
(68,127,59)
#558A4C
(85,138,76)
#66955D
(102,149,93)
#77A06E
(119,160,110)
#88AB7F
(136,171,127)
#99B690
(153,182,144)
#AAC1A1
(170,193,161)
#BBCCB2
(187,204,178)
#CCD7C3
(204,215,195)
#DDE2D4
(221,226,212)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447F3B; }

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

This text font color is #447F3B.

Background Color

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

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

This div background color is #447F3B.

Border color

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

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

This div border color is #447F3B.

Opacity

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

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

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

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

This text has shadow with #447F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #447F3B.

Preview

Color preview on black background

This text has color #447F3B on black background.


Color preview on white background

This text has color #447F3B on white background.


Black color preview on #447F3B background

This text has black color on #447F3B background.


White color preview on #447F3B background

This text has white color on #447F3B background.


Related colors

Complementary color

Complementary color for #hex is #BB80C4.


I love getcolorcode.com

Triadic colors

1 #3B447F and #7F3B44 with #447F3B are triadic colors.

2 #3B7F44 and #7F443B with #447F3B are triadic colors.