COLOR #460A24

HEX: #460A24
RGB: (70,10,36)

Color info

#460A24 contains mainly red and blue colors. Web safe color of #460A24 is #330033 (or #303).

RGB color model

#460A24 color RGB value is (70,10,36).

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

RGB channels and saturation

R 70 of 255 = 27%
G 10 of 255 = 4%
B 36 of 255 = 14%

70
10
36

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

Portions of RGB colors in percentages

R + G + B =
70 + 10 + 36 = 116 (100%)
R 70 of 116 ~ 60.34%
G 10 of 116 ~ 8.62%
B 36 of 116 ~ 31.03%

%60.34
%31.03

CMYK color model

#460A24 color CMYK value is (0,86,49,73).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,86,49,73)
C0M86Y49K73 
(0%,86%,49%,73%)
(0.00/0.86/0.49/0.73)	

CMYK percentages

%0
%85.71
%48.57
%72.55

Codes

Color #460A24 in popluar color models

460A24
RGB701036
HSL334°75.00%15.69%
HSB/HSV334°85.71%27.45%
CMYK0.00%85.71%48.57%
72.55%

Color #460A24 in popluar number systems.

HEX460A24
Decimal701036
Binary10001101010100100
Octal1061244

Shades and tints

Shades of #460A24

#460A24
(70,10,36)
#400A21
(64,10,33)
#3A0A1E
(58,10,30)
#340A1B
(52,10,27)
#2E0A18
(46,10,24)
#280A15
(40,10,21)
#220A12
(34,10,18)
#1C0A0F
(28,10,15)
#160A0C
(22,10,12)
#100A09
(16,10,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #460A24

#460A24
(70,10,36)
#562037
(86,32,55)
#66364A
(102,54,74)
#764C5D
(118,76,93)
#866270
(134,98,112)
#967883
(150,120,131)
#A68E96
(166,142,150)
#B6A4A9
(182,164,169)
#C6BABC
(198,186,188)
#D6D0CF
(214,208,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460A24; }

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

This text font color is #460A24.


Background Color

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

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

This div background color is #460A24.


Border color

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

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

This div border color is #460A24.


Opacity

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

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

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

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

This text has shadow with #460A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460A24 on black background.


Color preview on white background

This text has color #460A24 on white background.



Black color preview on #460A24 background

This text has black color on #460A24 background.


White color preview on #460A24 background

This text has white color on #460A24 background.