COLOR #46331E

HEX: #46331E
RGB: (70,51,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
51
30

R + G + B ~ 20%. #46331E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 30 = 151 (100%)
R 70 of 151 ~ 46.36%
G 51 of 151 ~ 33.77%
B 30 of 151 ~ 19.87%

%46.36
%33.77
%19.87

CMYK color model

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

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

CMYK percentages

%0
%27.14
%57.14
%72.55

Codes

Color #46331E in popluar color models

46331E
RGB705130
HSL32°40.00%19.61%
HSB/HSV32°57.14%27.45%
CMYK0.00%27.14%57.14%
72.55%

Color #46331E in popluar number systems.

HEX46331E
Decimal705130
Binary100011011001111110
Octal1066336

Shades and tints

Shades of #46331E

#46331E
(70,51,30)
#402F1C
(64,47,28)
#3A2B1A
(58,43,26)
#342718
(52,39,24)
#2E2316
(46,35,22)
#281F14
(40,31,20)
#221B12
(34,27,18)
#1C1710
(28,23,16)
#16130E
(22,19,14)
#100F0C
(16,15,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #46331E

#46331E
(70,51,30)
#564532
(86,69,50)
#665746
(102,87,70)
#76695A
(118,105,90)
#867B6E
(134,123,110)
#968D82
(150,141,130)
#A69F96
(166,159,150)
#B6B1AA
(182,177,170)
#C6C3BE
(198,195,190)
#D6D5D2
(214,213,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46331E; }

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

This text font color is #46331E.


Background Color

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

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

This div background color is #46331E.


Border color

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

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

This div border color is #46331E.


Opacity

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

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

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

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

This text has shadow with #46331E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46331E on black background.


Color preview on white background

This text has color #46331E on white background.



Black color preview on #46331E background

This text has black color on #46331E background.


White color preview on #46331E background

This text has white color on #46331E background.