COLOR #446A2F

HEX: #446A2F
RGB: (68,106,47)

Color info

#446A2F contains red, green and blue colors in about the same proportion. Web safe color of #446A2F is #336633 (or #363).

RGB color model

#446A2F color RGB value is (68,106,47).

  • red value is 68;
  • green value is 106;
  • blue value is 47.
RGB:
(68,106,47)
(27%,42%,18%)

RGB channels and saturation

R 68 of 255 = 27%
G 106 of 255 = 42%
B 47 of 255 = 18%

68
106
47

R + G + B ~ 29%. #446A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 106 + 47 = 221 (100%)
R 68 of 221 ~ 30.77%
G 106 of 221 ~ 47.96%
B 47 of 221 ~ 21.27%

%30.77
%47.96
%21.27

CMYK color model

#446A2F color CMYK value is (36,0,56,58).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 58.43%
CMYK:
(36,0,56,58)
C36M0Y56K58 
(36%,0%,56%,58%)
(0.36/0.00/0.56/0.58)	

CMYK percentages

%35.85
%0
%55.66
%58.43

Codes

Color #446A2F in popluar color models

446A2F
RGB6810647
HSL99°38.56%30.00%
HSB/HSV99°55.66%41.57%
CMYK35.85%0.00%55.66%
58.43%

Color #446A2F in popluar number systems.

HEX446A2F
Decimal6810647
Binary10001001101010101111
Octal10415257

Shades and tints

Shades of #446A2F

#446A2F
(68,106,47)
#3E612B
(62,97,43)
#385827
(56,88,39)
#324F23
(50,79,35)
#2C461F
(44,70,31)
#263D1B
(38,61,27)
#203417
(32,52,23)
#1A2B13
(26,43,19)
#14220F
(20,34,15)
#0E190B
(14,25,11)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #446A2F

#446A2F
(68,106,47)
#557741
(85,119,65)
#668453
(102,132,83)
#779165
(119,145,101)
#889E77
(136,158,119)
#99AB89
(153,171,137)
#AAB89B
(170,184,155)
#BBC5AD
(187,197,173)
#CCD2BF
(204,210,191)
#DDDFD1
(221,223,209)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446A2F color. Also use rgb(68,106,47) instead hex code.

Text Font Color

.myTextColor { color: #446A2F; }

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

This text font color is #446A2F.


Background Color

.myBgColor { background-color: #446A2F; }

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

This div background color is #446A2F.


Border color

.myBorderColor { border: 1px solid #446A2F; }

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

This div border color is #446A2F.


Opacity

.myOpacity80 { color: #446A2F; opacity: 0.8; }

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

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

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

This text has shadow with #446A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446A2F on black background.


Color preview on white background

This text has color #446A2F on white background.



Black color preview on #446A2F background

This text has black color on #446A2F background.


White color preview on #446A2F background

This text has white color on #446A2F background.