COLOR #46372D

HEX: #46372D
RGB: (70,55,45)

Color info

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

RGB color model

#46372D color RGB value is (70,55,45).

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

RGB channels and saturation

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

70
55
45

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

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 45 = 170 (100%)
R 70 of 170 ~ 41.18%
G 55 of 170 ~ 32.35%
B 45 of 170 ~ 26.47%

%41.18
%32.35
%26.47

CMYK color model

#46372D color CMYK value is (0,21,36,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(0,21,36,73)
C0M21Y36K73 
(0%,21%,36%,73%)
(0.00/0.21/0.36/0.73)	

CMYK percentages

%0
%21.43
%35.71
%72.55

Codes

Color #46372D in popluar color models

46372D
RGB705545
HSL24°21.74%22.55%
HSB/HSV24°35.71%27.45%
CMYK0.00%21.43%35.71%
72.55%

Color #46372D in popluar number systems.

HEX46372D
Decimal705545
Binary1000110110111101101
Octal1066755

Shades and tints

Shades of #46372D

#46372D
(70,55,45)
#403229
(64,50,41)
#3A2D25
(58,45,37)
#342821
(52,40,33)
#2E231D
(46,35,29)
#281E19
(40,30,25)
#221915
(34,25,21)
#1C1411
(28,20,17)
#160F0D
(22,15,13)
#100A09
(16,10,9)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #46372D

#46372D
(70,55,45)
#564940
(86,73,64)
#665B53
(102,91,83)
#766D66
(118,109,102)
#867F79
(134,127,121)
#96918C
(150,145,140)
#A6A39F
(166,163,159)
#B6B5B2
(182,181,178)
#C6C7C5
(198,199,197)
#D6D9D8
(214,217,216)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46372D; }

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

This text font color is #46372D.


Background Color

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

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

This div background color is #46372D.


Border color

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

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

This div border color is #46372D.


Opacity

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

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

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

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

This text has shadow with #46372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46372D on black background.


Color preview on white background

This text has color #46372D on white background.



Black color preview on #46372D background

This text has black color on #46372D background.


White color preview on #46372D background

This text has white color on #46372D background.