COLOR #46490F

HEX: #46490F
RGB: (70,73,15)

Color info

#46490F contains red, green and blue colors in about the same proportion. Web safe color of #46490F is #333300 (or #330).

RGB color model

#46490F color RGB value is (70,73,15).

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

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 15 of 255 = 6%

70
73
15

R + G + B ~ 21%. #46490F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 15 = 158 (100%)
R 70 of 158 ~ 44.3%
G 73 of 158 ~ 46.2%
B 15 of 158 ~ 9.49%

%44.3
%46.2

CMYK color model

#46490F color CMYK value is (4,0,79,71).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(4,0,79,71)
C4M0Y79K71 
(4%,0%,79%,71%)
(0.04/0.00/0.79/0.71)	

CMYK percentages

%4.11
%0
%79.45
%71.37

Codes

Color #46490F in popluar color models

46490F
RGB707315
HSL63°65.91%17.25%
HSB/HSV63°79.45%28.63%
CMYK4.11%0.00%79.45%
71.37%

Color #46490F in popluar number systems.

HEX46490F
Decimal707315
Binary100011010010011111
Octal10611117

Shades and tints

Shades of #46490F

#46490F
(70,73,15)
#40430E
(64,67,14)
#3A3D0D
(58,61,13)
#34370C
(52,55,12)
#2E310B
(46,49,11)
#282B0A
(40,43,10)
#222509
(34,37,9)
#1C1F08
(28,31,8)
#161907
(22,25,7)
#101306
(16,19,6)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #46490F

#46490F
(70,73,15)
#565924
(86,89,36)
#666939
(102,105,57)
#76794E
(118,121,78)
#868963
(134,137,99)
#969978
(150,153,120)
#A6A98D
(166,169,141)
#B6B9A2
(182,185,162)
#C6C9B7
(198,201,183)
#D6D9CC
(214,217,204)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46490F color. Also use rgb(70,73,15) instead hex code.

Text Font Color

.myTextColor { color: #46490F; }

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

This text font color is #46490F.


Background Color

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

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

This div background color is #46490F.


Border color

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

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

This div border color is #46490F.


Opacity

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

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

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

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

This text has shadow with #46490F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46490F on black background.


Color preview on white background

This text has color #46490F on white background.



Black color preview on #46490F background

This text has black color on #46490F background.


White color preview on #46490F background

This text has white color on #46490F background.