COLOR #46461E

HEX: #46461E
RGB: (70,70,30)

Color info

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

RGB color model

#46461E color RGB value is (70,70,30).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 30 of 255 = 12%

70
70
30

R + G + B ~ 22%. #46461E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 30 = 170 (100%)
R 70 of 170 ~ 41.18%
G 70 of 170 ~ 41.18%
B 30 of 170 ~ 17.65%

%41.18
%41.18
%17.65

CMYK color model

#46461E color CMYK value is (0,0,57,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,0,57,73)
C0M0Y57K73 
(0%,0%,57%,73%)
(0.00/0.00/0.57/0.73)	

CMYK percentages

%0
%0
%57.14
%72.55

Codes

Color #46461E in popluar color models

46461E
RGB707030
HSL60°40.00%19.61%
HSB/HSV60°57.14%27.45%
CMYK0.00%0.00%57.14%
72.55%

Color #46461E in popluar number systems.

HEX46461E
Decimal707030
Binary1000110100011011110
Octal10610636

Shades and tints

Shades of #46461E

#46461E
(70,70,30)
#40401C
(64,64,28)
#3A3A1A
(58,58,26)
#343418
(52,52,24)
#2E2E16
(46,46,22)
#282814
(40,40,20)
#222212
(34,34,18)
#1C1C10
(28,28,16)
#16160E
(22,22,14)
#10100C
(16,16,12)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #46461E

#46461E
(70,70,30)
#565632
(86,86,50)
#666646
(102,102,70)
#76765A
(118,118,90)
#86866E
(134,134,110)
#969682
(150,150,130)
#A6A696
(166,166,150)
#B6B6AA
(182,182,170)
#C6C6BE
(198,198,190)
#D6D6D2
(214,214,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46461E color. Also use rgb(70,70,30) instead hex code.

Text Font Color

.myTextColor { color: #46461E; }

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

This text font color is #46461E.


Background Color

.myBgColor { background-color: #46461E; }

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

This div background color is #46461E.


Border color

.myBorderColor { border: 1px solid #46461E; }

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

This div border color is #46461E.


Opacity

.myOpacity80 { color: #46461E; opacity: 0.8; }

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

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

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

This text has shadow with #46461E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46461E on black background.


Color preview on white background

This text has color #46461E on white background.



Black color preview on #46461E background

This text has black color on #46461E background.


White color preview on #46461E background

This text has white color on #46461E background.