COLOR #466E1E

HEX: #466E1E RGB: (70,110,30)

Color info

#466E1E contains mainly red and green colors. Web safe color of #466E1E is #336633 (or #363).

RGB color model

#466E1E color RGB value is (70,110,30).

RGB: (70,110,30) (27%, 43%, 12%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 30 of 255 = 12%

70
110
30

R + G + B ~ 27%. #466E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 110 + 30 = 210 (100%)
R 70 of 210 ~ 33.33%
G 110 of 210 ~ 52.38%
B 30 of 210 ~ 14.29'%

%33.33
%52.38
%14.29

CMYK color model

#466E1E color CMYK value is (36,0,73,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 56.86%

CMYK: (36,0,73,57)
C36M0Y73K57 (36%, 0%, 73%, 57%)
(0.36 / 0.00 / 0.73 / 0.57)

CMYK percentages

%36.36
%0
%72.73
%56.86

Codes

Color #466E1E in popluar color models

46 6E 1E
RGB 70 110 30
HSL 90° 57.14% 27.45%
HSB/HSV 90° 72.73% 43.14%
CMYK 36.36% 0.00% 72.73%
56.86%

Color #466E1E in popluar number systems.

HEX 46 6E 1E
Decimal 70 110 30
Binary 1000110 1101110 11110
Octal 106 156 36

Shades and tints

Shades of #466E1E

#466E1E
(70,110,30)
#40641C
(64,100,28)
#3A5A1A
(58,90,26)
#345018
(52,80,24)
#2E4616
(46,70,22)
#283C14
(40,60,20)
#223212
(34,50,18)
#1C2810
(28,40,16)
#161E0E
(22,30,14)
#10140C
(16,20,12)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #466E1E

#466E1E
(70,110,30)
#567B32
(86,123,50)
#668846
(102,136,70)
#76955A
(118,149,90)
#86A26E
(134,162,110)
#96AF82
(150,175,130)
#A6BC96
(166,188,150)
#B6C9AA
(182,201,170)
#C6D6BE
(198,214,190)
#D6E3D2
(214,227,210)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E1E color. Also use rgb(70,110,30) instead hex code.

Text Font Color

.myTextColor { color: #466E1E; }

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

This text font color is #466E1E.

Background Color

.myBgColor { background-color: #466E1E; }

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

This div background color is #466E1E.

Border color

.myBorderColor { border: 1px solid #466E1E; }

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

This div border color is #466E1E.

Opacity

.myOpacity80 { color: #466E1E; opacity: 0.8; }

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

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

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

This text has shadow with #466E1E color.


.textShadow {text-shadow: 3px 3px 1px #466E1E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466E1E; -webkit-box-shadow: 1px 1px 3px 2px #466E1E; box-shadow:1px 1px 3px 2px #466E1E;">
Div content here
</div>

This div box has shadow with color #466E1E.

Preview

Color preview on black background

This text has color #466E1E on black background.


Color preview on white background

This text has color #466E1E on white background.


Black color preview on #466E1E background

This text has black color on #466E1E background.


White color preview on #466E1E background

This text has white color on #466E1E background.


Related colors

Complementary color

Complementary color for #hex is #B991E1.


I love getcolorcode.com

Triadic colors

1 #1E466E and #6E1E46 with #466E1E are triadic colors.

2 #1E6E46 and #6E461E with #466E1E are triadic colors.