COLOR #446822

HEX: #446822
RGB: (68,104,34)

Color info

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

RGB color model

#446822 color RGB value is (68,104,34).

  • red value is 68;
  • green value is 104;
  • blue value is 34.
RGB:
(68,104,34)
(27%,41%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 34 of 255 = 13%

68
104
34

R + G + B ~ 27%. #446822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 34 = 206 (100%)
R 68 of 206 ~ 33.01%
G 104 of 206 ~ 50.49%
B 34 of 206 ~ 16.5%

%33.01
%50.49
%16.5

CMYK color model

#446822 color CMYK value is (35,0,67,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 67.31%
  • key color value is 59.22%
CMYK:
(35,0,67,59)
C35M0Y67K59 
(35%,0%,67%,59%)
(0.35/0.00/0.67/0.59)	

CMYK percentages

%34.62
%0
%67.31
%59.22

Codes

Color #446822 in popluar color models

446822
RGB6810434
HSL91°50.72%27.06%
HSB/HSV91°67.31%40.78%
CMYK34.62%0.00%67.31%
59.22%

Color #446822 in popluar number systems.

HEX446822
Decimal6810434
Binary10001001101000100010
Octal10415042

Shades and tints

Shades of #446822

#446822
(68,104,34)
#3E5F1F
(62,95,31)
#38561C
(56,86,28)
#324D19
(50,77,25)
#2C4416
(44,68,22)
#263B13
(38,59,19)
#203210
(32,50,16)
#1A290D
(26,41,13)
#14200A
(20,32,10)
#0E1707
(14,23,7)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #446822

#446822
(68,104,34)
#557536
(85,117,54)
#66824A
(102,130,74)
#778F5E
(119,143,94)
#889C72
(136,156,114)
#99A986
(153,169,134)
#AAB69A
(170,182,154)
#BBC3AE
(187,195,174)
#CCD0C2
(204,208,194)
#DDDDD6
(221,221,214)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446822 color. Also use rgb(68,104,34) instead hex code.

Text Font Color

.myTextColor { color: #446822; }

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

This text font color is #446822.


Background Color

.myBgColor { background-color: #446822; }

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

This div background color is #446822.


Border color

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

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

This div border color is #446822.


Opacity

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

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

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

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

This text has shadow with #446822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446822 on black background.


Color preview on white background

This text has color #446822 on white background.



Black color preview on #446822 background

This text has black color on #446822 background.


White color preview on #446822 background

This text has white color on #446822 background.