COLOR #464934

HEX: #464934
RGB: (70,73,52)

Color info

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

RGB color model

#464934 color RGB value is (70,73,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 52 of 255 = 20%

70
73
52

R + G + B ~ 25%. #464934 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 52 = 195 (100%)
R 70 of 195 ~ 35.9%
G 73 of 195 ~ 37.44%
B 52 of 195 ~ 26.67%

%35.9
%37.44
%26.67

CMYK color model

#464934 color CMYK value is (4,0,29,71).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(4,0,29,71)
C4M0Y29K71 
(4%,0%,29%,71%)
(0.04/0.00/0.29/0.71)	

CMYK percentages

%4.11
%0
%28.77
%71.37

Codes

Color #464934 in popluar color models

464934
RGB707352
HSL69°16.80%24.51%
HSB/HSV69°28.77%28.63%
CMYK4.11%0.00%28.77%
71.37%

Color #464934 in popluar number systems.

HEX464934
Decimal707352
Binary10001101001001110100
Octal10611164

Shades and tints

Shades of #464934

#464934
(70,73,52)
#404330
(64,67,48)
#3A3D2C
(58,61,44)
#343728
(52,55,40)
#2E3124
(46,49,36)
#282B20
(40,43,32)
#22251C
(34,37,28)
#1C1F18
(28,31,24)
#161914
(22,25,20)
#101310
(16,19,16)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #464934

#464934
(70,73,52)
#565946
(86,89,70)
#666958
(102,105,88)
#76796A
(118,121,106)
#86897C
(134,137,124)
#96998E
(150,153,142)
#A6A9A0
(166,169,160)
#B6B9B2
(182,185,178)
#C6C9C4
(198,201,196)
#D6D9D6
(214,217,214)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464934; }

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

This text font color is #464934.


Background Color

.myBgColor { background-color: #464934; }

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

This div background color is #464934.


Border color

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

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

This div border color is #464934.


Opacity

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

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

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

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

This text has shadow with #464934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464934 on black background.


Color preview on white background

This text has color #464934 on white background.



Black color preview on #464934 background

This text has black color on #464934 background.


White color preview on #464934 background

This text has white color on #464934 background.