COLOR #466709

HEX: #466709
RGB: (70,103,9)

Color info

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

RGB color model

#466709 color RGB value is (70,103,9).

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

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 9 of 255 = 4%

70
103
9

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

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 9 = 182 (100%)
R 70 of 182 ~ 38.46%
G 103 of 182 ~ 56.59%
B 9 of 182 ~ 4.95%

%38.46
%56.59

CMYK color model

#466709 color CMYK value is (32,0,91,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 91.26%
  • key color value is 59.61%
CMYK:
(32,0,91,60)
C32M0Y91K60 
(32%,0%,91%,60%)
(0.32/0.00/0.91/0.60)	

CMYK percentages

%32.04
%0
%91.26
%59.61

Codes

Color #466709 in popluar color models

466709
RGB701039
HSL81°83.93%21.96%
HSB/HSV81°91.26%40.39%
CMYK32.04%0.00%91.26%
59.61%

Color #466709 in popluar number systems.

HEX466709
Decimal701039
Binary100011011001111001
Octal10614711

Shades and tints

Shades of #466709

#466709
(70,103,9)
#405E09
(64,94,9)
#3A5509
(58,85,9)
#344C09
(52,76,9)
#2E4309
(46,67,9)
#283A09
(40,58,9)
#223109
(34,49,9)
#1C2809
(28,40,9)
#161F09
(22,31,9)
#101609
(16,22,9)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #466709

#466709
(70,103,9)
#56741F
(86,116,31)
#668135
(102,129,53)
#768E4B
(118,142,75)
#869B61
(134,155,97)
#96A877
(150,168,119)
#A6B58D
(166,181,141)
#B6C2A3
(182,194,163)
#C6CFB9
(198,207,185)
#D6DCCF
(214,220,207)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466709; }

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

This text font color is #466709.


Background Color

.myBgColor { background-color: #466709; }

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

This div background color is #466709.


Border color

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

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

This div border color is #466709.


Opacity

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

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

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

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

This text has shadow with #466709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466709 on black background.


Color preview on white background

This text has color #466709 on white background.



Black color preview on #466709 background

This text has black color on #466709 background.


White color preview on #466709 background

This text has white color on #466709 background.