COLOR #46472C

HEX: #46472C
RGB: (70,71,44)

Color info

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

RGB color model

#46472C color RGB value is (70,71,44).

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

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 44 of 255 = 17%

70
71
44

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 44 = 185 (100%)
R 70 of 185 ~ 37.84%
G 71 of 185 ~ 38.38%
B 44 of 185 ~ 23.78%

%37.84
%38.38
%23.78

CMYK color model

#46472C color CMYK value is (1,0,38,72).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(1,0,38,72)
C1M0Y38K72 
(1%,0%,38%,72%)
(0.01/0.00/0.38/0.72)	

CMYK percentages

%1.41
%0
%38.03
%72.16

Codes

Color #46472C in popluar color models

46472C
RGB707144
HSL62°23.48%22.55%
HSB/HSV62°38.03%27.84%
CMYK1.41%0.00%38.03%
72.16%

Color #46472C in popluar number systems.

HEX46472C
Decimal707144
Binary10001101000111101100
Octal10610754

Shades and tints

Shades of #46472C

#46472C
(70,71,44)
#404128
(64,65,40)
#3A3B24
(58,59,36)
#343520
(52,53,32)
#2E2F1C
(46,47,28)
#282918
(40,41,24)
#222314
(34,35,20)
#1C1D10
(28,29,16)
#16170C
(22,23,12)
#101108
(16,17,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #46472C

#46472C
(70,71,44)
#56573F
(86,87,63)
#666752
(102,103,82)
#767765
(118,119,101)
#868778
(134,135,120)
#96978B
(150,151,139)
#A6A79E
(166,167,158)
#B6B7B1
(182,183,177)
#C6C7C4
(198,199,196)
#D6D7D7
(214,215,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46472C; }

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

This text font color is #46472C.


Background Color

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

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

This div background color is #46472C.


Border color

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

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

This div border color is #46472C.


Opacity

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

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

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

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

This text has shadow with #46472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46472C on black background.


Color preview on white background

This text has color #46472C on white background.



Black color preview on #46472C background

This text has black color on #46472C background.


White color preview on #46472C background

This text has white color on #46472C background.