COLOR #466E42

HEX: #466E42
RGB: (70,110,66)

Color info

#466E42 contains red, green and blue colors in about the same proportion. Web safe color of #466E42 is #336633 (or #363).

RGB color model

#466E42 color RGB value is (70,110,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 66 of 255 = 26%

70
110
66

R + G + B ~ 32%. #466E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 66 = 246 (100%)
R 70 of 246 ~ 28.46%
G 110 of 246 ~ 44.72%
B 66 of 246 ~ 26.83%

%28.46
%44.72
%26.83

CMYK color model

#466E42 color CMYK value is (36,0,40,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(36,0,40,57)
C36M0Y40K57 
(36%,0%,40%,57%)
(0.36/0.00/0.40/0.57)	

CMYK percentages

%36.36
%0
%40
%56.86

Codes

Color #466E42 in popluar color models

466E42
RGB7011066
HSL115°25.00%34.51%
HSB/HSV115°40.00%43.14%
CMYK36.36%0.00%40.00%
56.86%

Color #466E42 in popluar number systems.

HEX466E42
Decimal7011066
Binary100011011011101000010
Octal106156102

Shades and tints

Shades of #466E42

#466E42
(70,110,66)
#40643C
(64,100,60)
#3A5A36
(58,90,54)
#345030
(52,80,48)
#2E462A
(46,70,42)
#283C24
(40,60,36)
#22321E
(34,50,30)
#1C2818
(28,40,24)
#161E12
(22,30,18)
#10140C
(16,20,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #466E42

#466E42
(70,110,66)
#567B53
(86,123,83)
#668864
(102,136,100)
#769575
(118,149,117)
#86A286
(134,162,134)
#96AF97
(150,175,151)
#A6BCA8
(166,188,168)
#B6C9B9
(182,201,185)
#C6D6CA
(198,214,202)
#D6E3DB
(214,227,219)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466E42; }

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

This text font color is #466E42.


Background Color

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

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

This div background color is #466E42.


Border color

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

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

This div border color is #466E42.


Opacity

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

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

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

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

This text has shadow with #466E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E42 on black background.


Color preview on white background

This text has color #466E42 on white background.



Black color preview on #466E42 background

This text has black color on #466E42 background.


White color preview on #466E42 background

This text has white color on #466E42 background.