COLOR #46413B

HEX: #46413B
RGB: (70,65,59)

Color info

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

RGB color model

#46413B color RGB value is (70,65,59).

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

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 59 of 255 = 23%

70
65
59

R + G + B ~ 25%. #46413B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 59 = 194 (100%)
R 70 of 194 ~ 36.08%
G 65 of 194 ~ 33.51%
B 59 of 194 ~ 30.41%

%36.08
%33.51
%30.41

CMYK color model

#46413B color CMYK value is (0,7,16,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(0,7,16,73)
C0M7Y16K73 
(0%,7%,16%,73%)
(0.00/0.07/0.16/0.73)	

CMYK percentages

%0
%7.14
%15.71
%72.55

Codes

Color #46413B in popluar color models

46413B
RGB706559
HSL33°8.53%25.29%
HSB/HSV33°15.71%27.45%
CMYK0.00%7.14%15.71%
72.55%

Color #46413B in popluar number systems.

HEX46413B
Decimal706559
Binary10001101000001111011
Octal10610173

Shades and tints

Shades of #46413B

#46413B
(70,65,59)
#403C36
(64,60,54)
#3A3731
(58,55,49)
#34322C
(52,50,44)
#2E2D27
(46,45,39)
#282822
(40,40,34)
#22231D
(34,35,29)
#1C1E18
(28,30,24)
#161913
(22,25,19)
#10140E
(16,20,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #46413B

#46413B
(70,65,59)
#56524C
(86,82,76)
#66635D
(102,99,93)
#76746E
(118,116,110)
#86857F
(134,133,127)
#969690
(150,150,144)
#A6A7A1
(166,167,161)
#B6B8B2
(182,184,178)
#C6C9C3
(198,201,195)
#D6DAD4
(214,218,212)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46413B; }

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

This text font color is #46413B.


Background Color

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

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

This div background color is #46413B.


Border color

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

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

This div border color is #46413B.


Opacity

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

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

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

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

This text has shadow with #46413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46413B on black background.


Color preview on white background

This text has color #46413B on white background.



Black color preview on #46413B background

This text has black color on #46413B background.


White color preview on #46413B background

This text has white color on #46413B background.