COLOR #460D24

HEX: #460D24
RGB: (70,13,36)

Color info

#460D24 contains red, green and blue colors in about the same proportion. Web safe color of #460D24 is #330033 (or #303).

RGB color model

#460D24 color RGB value is (70,13,36).

  • red value is 70;
  • green value is 13;
  • blue value is 36.
RGB:
(70,13,36)
(27%,5%,14%)

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 36 of 255 = 14%

70
13
36

R + G + B ~ 15%. #460D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 36 = 119 (100%)
R 70 of 119 ~ 58.82%
G 13 of 119 ~ 10.92%
B 36 of 119 ~ 30.25%

%58.82
%10.92
%30.25

CMYK color model

#460D24 color CMYK value is (0,81,49,73).

  • cyan value is 0.00%
  • magenta value is 81.43%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,81,49,73)
C0M81Y49K73 
(0%,81%,49%,73%)
(0.00/0.81/0.49/0.73)	

CMYK percentages

%0
%81.43
%48.57
%72.55

Codes

Color #460D24 in popluar color models

460D24
RGB701336
HSL336°68.67%16.27%
HSB/HSV336°81.43%27.45%
CMYK0.00%81.43%48.57%
72.55%

Color #460D24 in popluar number systems.

HEX460D24
Decimal701336
Binary10001101101100100
Octal1061544

Shades and tints

Shades of #460D24

#460D24
(70,13,36)
#400C21
(64,12,33)
#3A0B1E
(58,11,30)
#340A1B
(52,10,27)
#2E0918
(46,9,24)
#280815
(40,8,21)
#220712
(34,7,18)
#1C060F
(28,6,15)
#16050C
(22,5,12)
#100409
(16,4,9)
#0A0306
(10,3,6)
#000000
(0,0,0)

Tints of #460D24

#460D24
(70,13,36)
#562337
(86,35,55)
#66394A
(102,57,74)
#764F5D
(118,79,93)
#866570
(134,101,112)
#967B83
(150,123,131)
#A69196
(166,145,150)
#B6A7A9
(182,167,169)
#C6BDBC
(198,189,188)
#D6D3CF
(214,211,207)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460D24 color. Also use rgb(70,13,36) instead hex code.

Text Font Color

.myTextColor { color: #460D24; }

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

This text font color is #460D24.


Background Color

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

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

This div background color is #460D24.


Border color

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

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

This div border color is #460D24.


Opacity

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

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

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

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

This text has shadow with #460D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D24 on black background.


Color preview on white background

This text has color #460D24 on white background.



Black color preview on #460D24 background

This text has black color on #460D24 background.


White color preview on #460D24 background

This text has white color on #460D24 background.