COLOR #460A09

HEX: #460A09
RGB: (70,10,9)

Color info

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

RGB color model

#460A09 color RGB value is (70,10,9).

  • red value is 70;
  • green value is 10;
  • blue value is 9.
RGB:
(70,10,9)
(27%,4%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 10 of 255 = 4%
B 9 of 255 = 4%

70
10
9

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

Portions of RGB colors in percentages

R + G + B =
70 + 10 + 9 = 89 (100%)
R 70 of 89 ~ 78.65%
G 10 of 89 ~ 11.24%
B 9 of 89 ~ 10.11%

%78.65
%11.24
%10.11

CMYK color model

#460A09 color CMYK value is (0,86,87,73).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 87.14%
  • key color value is 72.55%
CMYK:
(0,86,87,73)
C0M86Y87K73 
(0%,86%,87%,73%)
(0.00/0.86/0.87/0.73)	

CMYK percentages

%0
%85.71
%87.14
%72.55

Codes

Color #460A09 in popluar color models

460A09
RGB70109
HSL77.22%15.49%
HSB/HSV87.14%27.45%
CMYK0.00%85.71%87.14%
72.55%

Color #460A09 in popluar number systems.

HEX460A09
Decimal70109
Binary100011010101001
Octal1061211

Shades and tints

Shades of #460A09

#460A09
(70,10,9)
#400A09
(64,10,9)
#3A0A09
(58,10,9)
#340A09
(52,10,9)
#2E0A09
(46,10,9)
#280A09
(40,10,9)
#220A09
(34,10,9)
#1C0A09
(28,10,9)
#160A09
(22,10,9)
#100A09
(16,10,9)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #460A09

#460A09
(70,10,9)
#56201F
(86,32,31)
#663635
(102,54,53)
#764C4B
(118,76,75)
#866261
(134,98,97)
#967877
(150,120,119)
#A68E8D
(166,142,141)
#B6A4A3
(182,164,163)
#C6BAB9
(198,186,185)
#D6D0CF
(214,208,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460A09; }

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

This text font color is #460A09.


Background Color

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

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

This div background color is #460A09.


Border color

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

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

This div border color is #460A09.


Opacity

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

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

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

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

This text has shadow with #460A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460A09 on black background.


Color preview on white background

This text has color #460A09 on white background.



Black color preview on #460A09 background

This text has black color on #460A09 background.


White color preview on #460A09 background

This text has white color on #460A09 background.