COLOR #46443B

HEX: #46443B
RGB: (70,68,59)

Color info

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

RGB color model

#46443B color RGB value is (70,68,59).

  • red value is 70;
  • green value is 68;
  • blue value is 59.
RGB:
(70,68,59)
(27%,27%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 59 of 255 = 23%

70
68
59

R + G + B ~ 26%. #46443B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 59 = 197 (100%)
R 70 of 197 ~ 35.53%
G 68 of 197 ~ 34.52%
B 59 of 197 ~ 29.95%

%35.53
%34.52
%29.95

CMYK color model

#46443B color CMYK value is (0,3,16,73).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(0,3,16,73)
C0M3Y16K73 
(0%,3%,16%,73%)
(0.00/0.03/0.16/0.73)	

CMYK percentages

%0
%2.86
%15.71
%72.55

Codes

Color #46443B in popluar color models

46443B
RGB706859
HSL49°8.53%25.29%
HSB/HSV49°15.71%27.45%
CMYK0.00%2.86%15.71%
72.55%

Color #46443B in popluar number systems.

HEX46443B
Decimal706859
Binary10001101000100111011
Octal10610473

Shades and tints

Shades of #46443B

#46443B
(70,68,59)
#403E36
(64,62,54)
#3A3831
(58,56,49)
#34322C
(52,50,44)
#2E2C27
(46,44,39)
#282622
(40,38,34)
#22201D
(34,32,29)
#1C1A18
(28,26,24)
#161413
(22,20,19)
#100E0E
(16,14,14)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #46443B

#46443B
(70,68,59)
#56554C
(86,85,76)
#66665D
(102,102,93)
#76776E
(118,119,110)
#86887F
(134,136,127)
#969990
(150,153,144)
#A6AAA1
(166,170,161)
#B6BBB2
(182,187,178)
#C6CCC3
(198,204,195)
#D6DDD4
(214,221,212)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46443B color. Also use rgb(70,68,59) instead hex code.

Text Font Color

.myTextColor { color: #46443B; }

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

This text font color is #46443B.


Background Color

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

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

This div background color is #46443B.


Border color

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

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

This div border color is #46443B.


Opacity

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

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

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

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

This text has shadow with #46443B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46443B on black background.


Color preview on white background

This text has color #46443B on white background.



Black color preview on #46443B background

This text has black color on #46443B background.


White color preview on #46443B background

This text has white color on #46443B background.