COLOR #466A17

HEX: #466A17
RGB: (70,106,23)

Color info

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

RGB color model

#466A17 color RGB value is (70,106,23).

  • red value is 70;
  • green value is 106;
  • blue value is 23.
RGB:
(70,106,23)
(27%,42%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 106 of 255 = 42%
B 23 of 255 = 9%

70
106
23

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

Portions of RGB colors in percentages

R + G + B =
70 + 106 + 23 = 199 (100%)
R 70 of 199 ~ 35.18%
G 106 of 199 ~ 53.27%
B 23 of 199 ~ 11.56%

%35.18
%53.27
%11.56

CMYK color model

#466A17 color CMYK value is (34,0,78,58).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 78.30%
  • key color value is 58.43%
CMYK:
(34,0,78,58)
C34M0Y78K58 
(34%,0%,78%,58%)
(0.34/0.00/0.78/0.58)	

CMYK percentages

%33.96
%0
%78.3
%58.43

Codes

Color #466A17 in popluar color models

466A17
RGB7010623
HSL86°64.34%25.29%
HSB/HSV86°78.30%41.57%
CMYK33.96%0.00%78.30%
58.43%

Color #466A17 in popluar number systems.

HEX466A17
Decimal7010623
Binary1000110110101010111
Octal10615227

Shades and tints

Shades of #466A17

#466A17
(70,106,23)
#406115
(64,97,21)
#3A5813
(58,88,19)
#344F11
(52,79,17)
#2E460F
(46,70,15)
#283D0D
(40,61,13)
#22340B
(34,52,11)
#1C2B09
(28,43,9)
#162207
(22,34,7)
#101905
(16,25,5)
#0A1003
(10,16,3)
#000000
(0,0,0)

Tints of #466A17

#466A17
(70,106,23)
#56772C
(86,119,44)
#668441
(102,132,65)
#769156
(118,145,86)
#869E6B
(134,158,107)
#96AB80
(150,171,128)
#A6B895
(166,184,149)
#B6C5AA
(182,197,170)
#C6D2BF
(198,210,191)
#D6DFD4
(214,223,212)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466A17 color. Also use rgb(70,106,23) instead hex code.

Text Font Color

.myTextColor { color: #466A17; }

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

This text font color is #466A17.


Background Color

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

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

This div background color is #466A17.


Border color

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

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

This div border color is #466A17.


Opacity

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

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

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

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

This text has shadow with #466A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A17 on black background.


Color preview on white background

This text has color #466A17 on white background.



Black color preview on #466A17 background

This text has black color on #466A17 background.


White color preview on #466A17 background

This text has white color on #466A17 background.