COLOR #447D3B

HEX: #447D3B
RGB: (68,125,59)

Color info

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

RGB color model

#447D3B color RGB value is (68,125,59).

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

RGB channels and saturation

R 68 of 255 = 27%
G 125 of 255 = 49%
B 59 of 255 = 23%

68
125
59

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

Portions of RGB colors in percentages

R + G + B =
68 + 125 + 59 = 252 (100%)
R 68 of 252 ~ 26.98%
G 125 of 252 ~ 49.6%
B 59 of 252 ~ 23.41%

%26.98
%49.6
%23.41

CMYK color model

#447D3B color CMYK value is (46,0,53,51).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 52.80%
  • key color value is 50.98%
CMYK:
(46,0,53,51)
C46M0Y53K51 
(46%,0%,53%,51%)
(0.46/0.00/0.53/0.51)	

CMYK percentages

%45.6
%0
%52.8
%50.98

Codes

Color #447D3B in popluar color models

447D3B
RGB6812559
HSL112°35.87%36.08%
HSB/HSV112°52.80%49.02%
CMYK45.60%0.00%52.80%
50.98%

Color #447D3B in popluar number systems.

HEX447D3B
Decimal6812559
Binary10001001111101111011
Octal10417573

Shades and tints

Shades of #447D3B

#447D3B
(68,125,59)
#3E7236
(62,114,54)
#386731
(56,103,49)
#325C2C
(50,92,44)
#2C5127
(44,81,39)
#264622
(38,70,34)
#203B1D
(32,59,29)
#1A3018
(26,48,24)
#142513
(20,37,19)
#0E1A0E
(14,26,14)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #447D3B

#447D3B
(68,125,59)
#55884C
(85,136,76)
#66935D
(102,147,93)
#779E6E
(119,158,110)
#88A97F
(136,169,127)
#99B490
(153,180,144)
#AABFA1
(170,191,161)
#BBCAB2
(187,202,178)
#CCD5C3
(204,213,195)
#DDE0D4
(221,224,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447D3B; }

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

This text font color is #447D3B.


Background Color

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

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

This div background color is #447D3B.


Border color

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

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

This div border color is #447D3B.


Opacity

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

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

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

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

This text has shadow with #447D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447D3B on black background.


Color preview on white background

This text has color #447D3B on white background.



Black color preview on #447D3B background

This text has black color on #447D3B background.


White color preview on #447D3B background

This text has white color on #447D3B background.