COLOR #46440B

HEX: #46440B
RGB: (70,68,11)

Color info

#46440B contains red, green and blue colors in about the same proportion. Web safe color of #46440B is #333300 (or #330).

RGB color model

#46440B color RGB value is (70,68,11).

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

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 11 of 255 = 4%

70
68
11

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

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 11 = 149 (100%)
R 70 of 149 ~ 46.98%
G 68 of 149 ~ 45.64%
B 11 of 149 ~ 7.38%

%46.98
%45.64

CMYK color model

#46440B color CMYK value is (0,3,84,73).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 84.29%
  • key color value is 72.55%
CMYK:
(0,3,84,73)
C0M3Y84K73 
(0%,3%,84%,73%)
(0.00/0.03/0.84/0.73)	

CMYK percentages

%0
%2.86
%84.29
%72.55

Codes

Color #46440B in popluar color models

46440B
RGB706811
HSL58°72.84%15.88%
HSB/HSV58°84.29%27.45%
CMYK0.00%2.86%84.29%
72.55%

Color #46440B in popluar number systems.

HEX46440B
Decimal706811
Binary100011010001001011
Octal10610413

Shades and tints

Shades of #46440B

#46440B
(70,68,11)
#403E0A
(64,62,10)
#3A3809
(58,56,9)
#343208
(52,50,8)
#2E2C07
(46,44,7)
#282606
(40,38,6)
#222005
(34,32,5)
#1C1A04
(28,26,4)
#161403
(22,20,3)
#100E02
(16,14,2)
#0A0801
(10,8,1)
#000000
(0,0,0)

Tints of #46440B

#46440B
(70,68,11)
#565521
(86,85,33)
#666637
(102,102,55)
#76774D
(118,119,77)
#868863
(134,136,99)
#969979
(150,153,121)
#A6AA8F
(166,170,143)
#B6BBA5
(182,187,165)
#C6CCBB
(198,204,187)
#D6DDD1
(214,221,209)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46440B; }

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

This text font color is #46440B.


Background Color

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

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

This div background color is #46440B.


Border color

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

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

This div border color is #46440B.


Opacity

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

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

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

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

This text has shadow with #46440B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46440B on black background.


Color preview on white background

This text has color #46440B on white background.



Black color preview on #46440B background

This text has black color on #46440B background.


White color preview on #46440B background

This text has white color on #46440B background.