COLOR #46391E

HEX: #46391E
RGB: (70,57,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
57
30

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 30 = 157 (100%)
R 70 of 157 ~ 44.59%
G 57 of 157 ~ 36.31%
B 30 of 157 ~ 19.11%

%44.59
%36.31
%19.11

CMYK color model

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

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

CMYK percentages

%0
%18.57
%57.14
%72.55

Codes

Color #46391E in popluar color models

46391E
RGB705730
HSL41°40.00%19.61%
HSB/HSV41°57.14%27.45%
CMYK0.00%18.57%57.14%
72.55%

Color #46391E in popluar number systems.

HEX46391E
Decimal705730
Binary100011011100111110
Octal1067136

Shades and tints

Shades of #46391E

#46391E
(70,57,30)
#40341C
(64,52,28)
#3A2F1A
(58,47,26)
#342A18
(52,42,24)
#2E2516
(46,37,22)
#282014
(40,32,20)
#221B12
(34,27,18)
#1C1610
(28,22,16)
#16110E
(22,17,14)
#100C0C
(16,12,12)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #46391E

#46391E
(70,57,30)
#564B32
(86,75,50)
#665D46
(102,93,70)
#766F5A
(118,111,90)
#86816E
(134,129,110)
#969382
(150,147,130)
#A6A596
(166,165,150)
#B6B7AA
(182,183,170)
#C6C9BE
(198,201,190)
#D6DBD2
(214,219,210)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46391E; }

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

This text font color is #46391E.


Background Color

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

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

This div background color is #46391E.


Border color

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

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

This div border color is #46391E.


Opacity

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

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

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

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

This text has shadow with #46391E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46391E on black background.


Color preview on white background

This text has color #46391E on white background.



Black color preview on #46391E background

This text has black color on #46391E background.


White color preview on #46391E background

This text has white color on #46391E background.