COLOR #464131

HEX: #464131
RGB: (70,65,49)

Color info

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

RGB color model

#464131 color RGB value is (70,65,49).

  • red value is 70;
  • green value is 65;
  • blue value is 49.
RGB:
(70,65,49)
(27%,25%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 49 of 255 = 19%

70
65
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 49 = 184 (100%)
R 70 of 184 ~ 38.04%
G 65 of 184 ~ 35.33%
B 49 of 184 ~ 26.63%

%38.04
%35.33
%26.63

CMYK color model

#464131 color CMYK value is (0,7,30,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,7,30,73)
C0M7Y30K73 
(0%,7%,30%,73%)
(0.00/0.07/0.30/0.73)	

CMYK percentages

%0
%7.14
%30
%72.55

Codes

Color #464131 in popluar color models

464131
RGB706549
HSL46°17.65%23.33%
HSB/HSV46°30.00%27.45%
CMYK0.00%7.14%30.00%
72.55%

Color #464131 in popluar number systems.

HEX464131
Decimal706549
Binary10001101000001110001
Octal10610161

Shades and tints

Shades of #464131

#464131
(70,65,49)
#403C2D
(64,60,45)
#3A3729
(58,55,41)
#343225
(52,50,37)
#2E2D21
(46,45,33)
#28281D
(40,40,29)
#222319
(34,35,25)
#1C1E15
(28,30,21)
#161911
(22,25,17)
#10140D
(16,20,13)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #464131

#464131
(70,65,49)
#565243
(86,82,67)
#666355
(102,99,85)
#767467
(118,116,103)
#868579
(134,133,121)
#96968B
(150,150,139)
#A6A79D
(166,167,157)
#B6B8AF
(182,184,175)
#C6C9C1
(198,201,193)
#D6DAD3
(214,218,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464131 color. Also use rgb(70,65,49) instead hex code.

Text Font Color

.myTextColor { color: #464131; }

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

This text font color is #464131.


Background Color

.myBgColor { background-color: #464131; }

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

This div background color is #464131.


Border color

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

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

This div border color is #464131.


Opacity

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

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

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

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

This text has shadow with #464131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464131 on black background.


Color preview on white background

This text has color #464131 on white background.



Black color preview on #464131 background

This text has black color on #464131 background.


White color preview on #464131 background

This text has white color on #464131 background.