COLOR #464936

HEX: #464936
RGB: (70,73,54)

Color info

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

RGB color model

#464936 color RGB value is (70,73,54).

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

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 54 of 255 = 21%

70
73
54

R + G + B ~ 26%. #464936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 54 = 197 (100%)
R 70 of 197 ~ 35.53%
G 73 of 197 ~ 37.06%
B 54 of 197 ~ 27.41%

%35.53
%37.06
%27.41

CMYK color model

#464936 color CMYK value is (4,0,26,71).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(4,0,26,71)
C4M0Y26K71 
(4%,0%,26%,71%)
(0.04/0.00/0.26/0.71)	

CMYK percentages

%4.11
%0
%26.03
%71.37

Codes

Color #464936 in popluar color models

464936
RGB707354
HSL69°14.96%24.90%
HSB/HSV69°26.03%28.63%
CMYK4.11%0.00%26.03%
71.37%

Color #464936 in popluar number systems.

HEX464936
Decimal707354
Binary10001101001001110110
Octal10611166

Shades and tints

Shades of #464936

#464936
(70,73,54)
#404332
(64,67,50)
#3A3D2E
(58,61,46)
#34372A
(52,55,42)
#2E3126
(46,49,38)
#282B22
(40,43,34)
#22251E
(34,37,30)
#1C1F1A
(28,31,26)
#161916
(22,25,22)
#101312
(16,19,18)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #464936

#464936
(70,73,54)
#565948
(86,89,72)
#66695A
(102,105,90)
#76796C
(118,121,108)
#86897E
(134,137,126)
#969990
(150,153,144)
#A6A9A2
(166,169,162)
#B6B9B4
(182,185,180)
#C6C9C6
(198,201,198)
#D6D9D8
(214,217,216)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464936; }

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

This text font color is #464936.


Background Color

.myBgColor { background-color: #464936; }

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

This div background color is #464936.


Border color

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

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

This div border color is #464936.


Opacity

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

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

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

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

This text has shadow with #464936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464936 on black background.


Color preview on white background

This text has color #464936 on white background.



Black color preview on #464936 background

This text has black color on #464936 background.


White color preview on #464936 background

This text has white color on #464936 background.