COLOR #466E2E

HEX: #466E2E
RGB: (70,110,46)

Color info

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

RGB color model

#466E2E color RGB value is (70,110,46).

  • red value is 70;
  • green value is 110;
  • blue value is 46.
RGB:
(70,110,46)
(27%,43%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 46 of 255 = 18%

70
110
46

R + G + B ~ 29%. #466E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 46 = 226 (100%)
R 70 of 226 ~ 30.97%
G 110 of 226 ~ 48.67%
B 46 of 226 ~ 20.35%

%30.97
%48.67
%20.35

CMYK color model

#466E2E color CMYK value is (36,0,58,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(36,0,58,57)
C36M0Y58K57 
(36%,0%,58%,57%)
(0.36/0.00/0.58/0.57)	

CMYK percentages

%36.36
%0
%58.18
%56.86

Codes

Color #466E2E in popluar color models

466E2E
RGB7011046
HSL98°41.03%30.59%
HSB/HSV98°58.18%43.14%
CMYK36.36%0.00%58.18%
56.86%

Color #466E2E in popluar number systems.

HEX466E2E
Decimal7011046
Binary10001101101110101110
Octal10615656

Shades and tints

Shades of #466E2E

#466E2E
(70,110,46)
#40642A
(64,100,42)
#3A5A26
(58,90,38)
#345022
(52,80,34)
#2E461E
(46,70,30)
#283C1A
(40,60,26)
#223216
(34,50,22)
#1C2812
(28,40,18)
#161E0E
(22,30,14)
#10140A
(16,20,10)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #466E2E

#466E2E
(70,110,46)
#567B41
(86,123,65)
#668854
(102,136,84)
#769567
(118,149,103)
#86A27A
(134,162,122)
#96AF8D
(150,175,141)
#A6BCA0
(166,188,160)
#B6C9B3
(182,201,179)
#C6D6C6
(198,214,198)
#D6E3D9
(214,227,217)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466E2E; }

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

This text font color is #466E2E.


Background Color

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

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

This div background color is #466E2E.


Border color

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

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

This div border color is #466E2E.


Opacity

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

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

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

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

This text has shadow with #466E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E2E on black background.


Color preview on white background

This text has color #466E2E on white background.



Black color preview on #466E2E background

This text has black color on #466E2E background.


White color preview on #466E2E background

This text has white color on #466E2E background.