COLOR #446729

HEX: #446729
RGB: (68,103,41)

Color info

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

RGB color model

#446729 color RGB value is (68,103,41).

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

RGB channels and saturation

R 68 of 255 = 27%
G 103 of 255 = 40%
B 41 of 255 = 16%

68
103
41

R + G + B ~ 28%. #446729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 103 + 41 = 212 (100%)
R 68 of 212 ~ 32.08%
G 103 of 212 ~ 48.58%
B 41 of 212 ~ 19.34%

%32.08
%48.58
%19.34

CMYK color model

#446729 color CMYK value is (34,0,60,60).

  • cyan value is 33.98%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(34,0,60,60)
C34M0Y60K60 
(34%,0%,60%,60%)
(0.34/0.00/0.60/0.60)	

CMYK percentages

%33.98
%0
%60.19
%59.61

Codes

Color #446729 in popluar color models

446729
RGB6810341
HSL94°43.06%28.24%
HSB/HSV94°60.19%40.39%
CMYK33.98%0.00%60.19%
59.61%

Color #446729 in popluar number systems.

HEX446729
Decimal6810341
Binary10001001100111101001
Octal10414751

Shades and tints

Shades of #446729

#446729
(68,103,41)
#3E5E26
(62,94,38)
#385523
(56,85,35)
#324C20
(50,76,32)
#2C431D
(44,67,29)
#263A1A
(38,58,26)
#203117
(32,49,23)
#1A2814
(26,40,20)
#141F11
(20,31,17)
#0E160E
(14,22,14)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #446729

#446729
(68,103,41)
#55743C
(85,116,60)
#66814F
(102,129,79)
#778E62
(119,142,98)
#889B75
(136,155,117)
#99A888
(153,168,136)
#AAB59B
(170,181,155)
#BBC2AE
(187,194,174)
#CCCFC1
(204,207,193)
#DDDCD4
(221,220,212)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446729; }

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

This text font color is #446729.


Background Color

.myBgColor { background-color: #446729; }

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

This div background color is #446729.


Border color

.myBorderColor { border: 1px solid #446729; }

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

This div border color is #446729.


Opacity

.myOpacity80 { color: #446729; opacity: 0.8; }

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

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

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

This text has shadow with #446729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446729 on black background.


Color preview on white background

This text has color #446729 on white background.



Black color preview on #446729 background

This text has black color on #446729 background.


White color preview on #446729 background

This text has white color on #446729 background.