COLOR #460D40

HEX: #460D40
RGB: (70,13,64)

Color info

#460D40 contains red, green and blue colors in about the same proportion. Web safe color of #460D40 is #330033 (or #303).

RGB color model

#460D40 color RGB value is (70,13,64).

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

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 64 of 255 = 25%

70
13
64

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

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 64 = 147 (100%)
R 70 of 147 ~ 47.62%
G 13 of 147 ~ 8.84%
B 64 of 147 ~ 43.54%

%47.62
%43.54

CMYK color model

#460D40 color CMYK value is (0,81,9,73).

  • cyan value is 0.00%
  • magenta value is 81.43%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(0,81,9,73)
C0M81Y9K73 
(0%,81%,9%,73%)
(0.00/0.81/0.09/0.73)	

CMYK percentages

%0
%81.43
%8.57
%72.55

Codes

Color #460D40 in popluar color models

460D40
RGB701364
HSL306°68.67%16.27%
HSB/HSV306°81.43%27.45%
CMYK0.00%81.43%8.57%
72.55%

Color #460D40 in popluar number systems.

HEX460D40
Decimal701364
Binary100011011011000000
Octal10615100

Shades and tints

Shades of #460D40

#460D40
(70,13,64)
#400C3B
(64,12,59)
#3A0B36
(58,11,54)
#340A31
(52,10,49)
#2E092C
(46,9,44)
#280827
(40,8,39)
#220722
(34,7,34)
#1C061D
(28,6,29)
#160518
(22,5,24)
#100413
(16,4,19)
#0A030E
(10,3,14)
#000000
(0,0,0)

Tints of #460D40

#460D40
(70,13,64)
#562351
(86,35,81)
#663962
(102,57,98)
#764F73
(118,79,115)
#866584
(134,101,132)
#967B95
(150,123,149)
#A691A6
(166,145,166)
#B6A7B7
(182,167,183)
#C6BDC8
(198,189,200)
#D6D3D9
(214,211,217)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460D40 color. Also use rgb(70,13,64) instead hex code.

Text Font Color

.myTextColor { color: #460D40; }

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

This text font color is #460D40.


Background Color

.myBgColor { background-color: #460D40; }

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

This div background color is #460D40.


Border color

.myBorderColor { border: 1px solid #460D40; }

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

This div border color is #460D40.


Opacity

.myOpacity80 { color: #460D40; opacity: 0.8; }

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

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

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

This text has shadow with #460D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D40 on black background.


Color preview on white background

This text has color #460D40 on white background.



Black color preview on #460D40 background

This text has black color on #460D40 background.


White color preview on #460D40 background

This text has white color on #460D40 background.