COLOR #466005

HEX: #466005
RGB: (70,96,5)

Color info

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

RGB color model

#466005 color RGB value is (70,96,5).

  • red value is 70;
  • green value is 96;
  • blue value is 5.
RGB:
(70,96,5)
(27%,38%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 5 of 255 = 2%

70
96
5

R + G + B ~ 22%. #466005 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 5 = 171 (100%)
R 70 of 171 ~ 40.94%
G 96 of 171 ~ 56.14%
B 5 of 171 ~ 2.92%

%40.94
%56.14

CMYK color model

#466005 color CMYK value is (27,0,95,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 94.79%
  • key color value is 62.35%
CMYK:
(27,0,95,62)
C27M0Y95K62 
(27%,0%,95%,62%)
(0.27/0.00/0.95/0.62)	

CMYK percentages

%27.08
%0
%94.79
%62.35

Codes

Color #466005 in popluar color models

466005
RGB70965
HSL77°90.10%19.80%
HSB/HSV77°94.79%37.65%
CMYK27.08%0.00%94.79%
62.35%

Color #466005 in popluar number systems.

HEX466005
Decimal70965
Binary10001101100000101
Octal1061405

Shades and tints

Shades of #466005

#466005
(70,96,5)
#405805
(64,88,5)
#3A5005
(58,80,5)
#344805
(52,72,5)
#2E4005
(46,64,5)
#283805
(40,56,5)
#223005
(34,48,5)
#1C2805
(28,40,5)
#162005
(22,32,5)
#101805
(16,24,5)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #466005

#466005
(70,96,5)
#566E1B
(86,110,27)
#667C31
(102,124,49)
#768A47
(118,138,71)
#86985D
(134,152,93)
#96A673
(150,166,115)
#A6B489
(166,180,137)
#B6C29F
(182,194,159)
#C6D0B5
(198,208,181)
#D6DECB
(214,222,203)
#E6ECE1
(230,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466005 color. Also use rgb(70,96,5) instead hex code.

Text Font Color

.myTextColor { color: #466005; }

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

This text font color is #466005.


Background Color

.myBgColor { background-color: #466005; }

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

This div background color is #466005.


Border color

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

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

This div border color is #466005.


Opacity

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

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

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

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

This text has shadow with #466005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466005 on black background.


Color preview on white background

This text has color #466005 on white background.



Black color preview on #466005 background

This text has black color on #466005 background.


White color preview on #466005 background

This text has white color on #466005 background.