COLOR #446A20

HEX: #446A20
RGB: (68,106,32)

Color info

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

RGB color model

#446A20 color RGB value is (68,106,32).

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

RGB channels and saturation

R 68 of 255 = 27%
G 106 of 255 = 42%
B 32 of 255 = 13%

68
106
32

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

Portions of RGB colors in percentages

R + G + B =
68 + 106 + 32 = 206 (100%)
R 68 of 206 ~ 33.01%
G 106 of 206 ~ 51.46%
B 32 of 206 ~ 15.53%

%33.01
%51.46
%15.53

CMYK color model

#446A20 color CMYK value is (36,0,70,58).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 69.81%
  • key color value is 58.43%
CMYK: (36,0,70,58) C36M0Y70K58 (36%,0%,70%,58%) (0.36/0.00/0.70/0.58)

CMYK percentages

%35.85
%0
%69.81
%58.43

Codes

Color #446A20 in popluar color models

446A20
RGB6810632
HSL91°53.62%27.06%
HSB/HSV91°69.81%41.57%
CMYK35.85%0.00%69.81%
58.43%

Color #446A20 in popluar number systems.

HEX446A20
Decimal6810632
Binary10001001101010100000
Octal10415240

Shades and tints

Shades of #446A20

#446A20
(68,106,32)
#3E611E
(62,97,30)
#38581C
(56,88,28)
#324F1A
(50,79,26)
#2C4618
(44,70,24)
#263D16
(38,61,22)
#203414
(32,52,20)
#1A2B12
(26,43,18)
#142210
(20,34,16)
#0E190E
(14,25,14)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #446A20

#446A20
(68,106,32)
#557734
(85,119,52)
#668448
(102,132,72)
#77915C
(119,145,92)
#889E70
(136,158,112)
#99AB84
(153,171,132)
#AAB898
(170,184,152)
#BBC5AC
(187,197,172)
#CCD2C0
(204,210,192)
#DDDFD4
(221,223,212)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446A20; }

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

This text font color is #446A20.


Background Color

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

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

This div background color is #446A20.


Border color

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

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

This div border color is #446A20.


Opacity

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

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

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

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

This text has shadow with #446A20 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #446A20 on black background.


Color preview on white background

This text has color #446A20 on white background.



Black color preview on #446A20 background

This text has black color on #446A20 background.


White color preview on #446A20 background

This text has white color on #446A20 background.