COLOR #460F14

HEX: #460F14
RGB: (70,15,20)

Color info

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

RGB color model

#460F14 color RGB value is (70,15,20).

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

RGB channels and saturation

R 70 of 255 = 27%
G 15 of 255 = 6%
B 20 of 255 = 8%

70
15
20

R + G + B ~ 14%. #460F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 15 + 20 = 105 (100%)
R 70 of 105 ~ 66.67%
G 15 of 105 ~ 14.29%
B 20 of 105 ~ 19.05%

%66.67
%14.29
%19.05

CMYK color model

#460F14 color CMYK value is (0,79,71,73).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 71.43%
  • key color value is 72.55%
CMYK:
(0,79,71,73)
C0M79Y71K73 
(0%,79%,71%,73%)
(0.00/0.79/0.71/0.73)	

CMYK percentages

%0
%78.57
%71.43
%72.55

Codes

Color #460F14 in popluar color models

460F14
RGB701520
HSL355°64.71%16.67%
HSB/HSV355°78.57%27.45%
CMYK0.00%78.57%71.43%
72.55%

Color #460F14 in popluar number systems.

HEX460F14
Decimal701520
Binary1000110111110100
Octal1061724

Shades and tints

Shades of #460F14

#460F14
(70,15,20)
#400E13
(64,14,19)
#3A0D12
(58,13,18)
#340C11
(52,12,17)
#2E0B10
(46,11,16)
#280A0F
(40,10,15)
#22090E
(34,9,14)
#1C080D
(28,8,13)
#16070C
(22,7,12)
#10060B
(16,6,11)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #460F14

#460F14
(70,15,20)
#562429
(86,36,41)
#66393E
(102,57,62)
#764E53
(118,78,83)
#866368
(134,99,104)
#96787D
(150,120,125)
#A68D92
(166,141,146)
#B6A2A7
(182,162,167)
#C6B7BC
(198,183,188)
#D6CCD1
(214,204,209)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460F14; }

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

This text font color is #460F14.


Background Color

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

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

This div background color is #460F14.


Border color

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

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

This div border color is #460F14.


Opacity

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

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

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

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

This text has shadow with #460F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460F14 on black background.


Color preview on white background

This text has color #460F14 on white background.



Black color preview on #460F14 background

This text has black color on #460F14 background.


White color preview on #460F14 background

This text has white color on #460F14 background.