COLOR #46000D

HEX: #46000D
RGB: (70,0,13)

Color info

#46000D contains only red and blue colors. Web safe color of #46000D is #330000 (or #300).

RGB color model

#46000D color RGB value is (70,0,13).

  • red value is 70;
  • green value is 0;
  • blue value is 13.
RGB:
(70,0,13)
(27%,0%,5%)

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 13 of 255 = 5%

70
0
13

R + G + B ~ 11%. #46000D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 0 + 13 = 83 (100%)
R 70 of 83 ~ 84.34%
G 0 of 83 ~ 0%
B 13 of 83 ~ 15.66%

%84.34
%15.66

CMYK color model

#46000D color CMYK value is (0,100,81,73).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 81.43%
  • key color value is 72.55%
CMYK:
(0,100,81,73)
C0M100Y81K73 
(0%,100%,81%,73%)
(0.00/1.00/0.81/0.73)	

CMYK percentages

%0
%100
%81.43
%72.55

Codes

Color #46000D in popluar color models

46000D
RGB70013
HSL349°100.00%13.73%
HSB/HSV349°100.00%27.45%
CMYK0.00%100.00%81.43%
72.55%

Color #46000D in popluar number systems.

HEX46000D
Decimal70013
Binary100011001101
Octal106015

Shades and tints

Shades of #46000D

#46000D
(70,0,13)
#40000C
(64,0,12)
#3A000B
(58,0,11)
#34000A
(52,0,10)
#2E0009
(46,0,9)
#280008
(40,0,8)
#220007
(34,0,7)
#1C0006
(28,0,6)
#160005
(22,0,5)
#100004
(16,0,4)
#0A0003
(10,0,3)
#000000
(0,0,0)

Tints of #46000D

#46000D
(70,0,13)
#561723
(86,23,35)
#662E39
(102,46,57)
#76454F
(118,69,79)
#865C65
(134,92,101)
#96737B
(150,115,123)
#A68A91
(166,138,145)
#B6A1A7
(182,161,167)
#C6B8BD
(198,184,189)
#D6CFD3
(214,207,211)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46000D color. Also use rgb(70,0,13) instead hex code.

Text Font Color

.myTextColor { color: #46000D; }

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

This text font color is #46000D.


Background Color

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

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

This div background color is #46000D.


Border color

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

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

This div border color is #46000D.


Opacity

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

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

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

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

This text has shadow with #46000D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46000D on black background.


Color preview on white background

This text has color #46000D on white background.



Black color preview on #46000D background

This text has black color on #46000D background.


White color preview on #46000D background

This text has white color on #46000D background.