COLOR #464814

HEX: #464814
RGB: (70,72,20)

Color info

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

RGB color model

#464814 color RGB value is (70,72,20).

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

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 20 of 255 = 8%

70
72
20

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

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 20 = 162 (100%)
R 70 of 162 ~ 43.21%
G 72 of 162 ~ 44.44%
B 20 of 162 ~ 12.35%

%43.21
%44.44
%12.35

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK:
(3,0,72,72)
C3M0Y72K72 
(3%,0%,72%,72%)
(0.03/0.00/0.72/0.72)	

CMYK percentages

%2.78
%0
%72.22
%71.76

Codes

Color #464814 in popluar color models

464814
RGB707220
HSL62°56.52%18.04%
HSB/HSV62°72.22%28.24%
CMYK2.78%0.00%72.22%
71.76%

Color #464814 in popluar number systems.

HEX464814
Decimal707220
Binary1000110100100010100
Octal10611024

Shades and tints

Shades of #464814

#464814
(70,72,20)
#404213
(64,66,19)
#3A3C12
(58,60,18)
#343611
(52,54,17)
#2E3010
(46,48,16)
#282A0F
(40,42,15)
#22240E
(34,36,14)
#1C1E0D
(28,30,13)
#16180C
(22,24,12)
#10120B
(16,18,11)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #464814

#464814
(70,72,20)
#565829
(86,88,41)
#66683E
(102,104,62)
#767853
(118,120,83)
#868868
(134,136,104)
#96987D
(150,152,125)
#A6A892
(166,168,146)
#B6B8A7
(182,184,167)
#C6C8BC
(198,200,188)
#D6D8D1
(214,216,209)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464814; }

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

This text font color is #464814.


Background Color

.myBgColor { background-color: #464814; }

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

This div background color is #464814.


Border color

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

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

This div border color is #464814.


Opacity

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

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

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

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

This text has shadow with #464814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464814 on black background.


Color preview on white background

This text has color #464814 on white background.



Black color preview on #464814 background

This text has black color on #464814 background.


White color preview on #464814 background

This text has white color on #464814 background.