COLOR #460A01

HEX: #460A01 RGB: (70,10,1)

Color info

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

RGB color model

#460A01 color RGB value is (70,10,1).

RGB: (70,10,1) (27%, 4%, 0%)

RGB channels and saturation

R 70 of 255 = 27%
G 10 of 255 = 4%
B 1 of 255 = 0%

70
10
1

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

Portions of RGB colors in percentages

R + G + B = 70 + 10 + 1 = 81 (100%)
R 70 of 81 ~ 86.42%
G 10 of 81 ~ 12.35%
B 1 of 81 ~ 1.23'%

%86.42
%12.35

CMYK color model

#460A01 color CMYK value is (0,86,99,73).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 98.57%
  • key color value is 72.55%
CMYK: (0,86,99,73) C0M86Y99K73 (0%,86%,99%,73%) (0.00/0.86/0.99/0.73) 

CMYK percentages

%0
%85.71
%98.57
%72.55

Codes

Color #460A01 in popluar color models

46 0A 01
RGB 70 10 1
HSL 97.18% 13.92%
HSB/HSV 98.57% 27.45%
CMYK 0.00% 85.71% 98.57%
72.55%

Color #460A01 in popluar number systems.

HEX 46 0A 01
Decimal 70 10 1
Binary 1000110 1010 1
Octal 106 12 1

Shades and tints

Shades of #460A01

#460A01
(70,10,1)
#400A01
(64,10,1)
#3A0A01
(58,10,1)
#340A01
(52,10,1)
#2E0A01
(46,10,1)
#280A01
(40,10,1)
#220A01
(34,10,1)
#1C0A01
(28,10,1)
#160A01
(22,10,1)
#100A01
(16,10,1)
#0A0A01
(10,10,1)
#000000
(0,0,0)

Tints of #460A01

#460A01
(70,10,1)
#562018
(86,32,24)
#66362F
(102,54,47)
#764C46
(118,76,70)
#86625D
(134,98,93)
#967874
(150,120,116)
#A68E8B
(166,142,139)
#B6A4A2
(182,164,162)
#C6BAB9
(198,186,185)
#D6D0D0
(214,208,208)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460A01; }

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

This text font color is #460A01.

Background Color

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

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

This div background color is #460A01.

Border color

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

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

This div border color is #460A01.

Opacity

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

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

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

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

This text has shadow with #460A01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #460A01.

Preview

Color preview on black background

This text has color #460A01 on black background.


Color preview on white background

This text has color #460A01 on white background.


Black color preview on #460A01 background

This text has black color on #460A01 background.


White color preview on #460A01 background

This text has white color on #460A01 background.


Related colors

Complementary color

Complementary color for #hex is #B9F5FE.


I love getcolorcode.com

Triadic colors

1 #01460A and #0A0146 with #460A01 are triadic colors.

2 #010A46 and #0A4601 with #460A01 are triadic colors.