COLOR #446211

HEX: #446211
RGB: (68,98,17)

Color info

#446211 contains mainly red and green colors. Web safe color of #446211 is #336600 (or #360).

RGB color model

#446211 color RGB value is (68,98,17).

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

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 17 of 255 = 7%

68
98
17

R + G + B ~ 24%. #446211 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 17 = 183 (100%)
R 68 of 183 ~ 37.16%
G 98 of 183 ~ 53.55%
B 17 of 183 ~ 9.29%

%37.16
%53.55

CMYK color model

#446211 color CMYK value is (31,0,83,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 82.65%
  • key color value is 61.57%
CMYK:
(31,0,83,62)
C31M0Y83K62 
(31%,0%,83%,62%)
(0.31/0.00/0.83/0.62)	

CMYK percentages

%30.61
%0
%82.65
%61.57

Codes

Color #446211 in popluar color models

446211
RGB689817
HSL82°70.43%22.55%
HSB/HSV82°82.65%38.43%
CMYK30.61%0.00%82.65%
61.57%

Color #446211 in popluar number systems.

HEX446211
Decimal689817
Binary1000100110001010001
Octal10414221

Shades and tints

Shades of #446211

#446211
(68,98,17)
#3E5A10
(62,90,16)
#38520F
(56,82,15)
#324A0E
(50,74,14)
#2C420D
(44,66,13)
#263A0C
(38,58,12)
#20320B
(32,50,11)
#1A2A0A
(26,42,10)
#142209
(20,34,9)
#0E1A08
(14,26,8)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #446211

#446211
(68,98,17)
#557026
(85,112,38)
#667E3B
(102,126,59)
#778C50
(119,140,80)
#889A65
(136,154,101)
#99A87A
(153,168,122)
#AAB68F
(170,182,143)
#BBC4A4
(187,196,164)
#CCD2B9
(204,210,185)
#DDE0CE
(221,224,206)
#EEEEE3
(238,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446211; }

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

This text font color is #446211.


Background Color

.myBgColor { background-color: #446211; }

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

This div background color is #446211.


Border color

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

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

This div border color is #446211.


Opacity

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

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

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

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

This text has shadow with #446211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446211 on black background.


Color preview on white background

This text has color #446211 on white background.



Black color preview on #446211 background

This text has black color on #446211 background.


White color preview on #446211 background

This text has white color on #446211 background.