COLOR #462420

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
36
32

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

Portions of RGB colors in percentages

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

%50.72
%26.09
%23.19

CMYK color model

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

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

CMYK percentages

%0
%48.57
%54.29
%72.55

Codes

Color #462420 in popluar color models

462420
RGB703632
HSL37.25%20.00%
HSB/HSV54.29%27.45%
CMYK0.00%48.57%54.29%
72.55%

Color #462420 in popluar number systems.

HEX462420
Decimal703632
Binary1000110100100100000
Octal1064440

Shades and tints

Shades of #462420

#462420
(70,36,32)
#40211E
(64,33,30)
#3A1E1C
(58,30,28)
#341B1A
(52,27,26)
#2E1818
(46,24,24)
#281516
(40,21,22)
#221214
(34,18,20)
#1C0F12
(28,15,18)
#160C10
(22,12,16)
#10090E
(16,9,14)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #462420

#462420
(70,36,32)
#563734
(86,55,52)
#664A48
(102,74,72)
#765D5C
(118,93,92)
#867070
(134,112,112)
#968384
(150,131,132)
#A69698
(166,150,152)
#B6A9AC
(182,169,172)
#C6BCC0
(198,188,192)
#D6CFD4
(214,207,212)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462420; }

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

This text font color is #462420.


Background Color

.myBgColor { background-color: #462420; }

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

This div background color is #462420.


Border color

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

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

This div border color is #462420.


Opacity

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

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

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

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

This text has shadow with #462420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462420 on black background.


Color preview on white background

This text has color #462420 on white background.



Black color preview on #462420 background

This text has black color on #462420 background.


White color preview on #462420 background

This text has white color on #462420 background.