COLOR #46472A

HEX: #46472A
RGB: (70,71,42)

Color info

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

RGB color model

#46472A color RGB value is (70,71,42).

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

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 42 of 255 = 16%

70
71
42

R + G + B ~ 24%. #46472A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 42 = 183 (100%)
R 70 of 183 ~ 38.25%
G 71 of 183 ~ 38.8%
B 42 of 183 ~ 22.95%

%38.25
%38.8
%22.95

CMYK color model

#46472A color CMYK value is (1,0,41,72).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(1,0,41,72)
C1M0Y41K72 
(1%,0%,41%,72%)
(0.01/0.00/0.41/0.72)	

CMYK percentages

%1.41
%0
%40.85
%72.16

Codes

Color #46472A in popluar color models

46472A
RGB707142
HSL62°25.66%22.16%
HSB/HSV62°40.85%27.84%
CMYK1.41%0.00%40.85%
72.16%

Color #46472A in popluar number systems.

HEX46472A
Decimal707142
Binary10001101000111101010
Octal10610752

Shades and tints

Shades of #46472A

#46472A
(70,71,42)
#404127
(64,65,39)
#3A3B24
(58,59,36)
#343521
(52,53,33)
#2E2F1E
(46,47,30)
#28291B
(40,41,27)
#222318
(34,35,24)
#1C1D15
(28,29,21)
#161712
(22,23,18)
#10110F
(16,17,15)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #46472A

#46472A
(70,71,42)
#56573D
(86,87,61)
#666750
(102,103,80)
#767763
(118,119,99)
#868776
(134,135,118)
#969789
(150,151,137)
#A6A79C
(166,167,156)
#B6B7AF
(182,183,175)
#C6C7C2
(198,199,194)
#D6D7D5
(214,215,213)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46472A color. Also use rgb(70,71,42) instead hex code.

Text Font Color

.myTextColor { color: #46472A; }

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

This text font color is #46472A.


Background Color

.myBgColor { background-color: #46472A; }

<div style="background-color:#46472A">Inner text</div>

This div background color is #46472A.


Border color

.myBorderColor { border: 1px solid #46472A; }

<div style="border:3px solid #46472A">Div</div>

This div border color is #46472A.


Opacity

.myOpacity80 { color: #46472A; opacity: 0.8; }

<p style="color:#46472A;opacity:0.8;">80%</p>

Text with #46472A 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 #46472A;}

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

This text has shadow with #46472A color.

.textShadow {text-shadow: 3px 3px 1px #46472A, 3px 3px 1px red;}

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

This text has shadow with #46472A primary color and red secondary color.


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

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

This text has shadow with #46472A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46472A on black background.


Color preview on white background

This text has color #46472A on white background.



Black color preview on #46472A background

This text has black color on #46472A background.


White color preview on #46472A background

This text has white color on #46472A background.