COLOR #466137

HEX: #466137
RGB: (70,97,55)

Color info

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

RGB color model

#466137 color RGB value is (70,97,55).

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

RGB channels and saturation

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

70
97
55

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 55 = 222 (100%)
R 70 of 222 ~ 31.53%
G 97 of 222 ~ 43.69%
B 55 of 222 ~ 24.77%

%31.53
%43.69
%24.77

CMYK color model

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

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

CMYK percentages

%27.84
%0
%43.3
%61.96

Codes

Color #466137 in popluar color models

466137
RGB709755
HSL99°27.63%29.80%
HSB/HSV99°43.30%38.04%
CMYK27.84%0.00%43.30%
61.96%

Color #466137 in popluar number systems.

HEX466137
Decimal709755
Binary10001101100001110111
Octal10614167

Shades and tints

Shades of #466137

#466137
(70,97,55)
#405932
(64,89,50)
#3A512D
(58,81,45)
#344928
(52,73,40)
#2E4123
(46,65,35)
#28391E
(40,57,30)
#223119
(34,49,25)
#1C2914
(28,41,20)
#16210F
(22,33,15)
#10190A
(16,25,10)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #466137

#466137
(70,97,55)
#566F49
(86,111,73)
#667D5B
(102,125,91)
#768B6D
(118,139,109)
#86997F
(134,153,127)
#96A791
(150,167,145)
#A6B5A3
(166,181,163)
#B6C3B5
(182,195,181)
#C6D1C7
(198,209,199)
#D6DFD9
(214,223,217)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466137; }

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

This text font color is #466137.


Background Color

.myBgColor { background-color: #466137; }

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

This div background color is #466137.


Border color

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

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

This div border color is #466137.


Opacity

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

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

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

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

This text has shadow with #466137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466137 on black background.


Color preview on white background

This text has color #466137 on white background.



Black color preview on #466137 background

This text has black color on #466137 background.


White color preview on #466137 background

This text has white color on #466137 background.