COLOR #460713

HEX: #460713
RGB: (70,7,19)

Color info

#460713 contains mainly red and blue colors. Web safe color of #460713 is #330000 (or #300).

RGB color model

#460713 color RGB value is (70,7,19).

  • red value is 70;
  • green value is 7;
  • blue value is 19.
RGB: (70,7,19) (27%,3%,7%)

RGB channels and saturation

R 70 of 255 = 27%
G 7 of 255 = 3%
B 19 of 255 = 7%

70
7
19

R + G + B ~ 12%. #460713 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 7 + 19 = 96 (100%)
R 70 of 96 ~ 72.92%
G 7 of 96 ~ 7.29%
B 19 of 96 ~ 19.79%

%72.92
%19.79

CMYK color model

#460713 color CMYK value is (0,90,73,73).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 72.86%
  • key color value is 72.55%
CMYK: (0,90,73,73) C0M90Y73K73 (0%,90%,73%,73%) (0.00/0.90/0.73/0.73)

CMYK percentages

%0
%90
%72.86
%72.55

Codes

Color #460713 in popluar color models

460713
RGB70719
HSL349°81.82%15.10%
HSB/HSV349°90.00%27.45%
CMYK0.00%90.00%72.86%
72.55%

Color #460713 in popluar number systems.

HEX460713
Decimal70719
Binary100011011110011
Octal106723

Shades and tints

Shades of #460713

#460713
(70,7,19)
#400712
(64,7,18)
#3A0711
(58,7,17)
#340710
(52,7,16)
#2E070F
(46,7,15)
#28070E
(40,7,14)
#22070D
(34,7,13)
#1C070C
(28,7,12)
#16070B
(22,7,11)
#10070A
(16,7,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #460713

#460713
(70,7,19)
#561D28
(86,29,40)
#66333D
(102,51,61)
#764952
(118,73,82)
#865F67
(134,95,103)
#96757C
(150,117,124)
#A68B91
(166,139,145)
#B6A1A6
(182,161,166)
#C6B7BB
(198,183,187)
#D6CDD0
(214,205,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460713 color. Also use rgb(70,7,19) instead hex code.

Text Font Color

.myTextColor { color: #460713; }

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

This text font color is #460713.


Background Color

.myBgColor { background-color: #460713; }

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

This div background color is #460713.


Border color

.myBorderColor { border: 1px solid #460713; }

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

This div border color is #460713.


Opacity

.myOpacity80 { color: #460713; opacity: 0.8; }

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

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

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

This text has shadow with #460713 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #460713 on black background.


Color preview on white background

This text has color #460713 on white background.



Black color preview on #460713 background

This text has black color on #460713 background.


White color preview on #460713 background

This text has white color on #460713 background.