COLOR #446021

HEX: #446021
RGB: (68,96,33)

Color info

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

RGB color model

#446021 color RGB value is (68,96,33).

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

RGB channels and saturation

R 68 of 255 = 27%
G 96 of 255 = 38%
B 33 of 255 = 13%

68
96
33

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

Portions of RGB colors in percentages

R + G + B =
68 + 96 + 33 = 197 (100%)
R 68 of 197 ~ 34.52%
G 96 of 197 ~ 48.73%
B 33 of 197 ~ 16.75%

%34.52
%48.73
%16.75

CMYK color model

#446021 color CMYK value is (29,0,66,62).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 62.35%
CMYK:
(29,0,66,62)
C29M0Y66K62 
(29%,0%,66%,62%)
(0.29/0.00/0.66/0.62)	

CMYK percentages

%29.17
%0
%65.63
%62.35

Codes

Color #446021 in popluar color models

446021
RGB689633
HSL87°48.84%25.29%
HSB/HSV87°65.63%37.65%
CMYK29.17%0.00%65.63%
62.35%

Color #446021 in popluar number systems.

HEX446021
Decimal689633
Binary10001001100000100001
Octal10414041

Shades and tints

Shades of #446021

#446021
(68,96,33)
#3E581E
(62,88,30)
#38501B
(56,80,27)
#324818
(50,72,24)
#2C4015
(44,64,21)
#263812
(38,56,18)
#20300F
(32,48,15)
#1A280C
(26,40,12)
#142009
(20,32,9)
#0E1806
(14,24,6)
#081003
(8,16,3)
#000000
(0,0,0)

Tints of #446021

#446021
(68,96,33)
#556E35
(85,110,53)
#667C49
(102,124,73)
#778A5D
(119,138,93)
#889871
(136,152,113)
#99A685
(153,166,133)
#AAB499
(170,180,153)
#BBC2AD
(187,194,173)
#CCD0C1
(204,208,193)
#DDDED5
(221,222,213)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446021 color. Also use rgb(68,96,33) instead hex code.

Text Font Color

.myTextColor { color: #446021; }

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

This text font color is #446021.


Background Color

.myBgColor { background-color: #446021; }

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

This div background color is #446021.


Border color

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

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

This div border color is #446021.


Opacity

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

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

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

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

This text has shadow with #446021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446021 on black background.


Color preview on white background

This text has color #446021 on white background.



Black color preview on #446021 background

This text has black color on #446021 background.


White color preview on #446021 background

This text has white color on #446021 background.