COLOR #466231

HEX: #466231
RGB: (70,98,49)

Color info

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

RGB color model

#466231 color RGB value is (70,98,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 49 of 255 = 19%

70
98
49

R + G + B ~ 28%. #466231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 49 = 217 (100%)
R 70 of 217 ~ 32.26%
G 98 of 217 ~ 45.16%
B 49 of 217 ~ 22.58%

%32.26
%45.16
%22.58

CMYK color model

#466231 color CMYK value is (29,0,50,62).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 61.57%
CMYK:
(29,0,50,62)
C29M0Y50K62 
(29%,0%,50%,62%)
(0.29/0.00/0.50/0.62)	

CMYK percentages

%28.57
%0
%50
%61.57

Codes

Color #466231 in popluar color models

466231
RGB709849
HSL94°33.33%28.82%
HSB/HSV94°50.00%38.43%
CMYK28.57%0.00%50.00%
61.57%

Color #466231 in popluar number systems.

HEX466231
Decimal709849
Binary10001101100010110001
Octal10614261

Shades and tints

Shades of #466231

#466231
(70,98,49)
#405A2D
(64,90,45)
#3A5229
(58,82,41)
#344A25
(52,74,37)
#2E4221
(46,66,33)
#283A1D
(40,58,29)
#223219
(34,50,25)
#1C2A15
(28,42,21)
#162211
(22,34,17)
#101A0D
(16,26,13)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #466231

#466231
(70,98,49)
#567043
(86,112,67)
#667E55
(102,126,85)
#768C67
(118,140,103)
#869A79
(134,154,121)
#96A88B
(150,168,139)
#A6B69D
(166,182,157)
#B6C4AF
(182,196,175)
#C6D2C1
(198,210,193)
#D6E0D3
(214,224,211)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466231; }

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

This text font color is #466231.


Background Color

.myBgColor { background-color: #466231; }

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

This div background color is #466231.


Border color

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

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

This div border color is #466231.


Opacity

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

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

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

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

This text has shadow with #466231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466231 on black background.


Color preview on white background

This text has color #466231 on white background.



Black color preview on #466231 background

This text has black color on #466231 background.


White color preview on #466231 background

This text has white color on #466231 background.