COLOR #462424

HEX: #462424 RGB: (70,36,36)

Color info

#462424 contains red, green and blue colors in about the same proportion. Web safe color of #462424 is #333333 (or #333).

RGB color model

#462424 color RGB value is (70,36,36).

RGB: (70,36,36) (27%, 14%, 14%)

RGB channels and saturation

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

70
36
36

R + G + B ~ 18%. #462424 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 36 + 36 = 142 (100%)
R 70 of 142 ~ 49.3%
G 36 of 142 ~ 25.35%
B 36 of 142 ~ 25.35'%

%49.3
%25.35
%25.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 48.57%
  • key color value is 72.55%

CMYK: (0,49,49,73)
C0M49Y49K73 (0%, 49%, 49%, 73%)
(0.00 / 0.49 / 0.49 / 0.73)

CMYK percentages

%0
%48.57
%48.57
%72.55

Codes

Color #462424 in popluar color models

46 24 24
RGB 70 36 36
HSL 32.08% 20.78%
HSB/HSV 48.57% 27.45%
CMYK 0.00% 48.57% 48.57%
72.55%

Color #462424 in popluar number systems.

HEX 46 24 24
Decimal 70 36 36
Binary 1000110 100100 100100
Octal 106 44 44

Shades and tints

Shades of #462424

#462424
(70,36,36)
#402121
(64,33,33)
#3A1E1E
(58,30,30)
#341B1B
(52,27,27)
#2E1818
(46,24,24)
#281515
(40,21,21)
#221212
(34,18,18)
#1C0F0F
(28,15,15)
#160C0C
(22,12,12)
#100909
(16,9,9)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #462424

#462424
(70,36,36)
#563737
(86,55,55)
#664A4A
(102,74,74)
#765D5D
(118,93,93)
#867070
(134,112,112)
#968383
(150,131,131)
#A69696
(166,150,150)
#B6A9A9
(182,169,169)
#C6BCBC
(198,188,188)
#D6CFCF
(214,207,207)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462424; }

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

This text font color is #462424.

Background Color

.myBgColor { background-color: #462424; }

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

This div background color is #462424.

Border color

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

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

This div border color is #462424.

Opacity

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

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

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

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

This text has shadow with #462424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462424.

Preview

Color preview on black background

This text has color #462424 on black background.


Color preview on white background

This text has color #462424 on white background.


Black color preview on #462424 background

This text has black color on #462424 background.


White color preview on #462424 background

This text has white color on #462424 background.


Related colors

Complementary color

Complementary color for #hex is #B9DBDB.


I love getcolorcode.com