COLOR #464032

HEX: #464032
RGB: (70,64,50)

Color info

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

RGB color model

#464032 color RGB value is (70,64,50).

  • red value is 70;
  • green value is 64;
  • blue value is 50.
RGB:
(70,64,50)
(27%,25%,20%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 50 of 255 = 20%

70
64
50

R + G + B ~ 24%. #464032 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 50 = 184 (100%)
R 70 of 184 ~ 38.04%
G 64 of 184 ~ 34.78%
B 50 of 184 ~ 27.17%

%38.04
%34.78
%27.17

CMYK color model

#464032 color CMYK value is (0,9,29,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 28.57%
  • key color value is 72.55%
CMYK:
(0,9,29,73)
C0M9Y29K73 
(0%,9%,29%,73%)
(0.00/0.09/0.29/0.73)	

CMYK percentages

%0
%8.57
%28.57
%72.55

Codes

Color #464032 in popluar color models

464032
RGB706450
HSL42°16.67%23.53%
HSB/HSV42°28.57%27.45%
CMYK0.00%8.57%28.57%
72.55%

Color #464032 in popluar number systems.

HEX464032
Decimal706450
Binary10001101000000110010
Octal10610062

Shades and tints

Shades of #464032

#464032
(70,64,50)
#403B2E
(64,59,46)
#3A362A
(58,54,42)
#343126
(52,49,38)
#2E2C22
(46,44,34)
#28271E
(40,39,30)
#22221A
(34,34,26)
#1C1D16
(28,29,22)
#161812
(22,24,18)
#10130E
(16,19,14)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #464032

#464032
(70,64,50)
#565144
(86,81,68)
#666256
(102,98,86)
#767368
(118,115,104)
#86847A
(134,132,122)
#96958C
(150,149,140)
#A6A69E
(166,166,158)
#B6B7B0
(182,183,176)
#C6C8C2
(198,200,194)
#D6D9D4
(214,217,212)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464032 color. Also use rgb(70,64,50) instead hex code.

Text Font Color

.myTextColor { color: #464032; }

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

This text font color is #464032.


Background Color

.myBgColor { background-color: #464032; }

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

This div background color is #464032.


Border color

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

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

This div border color is #464032.


Opacity

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

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

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

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

This text has shadow with #464032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464032 on black background.


Color preview on white background

This text has color #464032 on white background.



Black color preview on #464032 background

This text has black color on #464032 background.


White color preview on #464032 background

This text has white color on #464032 background.