COLOR #46321D

HEX: #46321D
RGB: (70,50,29)

Color info

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

RGB color model

#46321D color RGB value is (70,50,29).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 29 of 255 = 11%

70
50
29

R + G + B ~ 19%. #46321D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 29 = 149 (100%)
R 70 of 149 ~ 46.98%
G 50 of 149 ~ 33.56%
B 29 of 149 ~ 19.46%

%46.98
%33.56
%19.46

CMYK color model

#46321D color CMYK value is (0,29,59,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(0,29,59,73)
C0M29Y59K73 
(0%,29%,59%,73%)
(0.00/0.29/0.59/0.73)	

CMYK percentages

%0
%28.57
%58.57
%72.55

Codes

Color #46321D in popluar color models

46321D
RGB705029
HSL31°41.41%19.41%
HSB/HSV31°58.57%27.45%
CMYK0.00%28.57%58.57%
72.55%

Color #46321D in popluar number systems.

HEX46321D
Decimal705029
Binary100011011001011101
Octal1066235

Shades and tints

Shades of #46321D

#46321D
(70,50,29)
#402E1B
(64,46,27)
#3A2A19
(58,42,25)
#342617
(52,38,23)
#2E2215
(46,34,21)
#281E13
(40,30,19)
#221A11
(34,26,17)
#1C160F
(28,22,15)
#16120D
(22,18,13)
#100E0B
(16,14,11)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #46321D

#46321D
(70,50,29)
#564431
(86,68,49)
#665645
(102,86,69)
#766859
(118,104,89)
#867A6D
(134,122,109)
#968C81
(150,140,129)
#A69E95
(166,158,149)
#B6B0A9
(182,176,169)
#C6C2BD
(198,194,189)
#D6D4D1
(214,212,209)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46321D; }

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

This text font color is #46321D.


Background Color

.myBgColor { background-color: #46321D; }

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

This div background color is #46321D.


Border color

.myBorderColor { border: 1px solid #46321D; }

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

This div border color is #46321D.


Opacity

.myOpacity80 { color: #46321D; opacity: 0.8; }

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

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

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

This text has shadow with #46321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46321D on black background.


Color preview on white background

This text has color #46321D on white background.



Black color preview on #46321D background

This text has black color on #46321D background.


White color preview on #46321D background

This text has white color on #46321D background.