COLOR #460501

HEX: #460501
RGB: (70,5,1)

Color info

#460501 contains mainly red color. Web safe color of #460501 is #330000 (or #300).

RGB color model

#460501 color RGB value is (70,5,1).

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

RGB channels and saturation

R 70 of 255 = 27%
G 5 of 255 = 2%
B 1 of 255 = 0%

70
5
1

R + G + B ~ 10%. #460501 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 5 + 1 = 76 (100%)
R 70 of 76 ~ 92.11%
G 5 of 76 ~ 6.58%
B 1 of 76 ~ 1.32%

%92.11

CMYK color model

#460501 color CMYK value is (0,93,99,73).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 98.57%
  • key color value is 72.55%
CMYK:
(0,93,99,73)
C0M93Y99K73 
(0%,93%,99%,73%)
(0.00/0.93/0.99/0.73)	

CMYK percentages

%0
%92.86
%98.57
%72.55

Codes

Color #460501 in popluar color models

460501
RGB7051
HSL97.18%13.92%
HSB/HSV98.57%27.45%
CMYK0.00%92.86%98.57%
72.55%

Color #460501 in popluar number systems.

HEX460501
Decimal7051
Binary10001101011
Octal10651

Shades and tints

Shades of #460501

#460501
(70,5,1)
#400501
(64,5,1)
#3A0501
(58,5,1)
#340501
(52,5,1)
#2E0501
(46,5,1)
#280501
(40,5,1)
#220501
(34,5,1)
#1C0501
(28,5,1)
#160501
(22,5,1)
#100501
(16,5,1)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #460501

#460501
(70,5,1)
#561B18
(86,27,24)
#66312F
(102,49,47)
#764746
(118,71,70)
#865D5D
(134,93,93)
#967374
(150,115,116)
#A6898B
(166,137,139)
#B69FA2
(182,159,162)
#C6B5B9
(198,181,185)
#D6CBD0
(214,203,208)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460501 color. Also use rgb(70,5,1) instead hex code.

Text Font Color

.myTextColor { color: #460501; }

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

This text font color is #460501.


Background Color

.myBgColor { background-color: #460501; }

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

This div background color is #460501.


Border color

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

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

This div border color is #460501.


Opacity

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

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

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

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

This text has shadow with #460501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460501 on black background.


Color preview on white background

This text has color #460501 on white background.



Black color preview on #460501 background

This text has black color on #460501 background.


White color preview on #460501 background

This text has white color on #460501 background.