COLOR #466331

HEX: #466331
RGB: (70,99,49)

Color info

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

RGB color model

#466331 color RGB value is (70,99,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 49 of 255 = 19%

70
99
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 49 = 218 (100%)
R 70 of 218 ~ 32.11%
G 99 of 218 ~ 45.41%
B 49 of 218 ~ 22.48%

%32.11
%45.41
%22.48

CMYK color model

#466331 color CMYK value is (29,0,51,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(29,0,51,61)
C29M0Y51K61 
(29%,0%,51%,61%)
(0.29/0.00/0.51/0.61)	

CMYK percentages

%29.29
%0
%50.51
%61.18

Codes

Color #466331 in popluar color models

466331
RGB709949
HSL95°33.78%29.02%
HSB/HSV95°50.51%38.82%
CMYK29.29%0.00%50.51%
61.18%

Color #466331 in popluar number systems.

HEX466331
Decimal709949
Binary10001101100011110001
Octal10614361

Shades and tints

Shades of #466331

#466331
(70,99,49)
#405A2D
(64,90,45)
#3A5129
(58,81,41)
#344825
(52,72,37)
#2E3F21
(46,63,33)
#28361D
(40,54,29)
#222D19
(34,45,25)
#1C2415
(28,36,21)
#161B11
(22,27,17)
#10120D
(16,18,13)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #466331

#466331
(70,99,49)
#567143
(86,113,67)
#667F55
(102,127,85)
#768D67
(118,141,103)
#869B79
(134,155,121)
#96A98B
(150,169,139)
#A6B79D
(166,183,157)
#B6C5AF
(182,197,175)
#C6D3C1
(198,211,193)
#D6E1D3
(214,225,211)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466331; }

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

This text font color is #466331.


Background Color

.myBgColor { background-color: #466331; }

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

This div background color is #466331.


Border color

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

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

This div border color is #466331.


Opacity

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

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

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

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

This text has shadow with #466331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466331 on black background.


Color preview on white background

This text has color #466331 on white background.



Black color preview on #466331 background

This text has black color on #466331 background.


White color preview on #466331 background

This text has white color on #466331 background.