COLOR #46473E

HEX: #46473E
RGB: (70,71,62)

Color info

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

RGB color model

#46473E color RGB value is (70,71,62).

  • red value is 70;
  • green value is 71;
  • blue value is 62.
RGB:
(70,71,62)
(27%,28%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 62 of 255 = 24%

70
71
62

R + G + B ~ 26%. #46473E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 62 = 203 (100%)
R 70 of 203 ~ 34.48%
G 71 of 203 ~ 34.98%
B 62 of 203 ~ 30.54%

%34.48
%34.98
%30.54

CMYK color model

#46473E color CMYK value is (1,0,13,72).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(1,0,13,72)
C1M0Y13K72 
(1%,0%,13%,72%)
(0.01/0.00/0.13/0.72)	

CMYK percentages

%1.41
%0
%12.68
%72.16

Codes

Color #46473E in popluar color models

46473E
RGB707162
HSL67°6.77%26.08%
HSB/HSV67°12.68%27.84%
CMYK1.41%0.00%12.68%
72.16%

Color #46473E in popluar number systems.

HEX46473E
Decimal707162
Binary10001101000111111110
Octal10610776

Shades and tints

Shades of #46473E

#46473E
(70,71,62)
#404139
(64,65,57)
#3A3B34
(58,59,52)
#34352F
(52,53,47)
#2E2F2A
(46,47,42)
#282925
(40,41,37)
#222320
(34,35,32)
#1C1D1B
(28,29,27)
#161716
(22,23,22)
#101111
(16,17,17)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #46473E

#46473E
(70,71,62)
#56574F
(86,87,79)
#666760
(102,103,96)
#767771
(118,119,113)
#868782
(134,135,130)
#969793
(150,151,147)
#A6A7A4
(166,167,164)
#B6B7B5
(182,183,181)
#C6C7C6
(198,199,198)
#D6D7D7
(214,215,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46473E; }

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

This text font color is #46473E.


Background Color

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

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

This div background color is #46473E.


Border color

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

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

This div border color is #46473E.


Opacity

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

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

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

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

This text has shadow with #46473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46473E on black background.


Color preview on white background

This text has color #46473E on white background.



Black color preview on #46473E background

This text has black color on #46473E background.


White color preview on #46473E background

This text has white color on #46473E background.