COLOR #466042

HEX: #466042
RGB: (70,96,66)

Color info

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

RGB color model

#466042 color RGB value is (70,96,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 66 of 255 = 26%

70
96
66

R + G + B ~ 30%. #466042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 66 = 232 (100%)
R 70 of 232 ~ 30.17%
G 96 of 232 ~ 41.38%
B 66 of 232 ~ 28.45%

%30.17
%41.38
%28.45

CMYK color model

#466042 color CMYK value is (27,0,31,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 62.35%
CMYK:
(27,0,31,62)
C27M0Y31K62 
(27%,0%,31%,62%)
(0.27/0.00/0.31/0.62)	

CMYK percentages

%27.08
%0
%31.25
%62.35

Codes

Color #466042 in popluar color models

466042
RGB709666
HSL112°18.52%31.76%
HSB/HSV112°31.25%37.65%
CMYK27.08%0.00%31.25%
62.35%

Color #466042 in popluar number systems.

HEX466042
Decimal709666
Binary100011011000001000010
Octal106140102

Shades and tints

Shades of #466042

#466042
(70,96,66)
#40583C
(64,88,60)
#3A5036
(58,80,54)
#344830
(52,72,48)
#2E402A
(46,64,42)
#283824
(40,56,36)
#22301E
(34,48,30)
#1C2818
(28,40,24)
#162012
(22,32,18)
#10180C
(16,24,12)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #466042

#466042
(70,96,66)
#566E53
(86,110,83)
#667C64
(102,124,100)
#768A75
(118,138,117)
#869886
(134,152,134)
#96A697
(150,166,151)
#A6B4A8
(166,180,168)
#B6C2B9
(182,194,185)
#C6D0CA
(198,208,202)
#D6DEDB
(214,222,219)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466042; }

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

This text font color is #466042.


Background Color

.myBgColor { background-color: #466042; }

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

This div background color is #466042.


Border color

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

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

This div border color is #466042.


Opacity

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

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

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

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

This text has shadow with #466042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466042 on black background.


Color preview on white background

This text has color #466042 on white background.



Black color preview on #466042 background

This text has black color on #466042 background.


White color preview on #466042 background

This text has white color on #466042 background.