COLOR #46491D

HEX: #46491D
RGB: (70,73,29)

Color info

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

RGB color model

#46491D color RGB value is (70,73,29).

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

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 29 of 255 = 11%

70
73
29

R + G + B ~ 22%. #46491D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 29 = 172 (100%)
R 70 of 172 ~ 40.7%
G 73 of 172 ~ 42.44%
B 29 of 172 ~ 16.86%

%40.7
%42.44
%16.86

CMYK color model

#46491D color CMYK value is (4,0,60,71).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(4,0,60,71)
C4M0Y60K71 
(4%,0%,60%,71%)
(0.04/0.00/0.60/0.71)	

CMYK percentages

%4.11
%0
%60.27
%71.37

Codes

Color #46491D in popluar color models

46491D
RGB707329
HSL64°43.14%20.00%
HSB/HSV64°60.27%28.63%
CMYK4.11%0.00%60.27%
71.37%

Color #46491D in popluar number systems.

HEX46491D
Decimal707329
Binary1000110100100111101
Octal10611135

Shades and tints

Shades of #46491D

#46491D
(70,73,29)
#40431B
(64,67,27)
#3A3D19
(58,61,25)
#343717
(52,55,23)
#2E3115
(46,49,21)
#282B13
(40,43,19)
#222511
(34,37,17)
#1C1F0F
(28,31,15)
#16190D
(22,25,13)
#10130B
(16,19,11)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #46491D

#46491D
(70,73,29)
#565931
(86,89,49)
#666945
(102,105,69)
#767959
(118,121,89)
#86896D
(134,137,109)
#969981
(150,153,129)
#A6A995
(166,169,149)
#B6B9A9
(182,185,169)
#C6C9BD
(198,201,189)
#D6D9D1
(214,217,209)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46491D; }

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

This text font color is #46491D.


Background Color

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

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

This div background color is #46491D.


Border color

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

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

This div border color is #46491D.


Opacity

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

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

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

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

This text has shadow with #46491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46491D on black background.


Color preview on white background

This text has color #46491D on white background.



Black color preview on #46491D background

This text has black color on #46491D background.


White color preview on #46491D background

This text has white color on #46491D background.