COLOR #466406

HEX: #466406
RGB: (70,100,6)

Color info

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

RGB color model

#466406 color RGB value is (70,100,6).

  • red value is 70;
  • green value is 100;
  • blue value is 6.
RGB:
(70,100,6)
(27%,39%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 6 of 255 = 2%

70
100
6

R + G + B ~ 23%. #466406 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 6 = 176 (100%)
R 70 of 176 ~ 39.77%
G 100 of 176 ~ 56.82%
B 6 of 176 ~ 3.41%

%39.77
%56.82

CMYK color model

#466406 color CMYK value is (30,0,94,61).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 94.00%
  • key color value is 60.78%
CMYK:
(30,0,94,61)
C30M0Y94K61 
(30%,0%,94%,61%)
(0.30/0.00/0.94/0.61)	

CMYK percentages

%30
%0
%94
%60.78

Codes

Color #466406 in popluar color models

466406
RGB701006
HSL79°88.68%20.78%
HSB/HSV79°94.00%39.22%
CMYK30.00%0.00%94.00%
60.78%

Color #466406 in popluar number systems.

HEX466406
Decimal701006
Binary10001101100100110
Octal1061446

Shades and tints

Shades of #466406

#466406
(70,100,6)
#405B06
(64,91,6)
#3A5206
(58,82,6)
#344906
(52,73,6)
#2E4006
(46,64,6)
#283706
(40,55,6)
#222E06
(34,46,6)
#1C2506
(28,37,6)
#161C06
(22,28,6)
#101306
(16,19,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #466406

#466406
(70,100,6)
#56721C
(86,114,28)
#668032
(102,128,50)
#768E48
(118,142,72)
#869C5E
(134,156,94)
#96AA74
(150,170,116)
#A6B88A
(166,184,138)
#B6C6A0
(182,198,160)
#C6D4B6
(198,212,182)
#D6E2CC
(214,226,204)
#E6F0E2
(230,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466406 color. Also use rgb(70,100,6) instead hex code.

Text Font Color

.myTextColor { color: #466406; }

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

This text font color is #466406.


Background Color

.myBgColor { background-color: #466406; }

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

This div background color is #466406.


Border color

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

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

This div border color is #466406.


Opacity

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

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

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

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

This text has shadow with #466406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466406 on black background.


Color preview on white background

This text has color #466406 on white background.



Black color preview on #466406 background

This text has black color on #466406 background.


White color preview on #466406 background

This text has white color on #466406 background.