COLOR #466909

HEX: #466909
RGB: (70,105,9)

Color info

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

RGB color model

#466909 color RGB value is (70,105,9).

  • red value is 70;
  • green value is 105;
  • blue value is 9.
RGB:
(70,105,9)
(27%,41%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 9 of 255 = 4%

70
105
9

R + G + B ~ 24%. #466909 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 9 = 184 (100%)
R 70 of 184 ~ 38.04%
G 105 of 184 ~ 57.07%
B 9 of 184 ~ 4.89%

%38.04
%57.07

CMYK color model

#466909 color CMYK value is (33,0,91,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 58.82%
CMYK:
(33,0,91,59)
C33M0Y91K59 
(33%,0%,91%,59%)
(0.33/0.00/0.91/0.59)	

CMYK percentages

%33.33
%0
%91.43
%58.82

Codes

Color #466909 in popluar color models

466909
RGB701059
HSL82°84.21%22.35%
HSB/HSV82°91.43%41.18%
CMYK33.33%0.00%91.43%
58.82%

Color #466909 in popluar number systems.

HEX466909
Decimal701059
Binary100011011010011001
Octal10615111

Shades and tints

Shades of #466909

#466909
(70,105,9)
#406009
(64,96,9)
#3A5709
(58,87,9)
#344E09
(52,78,9)
#2E4509
(46,69,9)
#283C09
(40,60,9)
#223309
(34,51,9)
#1C2A09
(28,42,9)
#162109
(22,33,9)
#101809
(16,24,9)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #466909

#466909
(70,105,9)
#56761F
(86,118,31)
#668335
(102,131,53)
#76904B
(118,144,75)
#869D61
(134,157,97)
#96AA77
(150,170,119)
#A6B78D
(166,183,141)
#B6C4A3
(182,196,163)
#C6D1B9
(198,209,185)
#D6DECF
(214,222,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466909 color. Also use rgb(70,105,9) instead hex code.

Text Font Color

.myTextColor { color: #466909; }

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

This text font color is #466909.


Background Color

.myBgColor { background-color: #466909; }

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

This div background color is #466909.


Border color

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

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

This div border color is #466909.


Opacity

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

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

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

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

This text has shadow with #466909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466909 on black background.


Color preview on white background

This text has color #466909 on white background.



Black color preview on #466909 background

This text has black color on #466909 background.


White color preview on #466909 background

This text has white color on #466909 background.