COLOR #46372F

HEX: #46372F
RGB: (70,55,47)

Color info

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

RGB color model

#46372F color RGB value is (70,55,47).

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

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 47 of 255 = 18%

70
55
47

R + G + B ~ 22%. #46372F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 47 = 172 (100%)
R 70 of 172 ~ 40.7%
G 55 of 172 ~ 31.98%
B 47 of 172 ~ 27.33%

%40.7
%31.98
%27.33

CMYK color model

#46372F color CMYK value is (0,21,33,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(0,21,33,73)
C0M21Y33K73 
(0%,21%,33%,73%)
(0.00/0.21/0.33/0.73)	

CMYK percentages

%0
%21.43
%32.86
%72.55

Codes

Color #46372F in popluar color models

46372F
RGB705547
HSL21°19.66%22.94%
HSB/HSV21°32.86%27.45%
CMYK0.00%21.43%32.86%
72.55%

Color #46372F in popluar number systems.

HEX46372F
Decimal705547
Binary1000110110111101111
Octal1066757

Shades and tints

Shades of #46372F

#46372F
(70,55,47)
#40322B
(64,50,43)
#3A2D27
(58,45,39)
#342823
(52,40,35)
#2E231F
(46,35,31)
#281E1B
(40,30,27)
#221917
(34,25,23)
#1C1413
(28,20,19)
#160F0F
(22,15,15)
#100A0B
(16,10,11)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #46372F

#46372F
(70,55,47)
#564941
(86,73,65)
#665B53
(102,91,83)
#766D65
(118,109,101)
#867F77
(134,127,119)
#969189
(150,145,137)
#A6A39B
(166,163,155)
#B6B5AD
(182,181,173)
#C6C7BF
(198,199,191)
#D6D9D1
(214,217,209)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46372F color. Also use rgb(70,55,47) instead hex code.

Text Font Color

.myTextColor { color: #46372F; }

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

This text font color is #46372F.


Background Color

.myBgColor { background-color: #46372F; }

<div style="background-color:#46372F">Inner text</div>

This div background color is #46372F.


Border color

.myBorderColor { border: 1px solid #46372F; }

<div style="border:3px solid #46372F">Div</div>

This div border color is #46372F.


Opacity

.myOpacity80 { color: #46372F; opacity: 0.8; }

<p style="color:#46372F;opacity:0.8;">80%</p>

Text with #46372F 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 #46372F;}

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

This text has shadow with #46372F color.

.textShadow {text-shadow: 3px 3px 1px #46372F, 3px 3px 1px red;}

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

This text has shadow with #46372F primary color and red secondary color.


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

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

This text has shadow with #46372F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46372F on black background.


Color preview on white background

This text has color #46372F on white background.



Black color preview on #46372F background

This text has black color on #46372F background.


White color preview on #46372F background

This text has white color on #46372F background.