COLOR #460C0F

HEX: #460C0F
RGB: (70,12,15)

Color info

#460C0F contains red, green and blue colors in about the same proportion. Web safe color of #460C0F is #330000 (or #300).

RGB color model

#460C0F color RGB value is (70,12,15).

  • red value is 70;
  • green value is 12;
  • blue value is 15.
RGB:
(70,12,15)
(27%,5%,6%)

RGB channels and saturation

R 70 of 255 = 27%
G 12 of 255 = 5%
B 15 of 255 = 6%

70
12
15

R + G + B ~ 13%. #460C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 12 + 15 = 97 (100%)
R 70 of 97 ~ 72.16%
G 12 of 97 ~ 12.37%
B 15 of 97 ~ 15.46%

%72.16
%12.37
%15.46

CMYK color model

#460C0F color CMYK value is (0,83,79,73).

  • cyan value is 0.00%
  • magenta value is 82.86%
  • yellow value is 78.57%
  • key color value is 72.55%
CMYK:
(0,83,79,73)
C0M83Y79K73 
(0%,83%,79%,73%)
(0.00/0.83/0.79/0.73)	

CMYK percentages

%0
%82.86
%78.57
%72.55

Codes

Color #460C0F in popluar color models

460C0F
RGB701215
HSL357°70.73%16.08%
HSB/HSV357°82.86%27.45%
CMYK0.00%82.86%78.57%
72.55%

Color #460C0F in popluar number systems.

HEX460C0F
Decimal701215
Binary100011011001111
Octal1061417

Shades and tints

Shades of #460C0F

#460C0F
(70,12,15)
#400B0E
(64,11,14)
#3A0A0D
(58,10,13)
#34090C
(52,9,12)
#2E080B
(46,8,11)
#28070A
(40,7,10)
#220609
(34,6,9)
#1C0508
(28,5,8)
#160407
(22,4,7)
#100306
(16,3,6)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #460C0F

#460C0F
(70,12,15)
#562224
(86,34,36)
#663839
(102,56,57)
#764E4E
(118,78,78)
#866463
(134,100,99)
#967A78
(150,122,120)
#A6908D
(166,144,141)
#B6A6A2
(182,166,162)
#C6BCB7
(198,188,183)
#D6D2CC
(214,210,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460C0F color. Also use rgb(70,12,15) instead hex code.

Text Font Color

.myTextColor { color: #460C0F; }

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

This text font color is #460C0F.


Background Color

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

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

This div background color is #460C0F.


Border color

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

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

This div border color is #460C0F.


Opacity

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

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

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

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

This text has shadow with #460C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460C0F on black background.


Color preview on white background

This text has color #460C0F on white background.



Black color preview on #460C0F background

This text has black color on #460C0F background.


White color preview on #460C0F background

This text has white color on #460C0F background.