COLOR #46392E

HEX: #46392E
RGB: (70,57,46)

Color info

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

RGB color model

#46392E color RGB value is (70,57,46).

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

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 46 of 255 = 18%

70
57
46

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 46 = 173 (100%)
R 70 of 173 ~ 40.46%
G 57 of 173 ~ 32.95%
B 46 of 173 ~ 26.59%

%40.46
%32.95
%26.59

CMYK color model

#46392E color CMYK value is (0,19,34,73).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 34.29%
  • key color value is 72.55%
CMYK:
(0,19,34,73)
C0M19Y34K73 
(0%,19%,34%,73%)
(0.00/0.19/0.34/0.73)	

CMYK percentages

%0
%18.57
%34.29
%72.55

Codes

Color #46392E in popluar color models

46392E
RGB705746
HSL28°20.69%22.75%
HSB/HSV28°34.29%27.45%
CMYK0.00%18.57%34.29%
72.55%

Color #46392E in popluar number systems.

HEX46392E
Decimal705746
Binary1000110111001101110
Octal1067156

Shades and tints

Shades of #46392E

#46392E
(70,57,46)
#40342A
(64,52,42)
#3A2F26
(58,47,38)
#342A22
(52,42,34)
#2E251E
(46,37,30)
#28201A
(40,32,26)
#221B16
(34,27,22)
#1C1612
(28,22,18)
#16110E
(22,17,14)
#100C0A
(16,12,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #46392E

#46392E
(70,57,46)
#564B41
(86,75,65)
#665D54
(102,93,84)
#766F67
(118,111,103)
#86817A
(134,129,122)
#96938D
(150,147,141)
#A6A5A0
(166,165,160)
#B6B7B3
(182,183,179)
#C6C9C6
(198,201,198)
#D6DBD9
(214,219,217)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46392E; }

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

This text font color is #46392E.


Background Color

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

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

This div background color is #46392E.


Border color

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

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

This div border color is #46392E.


Opacity

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

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

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

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

This text has shadow with #46392E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46392E on black background.


Color preview on white background

This text has color #46392E on white background.



Black color preview on #46392E background

This text has black color on #46392E background.


White color preview on #46392E background

This text has white color on #46392E background.