COLOR #462024

HEX: #462024
RGB: (70,32,36)

Color info

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

RGB color model

#462024 color RGB value is (70,32,36).

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

RGB channels and saturation

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

70
32
36

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

Portions of RGB colors in percentages

R + G + B =
70 + 32 + 36 = 138 (100%)
R 70 of 138 ~ 50.72%
G 32 of 138 ~ 23.19%
B 36 of 138 ~ 26.09%

%50.72
%23.19
%26.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,54,49,73)
C0M54Y49K73 
(0%,54%,49%,73%)
(0.00/0.54/0.49/0.73)	

CMYK percentages

%0
%54.29
%48.57
%72.55

Codes

Color #462024 in popluar color models

462024
RGB703236
HSL354°37.25%20.00%
HSB/HSV354°54.29%27.45%
CMYK0.00%54.29%48.57%
72.55%

Color #462024 in popluar number systems.

HEX462024
Decimal703236
Binary1000110100000100100
Octal1064044

Shades and tints

Shades of #462024

#462024
(70,32,36)
#401E21
(64,30,33)
#3A1C1E
(58,28,30)
#341A1B
(52,26,27)
#2E1818
(46,24,24)
#281615
(40,22,21)
#221412
(34,20,18)
#1C120F
(28,18,15)
#16100C
(22,16,12)
#100E09
(16,14,9)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #462024

#462024
(70,32,36)
#563437
(86,52,55)
#66484A
(102,72,74)
#765C5D
(118,92,93)
#867070
(134,112,112)
#968483
(150,132,131)
#A69896
(166,152,150)
#B6ACA9
(182,172,169)
#C6C0BC
(198,192,188)
#D6D4CF
(214,212,207)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462024; }

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

This text font color is #462024.


Background Color

.myBgColor { background-color: #462024; }

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

This div background color is #462024.


Border color

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

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

This div border color is #462024.


Opacity

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

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

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

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

This text has shadow with #462024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462024 on black background.


Color preview on white background

This text has color #462024 on white background.



Black color preview on #462024 background

This text has black color on #462024 background.


White color preview on #462024 background

This text has white color on #462024 background.