COLOR #466146

HEX: #466146
RGB: (70,97,70)

Color info

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

RGB color model

#466146 color RGB value is (70,97,70).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 70 of 255 = 27%

70
97
70

R + G + B ~ 31%. #466146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 70 = 237 (100%)
R 70 of 237 ~ 29.54%
G 97 of 237 ~ 40.93%
B 70 of 237 ~ 29.54%

%29.54
%40.93
%29.54

CMYK color model

#466146 color CMYK value is (28,0,28,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(28,0,28,62)
C28M0Y28K62 
(28%,0%,28%,62%)
(0.28/0.00/0.28/0.62)	

CMYK percentages

%27.84
%0
%27.84
%61.96

Codes

Color #466146 in popluar color models

466146
RGB709770
HSL120°16.17%32.75%
HSB/HSV120°27.84%38.04%
CMYK27.84%0.00%27.84%
61.96%

Color #466146 in popluar number systems.

HEX466146
Decimal709770
Binary100011011000011000110
Octal106141106

Shades and tints

Shades of #466146

#466146
(70,97,70)
#405940
(64,89,64)
#3A513A
(58,81,58)
#344934
(52,73,52)
#2E412E
(46,65,46)
#283928
(40,57,40)
#223122
(34,49,34)
#1C291C
(28,41,28)
#162116
(22,33,22)
#101910
(16,25,16)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #466146

#466146
(70,97,70)
#566F56
(86,111,86)
#667D66
(102,125,102)
#768B76
(118,139,118)
#869986
(134,153,134)
#96A796
(150,167,150)
#A6B5A6
(166,181,166)
#B6C3B6
(182,195,182)
#C6D1C6
(198,209,198)
#D6DFD6
(214,223,214)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466146; }

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

This text font color is #466146.


Background Color

.myBgColor { background-color: #466146; }

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

This div background color is #466146.


Border color

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

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

This div border color is #466146.


Opacity

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

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

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

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

This text has shadow with #466146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466146 on black background.


Color preview on white background

This text has color #466146 on white background.



Black color preview on #466146 background

This text has black color on #466146 background.


White color preview on #466146 background

This text has white color on #466146 background.