COLOR #46242B

HEX: #46242B
RGB: (70,36,43)

Color info

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

RGB color model

#46242B color RGB value is (70,36,43).

  • red value is 70;
  • green value is 36;
  • blue value is 43.
RGB:
(70,36,43)
(27%,14%,17%)

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 43 of 255 = 17%

70
36
43

R + G + B ~ 19%. #46242B is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 43 = 149 (100%)
R 70 of 149 ~ 46.98%
G 36 of 149 ~ 24.16%
B 43 of 149 ~ 28.86%

%46.98
%24.16
%28.86

CMYK color model

#46242B color CMYK value is (0,49,39,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 38.57%
  • key color value is 72.55%
CMYK:
(0,49,39,73)
C0M49Y39K73 
(0%,49%,39%,73%)
(0.00/0.49/0.39/0.73)	

CMYK percentages

%0
%48.57
%38.57
%72.55

Codes

Color #46242B in popluar color models

46242B
RGB703643
HSL348°32.08%20.78%
HSB/HSV348°48.57%27.45%
CMYK0.00%48.57%38.57%
72.55%

Color #46242B in popluar number systems.

HEX46242B
Decimal703643
Binary1000110100100101011
Octal1064453

Shades and tints

Shades of #46242B

#46242B
(70,36,43)
#402128
(64,33,40)
#3A1E25
(58,30,37)
#341B22
(52,27,34)
#2E181F
(46,24,31)
#28151C
(40,21,28)
#221219
(34,18,25)
#1C0F16
(28,15,22)
#160C13
(22,12,19)
#100910
(16,9,16)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #46242B

#46242B
(70,36,43)
#56373E
(86,55,62)
#664A51
(102,74,81)
#765D64
(118,93,100)
#867077
(134,112,119)
#96838A
(150,131,138)
#A6969D
(166,150,157)
#B6A9B0
(182,169,176)
#C6BCC3
(198,188,195)
#D6CFD6
(214,207,214)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46242B color. Also use rgb(70,36,43) instead hex code.

Text Font Color

.myTextColor { color: #46242B; }

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

This text font color is #46242B.


Background Color

.myBgColor { background-color: #46242B; }

<div style="background-color:#46242B">Inner text</div>

This div background color is #46242B.


Border color

.myBorderColor { border: 1px solid #46242B; }

<div style="border:3px solid #46242B">Div</div>

This div border color is #46242B.


Opacity

.myOpacity80 { color: #46242B; opacity: 0.8; }

<p style="color:#46242B;opacity:0.8;">80%</p>

Text with #46242B 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 #46242B;}

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

This text has shadow with #46242B color.

.textShadow {text-shadow: 3px 3px 1px #46242B, 3px 3px 1px red;}

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

This text has shadow with #46242B primary color and red secondary color.


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

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

This text has shadow with #46242B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46242B on black background.


Color preview on white background

This text has color #46242B on white background.



Black color preview on #46242B background

This text has black color on #46242B background.


White color preview on #46242B background

This text has white color on #46242B background.