COLOR #460600

HEX: #460600
RGB: (70,6,0)

Color info

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

RGB color model

#460600 color RGB value is (70,6,0).

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

RGB channels and saturation

R 70 of 255 = 27%
G 6 of 255 = 2%
B 0 of 255 = 0%

70
6
0

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

Portions of RGB colors in percentages

R + G + B =
70 + 6 + 0 = 76 (100%)
R 70 of 76 ~ 92.11%
G 6 of 76 ~ 7.89%
B 0 of 76 ~ 0%

%92.11

CMYK color model

#460600 color CMYK value is (0,91,100,73).

  • cyan value is 0.00%
  • magenta value is 91.43%
  • yellow value is 100.00%
  • key color value is 72.55%
CMYK:
(0,91,100,73)
C0M91Y100K73 
(0%,91%,100%,73%)
(0.00/0.91/1.00/0.73)	

CMYK percentages

%0
%91.43
%100
%72.55

Codes

Color #460600 in popluar color models

460600
RGB7060
HSL100.00%13.73%
HSB/HSV100.00%27.45%
CMYK0.00%91.43%100.00%
72.55%

Color #460600 in popluar number systems.

HEX460600
Decimal7060
Binary10001101100
Octal10660

Shades and tints

Shades of #460600

#460600
(70,6,0)
#400600
(64,6,0)
#3A0600
(58,6,0)
#340600
(52,6,0)
#2E0600
(46,6,0)
#280600
(40,6,0)
#220600
(34,6,0)
#1C0600
(28,6,0)
#160600
(22,6,0)
#100600
(16,6,0)
#0A0600
(10,6,0)
#000000
(0,0,0)

Tints of #460600

#460600
(70,6,0)
#561C17
(86,28,23)
#66322E
(102,50,46)
#764845
(118,72,69)
#865E5C
(134,94,92)
#967473
(150,116,115)
#A68A8A
(166,138,138)
#B6A0A1
(182,160,161)
#C6B6B8
(198,182,184)
#D6CCCF
(214,204,207)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460600 color. Also use rgb(70,6,0) instead hex code.

Text Font Color

.myTextColor { color: #460600; }

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

This text font color is #460600.


Background Color

.myBgColor { background-color: #460600; }

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

This div background color is #460600.


Border color

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

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

This div border color is #460600.


Opacity

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

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

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

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

This text has shadow with #460600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460600 on black background.


Color preview on white background

This text has color #460600 on white background.



Black color preview on #460600 background

This text has black color on #460600 background.


White color preview on #460600 background

This text has white color on #460600 background.