COLOR #46311F

HEX: #46311F
RGB: (70,49,31)

Color info

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

RGB color model

#46311F color RGB value is (70,49,31).

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

RGB channels and saturation

R 70 of 255 = 27%
G 49 of 255 = 19%
B 31 of 255 = 12%

70
49
31

R + G + B ~ 19%. #46311F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 49 + 31 = 150 (100%)
R 70 of 150 ~ 46.67%
G 49 of 150 ~ 32.67%
B 31 of 150 ~ 20.67%

%46.67
%32.67
%20.67

CMYK color model

#46311F color CMYK value is (0,30,56,73).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 55.71%
  • key color value is 72.55%
CMYK:
(0,30,56,73)
C0M30Y56K73 
(0%,30%,56%,73%)
(0.00/0.30/0.56/0.73)	

CMYK percentages

%0
%30
%55.71
%72.55

Codes

Color #46311F in popluar color models

46311F
RGB704931
HSL28°38.61%19.80%
HSB/HSV28°55.71%27.45%
CMYK0.00%30.00%55.71%
72.55%

Color #46311F in popluar number systems.

HEX46311F
Decimal704931
Binary100011011000111111
Octal1066137

Shades and tints

Shades of #46311F

#46311F
(70,49,31)
#402D1D
(64,45,29)
#3A291B
(58,41,27)
#342519
(52,37,25)
#2E2117
(46,33,23)
#281D15
(40,29,21)
#221913
(34,25,19)
#1C1511
(28,21,17)
#16110F
(22,17,15)
#100D0D
(16,13,13)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #46311F

#46311F
(70,49,31)
#564333
(86,67,51)
#665547
(102,85,71)
#76675B
(118,103,91)
#86796F
(134,121,111)
#968B83
(150,139,131)
#A69D97
(166,157,151)
#B6AFAB
(182,175,171)
#C6C1BF
(198,193,191)
#D6D3D3
(214,211,211)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46311F; }

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

This text font color is #46311F.


Background Color

.myBgColor { background-color: #46311F; }

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

This div background color is #46311F.


Border color

.myBorderColor { border: 1px solid #46311F; }

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

This div border color is #46311F.


Opacity

.myOpacity80 { color: #46311F; opacity: 0.8; }

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

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

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

This text has shadow with #46311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46311F on black background.


Color preview on white background

This text has color #46311F on white background.



Black color preview on #46311F background

This text has black color on #46311F background.


White color preview on #46311F background

This text has white color on #46311F background.