COLOR #446220

HEX: #446220
RGB: (68,98,32)

Color info

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

RGB color model

#446220 color RGB value is (68,98,32).

  • red value is 68;
  • green value is 98;
  • blue value is 32.
RGB:
(68,98,32)
(27%,38%,13%)

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 32 of 255 = 13%

68
98
32

R + G + B ~ 26%. #446220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 32 = 198 (100%)
R 68 of 198 ~ 34.34%
G 98 of 198 ~ 49.49%
B 32 of 198 ~ 16.16%

%34.34
%49.49
%16.16

CMYK color model

#446220 color CMYK value is (31,0,67,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 67.35%
  • key color value is 61.57%
CMYK:
(31,0,67,62)
C31M0Y67K62 
(31%,0%,67%,62%)
(0.31/0.00/0.67/0.62)	

CMYK percentages

%30.61
%0
%67.35
%61.57

Codes

Color #446220 in popluar color models

446220
RGB689832
HSL87°50.77%25.49%
HSB/HSV87°67.35%38.43%
CMYK30.61%0.00%67.35%
61.57%

Color #446220 in popluar number systems.

HEX446220
Decimal689832
Binary10001001100010100000
Octal10414240

Shades and tints

Shades of #446220

#446220
(68,98,32)
#3E5A1E
(62,90,30)
#38521C
(56,82,28)
#324A1A
(50,74,26)
#2C4218
(44,66,24)
#263A16
(38,58,22)
#203214
(32,50,20)
#1A2A12
(26,42,18)
#142210
(20,34,16)
#0E1A0E
(14,26,14)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #446220

#446220
(68,98,32)
#557034
(85,112,52)
#667E48
(102,126,72)
#778C5C
(119,140,92)
#889A70
(136,154,112)
#99A884
(153,168,132)
#AAB698
(170,182,152)
#BBC4AC
(187,196,172)
#CCD2C0
(204,210,192)
#DDE0D4
(221,224,212)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446220 color. Also use rgb(68,98,32) instead hex code.

Text Font Color

.myTextColor { color: #446220; }

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

This text font color is #446220.


Background Color

.myBgColor { background-color: #446220; }

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

This div background color is #446220.


Border color

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

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

This div border color is #446220.


Opacity

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

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

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

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

This text has shadow with #446220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446220 on black background.


Color preview on white background

This text has color #446220 on white background.



Black color preview on #446220 background

This text has black color on #446220 background.


White color preview on #446220 background

This text has white color on #446220 background.