COLOR #460D20

HEX: #460D20
RGB: (70,13,32)

Color info

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

RGB color model

#460D20 color RGB value is (70,13,32).

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

RGB channels and saturation

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

70
13
32

R + G + B ~ 15%. #460D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 32 = 115 (100%)
R 70 of 115 ~ 60.87%
G 13 of 115 ~ 11.3%
B 32 of 115 ~ 27.83%

%60.87
%11.3
%27.83

CMYK color model

#460D20 color CMYK value is (0,81,54,73).

  • cyan value is 0.00%
  • magenta value is 81.43%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK:
(0,81,54,73)
C0M81Y54K73 
(0%,81%,54%,73%)
(0.00/0.81/0.54/0.73)	

CMYK percentages

%0
%81.43
%54.29
%72.55

Codes

Color #460D20 in popluar color models

460D20
RGB701332
HSL340°68.67%16.27%
HSB/HSV340°81.43%27.45%
CMYK0.00%81.43%54.29%
72.55%

Color #460D20 in popluar number systems.

HEX460D20
Decimal701332
Binary10001101101100000
Octal1061540

Shades and tints

Shades of #460D20

#460D20
(70,13,32)
#400C1E
(64,12,30)
#3A0B1C
(58,11,28)
#340A1A
(52,10,26)
#2E0918
(46,9,24)
#280816
(40,8,22)
#220714
(34,7,20)
#1C0612
(28,6,18)
#160510
(22,5,16)
#10040E
(16,4,14)
#0A030C
(10,3,12)
#000000
(0,0,0)

Tints of #460D20

#460D20
(70,13,32)
#562334
(86,35,52)
#663948
(102,57,72)
#764F5C
(118,79,92)
#866570
(134,101,112)
#967B84
(150,123,132)
#A69198
(166,145,152)
#B6A7AC
(182,167,172)
#C6BDC0
(198,189,192)
#D6D3D4
(214,211,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460D20; }

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

This text font color is #460D20.


Background Color

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

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

This div background color is #460D20.


Border color

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

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

This div border color is #460D20.


Opacity

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

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

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

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

This text has shadow with #460D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D20 on black background.


Color preview on white background

This text has color #460D20 on white background.



Black color preview on #460D20 background

This text has black color on #460D20 background.


White color preview on #460D20 background

This text has white color on #460D20 background.