COLOR #464811

HEX: #464811
RGB: (70,72,17)

Color info

#464811 contains red, green and blue colors in about the same proportion. Web safe color of #464811 is #333300 (or #330).

RGB color model

#464811 color RGB value is (70,72,17).

  • red value is 70;
  • green value is 72;
  • blue value is 17.
RGB:
(70,72,17)
(27%,28%,7%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 17 of 255 = 7%

70
72
17

R + G + B ~ 21%. #464811 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 17 = 159 (100%)
R 70 of 159 ~ 44.03%
G 72 of 159 ~ 45.28%
B 17 of 159 ~ 10.69%

%44.03
%45.28
%10.69

CMYK color model

#464811 color CMYK value is (3,0,76,72).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 76.39%
  • key color value is 71.76%
CMYK:
(3,0,76,72)
C3M0Y76K72 
(3%,0%,76%,72%)
(0.03/0.00/0.76/0.72)	

CMYK percentages

%2.78
%0
%76.39
%71.76

Codes

Color #464811 in popluar color models

464811
RGB707217
HSL62°61.80%17.45%
HSB/HSV62°76.39%28.24%
CMYK2.78%0.00%76.39%
71.76%

Color #464811 in popluar number systems.

HEX464811
Decimal707217
Binary1000110100100010001
Octal10611021

Shades and tints

Shades of #464811

#464811
(70,72,17)
#404210
(64,66,16)
#3A3C0F
(58,60,15)
#34360E
(52,54,14)
#2E300D
(46,48,13)
#282A0C
(40,42,12)
#22240B
(34,36,11)
#1C1E0A
(28,30,10)
#161809
(22,24,9)
#101208
(16,18,8)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #464811

#464811
(70,72,17)
#565826
(86,88,38)
#66683B
(102,104,59)
#767850
(118,120,80)
#868865
(134,136,101)
#96987A
(150,152,122)
#A6A88F
(166,168,143)
#B6B8A4
(182,184,164)
#C6C8B9
(198,200,185)
#D6D8CE
(214,216,206)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464811; }

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

This text font color is #464811.


Background Color

.myBgColor { background-color: #464811; }

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

This div background color is #464811.


Border color

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

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

This div border color is #464811.


Opacity

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

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

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

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

This text has shadow with #464811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464811 on black background.


Color preview on white background

This text has color #464811 on white background.



Black color preview on #464811 background

This text has black color on #464811 background.


White color preview on #464811 background

This text has white color on #464811 background.