COLOR #466C22

HEX: #466C22
RGB: (70,108,34)

Color info

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

RGB color model

#466C22 color RGB value is (70,108,34).

  • red value is 70;
  • green value is 108;
  • blue value is 34.
RGB:
(70,108,34)
(27%,42%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 34 of 255 = 13%

70
108
34

R + G + B ~ 27%. #466C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 34 = 212 (100%)
R 70 of 212 ~ 33.02%
G 108 of 212 ~ 50.94%
B 34 of 212 ~ 16.04%

%33.02
%50.94
%16.04

CMYK color model

#466C22 color CMYK value is (35,0,69,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 68.52%
  • key color value is 57.65%
CMYK:
(35,0,69,58)
C35M0Y69K58 
(35%,0%,69%,58%)
(0.35/0.00/0.69/0.58)	

CMYK percentages

%35.19
%0
%68.52
%57.65

Codes

Color #466C22 in popluar color models

466C22
RGB7010834
HSL91°52.11%27.84%
HSB/HSV91°68.52%42.35%
CMYK35.19%0.00%68.52%
57.65%

Color #466C22 in popluar number systems.

HEX466C22
Decimal7010834
Binary10001101101100100010
Octal10615442

Shades and tints

Shades of #466C22

#466C22
(70,108,34)
#40631F
(64,99,31)
#3A5A1C
(58,90,28)
#345119
(52,81,25)
#2E4816
(46,72,22)
#283F13
(40,63,19)
#223610
(34,54,16)
#1C2D0D
(28,45,13)
#16240A
(22,36,10)
#101B07
(16,27,7)
#0A1204
(10,18,4)
#000000
(0,0,0)

Tints of #466C22

#466C22
(70,108,34)
#567936
(86,121,54)
#66864A
(102,134,74)
#76935E
(118,147,94)
#86A072
(134,160,114)
#96AD86
(150,173,134)
#A6BA9A
(166,186,154)
#B6C7AE
(182,199,174)
#C6D4C2
(198,212,194)
#D6E1D6
(214,225,214)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466C22 color. Also use rgb(70,108,34) instead hex code.

Text Font Color

.myTextColor { color: #466C22; }

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

This text font color is #466C22.


Background Color

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

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

This div background color is #466C22.


Border color

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

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

This div border color is #466C22.


Opacity

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

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

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

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

This text has shadow with #466C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C22 on black background.


Color preview on white background

This text has color #466C22 on white background.



Black color preview on #466C22 background

This text has black color on #466C22 background.


White color preview on #466C22 background

This text has white color on #466C22 background.