COLOR #464920

HEX: #464920
RGB: (70,73,32)

Color info

#464920 contains red, green and blue colors in about the same proportion. Web safe color of #464920 is #333333 (or #333).

RGB color model

#464920 color RGB value is (70,73,32).

  • red value is 70;
  • green value is 73;
  • blue value is 32.
RGB:
(70,73,32)
(27%,29%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 32 of 255 = 13%

70
73
32

R + G + B ~ 23%. #464920 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 32 = 175 (100%)
R 70 of 175 ~ 40%
G 73 of 175 ~ 41.71%
B 32 of 175 ~ 18.29%

%40
%41.71
%18.29

CMYK color model

#464920 color CMYK value is (4,0,56,71).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(4,0,56,71)
C4M0Y56K71 
(4%,0%,56%,71%)
(0.04/0.00/0.56/0.71)	

CMYK percentages

%4.11
%0
%56.16
%71.37

Codes

Color #464920 in popluar color models

464920
RGB707332
HSL64°39.05%20.59%
HSB/HSV64°56.16%28.63%
CMYK4.11%0.00%56.16%
71.37%

Color #464920 in popluar number systems.

HEX464920
Decimal707332
Binary10001101001001100000
Octal10611140

Shades and tints

Shades of #464920

#464920
(70,73,32)
#40431E
(64,67,30)
#3A3D1C
(58,61,28)
#34371A
(52,55,26)
#2E3118
(46,49,24)
#282B16
(40,43,22)
#222514
(34,37,20)
#1C1F12
(28,31,18)
#161910
(22,25,16)
#10130E
(16,19,14)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #464920

#464920
(70,73,32)
#565934
(86,89,52)
#666948
(102,105,72)
#76795C
(118,121,92)
#868970
(134,137,112)
#969984
(150,153,132)
#A6A998
(166,169,152)
#B6B9AC
(182,185,172)
#C6C9C0
(198,201,192)
#D6D9D4
(214,217,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464920 color. Also use rgb(70,73,32) instead hex code.

Text Font Color

.myTextColor { color: #464920; }

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

This text font color is #464920.


Background Color

.myBgColor { background-color: #464920; }

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

This div background color is #464920.


Border color

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

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

This div border color is #464920.


Opacity

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

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

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

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

This text has shadow with #464920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464920 on black background.


Color preview on white background

This text has color #464920 on white background.



Black color preview on #464920 background

This text has black color on #464920 background.


White color preview on #464920 background

This text has white color on #464920 background.