COLOR #466001

HEX: #466001
RGB: (70,96,1)

Color info

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

RGB color model

#466001 color RGB value is (70,96,1).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 1 of 255 = 0%

70
96
1

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 1 = 167 (100%)
R 70 of 167 ~ 41.92%
G 96 of 167 ~ 57.49%
B 1 of 167 ~ 0.6%

%41.92
%57.49

CMYK color model

#466001 color CMYK value is (27,0,99,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 98.96%
  • key color value is 62.35%
CMYK:
(27,0,99,62)
C27M0Y99K62 
(27%,0%,99%,62%)
(0.27/0.00/0.99/0.62)	

CMYK percentages

%27.08
%0
%98.96
%62.35

Codes

Color #466001 in popluar color models

466001
RGB70961
HSL76°97.94%19.02%
HSB/HSV76°98.96%37.65%
CMYK27.08%0.00%98.96%
62.35%

Color #466001 in popluar number systems.

HEX466001
Decimal70961
Binary100011011000001
Octal1061401

Shades and tints

Shades of #466001

#466001
(70,96,1)
#405801
(64,88,1)
#3A5001
(58,80,1)
#344801
(52,72,1)
#2E4001
(46,64,1)
#283801
(40,56,1)
#223001
(34,48,1)
#1C2801
(28,40,1)
#162001
(22,32,1)
#101801
(16,24,1)
#0A1001
(10,16,1)
#000000
(0,0,0)

Tints of #466001

#466001
(70,96,1)
#566E18
(86,110,24)
#667C2F
(102,124,47)
#768A46
(118,138,70)
#86985D
(134,152,93)
#96A674
(150,166,116)
#A6B48B
(166,180,139)
#B6C2A2
(182,194,162)
#C6D0B9
(198,208,185)
#D6DED0
(214,222,208)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466001; }

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

This text font color is #466001.


Background Color

.myBgColor { background-color: #466001; }

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

This div background color is #466001.


Border color

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

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

This div border color is #466001.


Opacity

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

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

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

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

This text has shadow with #466001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466001 on black background.


Color preview on white background

This text has color #466001 on white background.



Black color preview on #466001 background

This text has black color on #466001 background.


White color preview on #466001 background

This text has white color on #466001 background.