COLOR #466D20

HEX: #466D20
RGB: (70,109,32)

Color info

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

RGB color model

#466D20 color RGB value is (70,109,32).

  • red value is 70;
  • green value is 109;
  • blue value is 32.
RGB:
(70,109,32)
(27%,43%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 109 of 255 = 43%
B 32 of 255 = 13%

70
109
32

R + G + B ~ 28%. #466D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 109 + 32 = 211 (100%)
R 70 of 211 ~ 33.18%
G 109 of 211 ~ 51.66%
B 32 of 211 ~ 15.17%

%33.18
%51.66
%15.17

CMYK color model

#466D20 color CMYK value is (36,0,71,57).

  • cyan value is 35.78%
  • magenta value is 0.00%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(36,0,71,57)
C36M0Y71K57 
(36%,0%,71%,57%)
(0.36/0.00/0.71/0.57)	

CMYK percentages

%35.78
%0
%70.64
%57.25

Codes

Color #466D20 in popluar color models

466D20
RGB7010932
HSL90°54.61%27.65%
HSB/HSV90°70.64%42.75%
CMYK35.78%0.00%70.64%
57.25%

Color #466D20 in popluar number systems.

HEX466D20
Decimal7010932
Binary10001101101101100000
Octal10615540

Shades and tints

Shades of #466D20

#466D20
(70,109,32)
#40641E
(64,100,30)
#3A5B1C
(58,91,28)
#34521A
(52,82,26)
#2E4918
(46,73,24)
#284016
(40,64,22)
#223714
(34,55,20)
#1C2E12
(28,46,18)
#162510
(22,37,16)
#101C0E
(16,28,14)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #466D20

#466D20
(70,109,32)
#567A34
(86,122,52)
#668748
(102,135,72)
#76945C
(118,148,92)
#86A170
(134,161,112)
#96AE84
(150,174,132)
#A6BB98
(166,187,152)
#B6C8AC
(182,200,172)
#C6D5C0
(198,213,192)
#D6E2D4
(214,226,212)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466D20 color. Also use rgb(70,109,32) instead hex code.

Text Font Color

.myTextColor { color: #466D20; }

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

This text font color is #466D20.


Background Color

.myBgColor { background-color: #466D20; }

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

This div background color is #466D20.


Border color

.myBorderColor { border: 1px solid #466D20; }

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

This div border color is #466D20.


Opacity

.myOpacity80 { color: #466D20; opacity: 0.8; }

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

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

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

This text has shadow with #466D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466D20 on black background.


Color preview on white background

This text has color #466D20 on white background.



Black color preview on #466D20 background

This text has black color on #466D20 background.


White color preview on #466D20 background

This text has white color on #466D20 background.