COLOR #460424

HEX: #460424
RGB: (70,4,36)

Color info

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

RGB color model

#460424 color RGB value is (70,4,36).

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

RGB channels and saturation

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

70
4
36

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

Portions of RGB colors in percentages

R + G + B =
70 + 4 + 36 = 110 (100%)
R 70 of 110 ~ 63.64%
G 4 of 110 ~ 3.64%
B 36 of 110 ~ 32.73%

%63.64
%32.73

CMYK color model

#460424 color CMYK value is (0,94,49,73).

  • cyan value is 0.00%
  • magenta value is 94.29%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,94,49,73)
C0M94Y49K73 
(0%,94%,49%,73%)
(0.00/0.94/0.49/0.73)	

CMYK percentages

%0
%94.29
%48.57
%72.55

Codes

Color #460424 in popluar color models

460424
RGB70436
HSL331°89.19%14.51%
HSB/HSV331°94.29%27.45%
CMYK0.00%94.29%48.57%
72.55%

Color #460424 in popluar number systems.

HEX460424
Decimal70436
Binary1000110100100100
Octal106444

Shades and tints

Shades of #460424

#460424
(70,4,36)
#400421
(64,4,33)
#3A041E
(58,4,30)
#34041B
(52,4,27)
#2E0418
(46,4,24)
#280415
(40,4,21)
#220412
(34,4,18)
#1C040F
(28,4,15)
#16040C
(22,4,12)
#100409
(16,4,9)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #460424

#460424
(70,4,36)
#561A37
(86,26,55)
#66304A
(102,48,74)
#76465D
(118,70,93)
#865C70
(134,92,112)
#967283
(150,114,131)
#A68896
(166,136,150)
#B69EA9
(182,158,169)
#C6B4BC
(198,180,188)
#D6CACF
(214,202,207)
#E6E0E2
(230,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460424; }

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

This text font color is #460424.


Background Color

.myBgColor { background-color: #460424; }

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

This div background color is #460424.


Border color

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

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

This div border color is #460424.


Opacity

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

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

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

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

This text has shadow with #460424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460424 on black background.


Color preview on white background

This text has color #460424 on white background.



Black color preview on #460424 background

This text has black color on #460424 background.


White color preview on #460424 background

This text has white color on #460424 background.