COLOR #447D29

HEX: #447D29
RGB: (68,125,41)

Color info

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

RGB color model

#447D29 color RGB value is (68,125,41).

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

RGB channels and saturation

R 68 of 255 = 27%
G 125 of 255 = 49%
B 41 of 255 = 16%

68
125
41

R + G + B ~ 31%. #447D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 125 + 41 = 234 (100%)
R 68 of 234 ~ 29.06%
G 125 of 234 ~ 53.42%
B 41 of 234 ~ 17.52%

%29.06
%53.42
%17.52

CMYK color model

#447D29 color CMYK value is (46,0,67,51).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 67.20%
  • key color value is 50.98%
CMYK:
(46,0,67,51)
C46M0Y67K51 
(46%,0%,67%,51%)
(0.46/0.00/0.67/0.51)	

CMYK percentages

%45.6
%0
%67.2
%50.98

Codes

Color #447D29 in popluar color models

447D29
RGB6812541
HSL101°50.60%32.55%
HSB/HSV101°67.20%49.02%
CMYK45.60%0.00%67.20%
50.98%

Color #447D29 in popluar number systems.

HEX447D29
Decimal6812541
Binary10001001111101101001
Octal10417551

Shades and tints

Shades of #447D29

#447D29
(68,125,41)
#3E7226
(62,114,38)
#386723
(56,103,35)
#325C20
(50,92,32)
#2C511D
(44,81,29)
#26461A
(38,70,26)
#203B17
(32,59,23)
#1A3014
(26,48,20)
#142511
(20,37,17)
#0E1A0E
(14,26,14)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #447D29

#447D29
(68,125,41)
#55883C
(85,136,60)
#66934F
(102,147,79)
#779E62
(119,158,98)
#88A975
(136,169,117)
#99B488
(153,180,136)
#AABF9B
(170,191,155)
#BBCAAE
(187,202,174)
#CCD5C1
(204,213,193)
#DDE0D4
(221,224,212)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447D29; }

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

This text font color is #447D29.


Background Color

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

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

This div background color is #447D29.


Border color

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

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

This div border color is #447D29.


Opacity

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

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

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

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

This text has shadow with #447D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447D29 on black background.


Color preview on white background

This text has color #447D29 on white background.



Black color preview on #447D29 background

This text has black color on #447D29 background.


White color preview on #447D29 background

This text has white color on #447D29 background.