COLOR #462C24

HEX: #462C24
RGB: (70,44,36)

Color info

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

RGB color model

#462C24 color RGB value is (70,44,36).

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

RGB channels and saturation

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

70
44
36

R + G + B ~ 19%. #462C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 36 = 150 (100%)
R 70 of 150 ~ 46.67%
G 44 of 150 ~ 29.33%
B 36 of 150 ~ 24%

%46.67
%29.33
%24

CMYK color model

#462C24 color CMYK value is (0,37,49,73).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,37,49,73)
C0M37Y49K73 
(0%,37%,49%,73%)
(0.00/0.37/0.49/0.73)	

CMYK percentages

%0
%37.14
%48.57
%72.55

Codes

Color #462C24 in popluar color models

462C24
RGB704436
HSL14°32.08%20.78%
HSB/HSV14°48.57%27.45%
CMYK0.00%37.14%48.57%
72.55%

Color #462C24 in popluar number systems.

HEX462C24
Decimal704436
Binary1000110101100100100
Octal1065444

Shades and tints

Shades of #462C24

#462C24
(70,44,36)
#402821
(64,40,33)
#3A241E
(58,36,30)
#34201B
(52,32,27)
#2E1C18
(46,28,24)
#281815
(40,24,21)
#221412
(34,20,18)
#1C100F
(28,16,15)
#160C0C
(22,12,12)
#100809
(16,8,9)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #462C24

#462C24
(70,44,36)
#563F37
(86,63,55)
#66524A
(102,82,74)
#76655D
(118,101,93)
#867870
(134,120,112)
#968B83
(150,139,131)
#A69E96
(166,158,150)
#B6B1A9
(182,177,169)
#C6C4BC
(198,196,188)
#D6D7CF
(214,215,207)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C24; }

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

This text font color is #462C24.


Background Color

.myBgColor { background-color: #462C24; }

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

This div background color is #462C24.


Border color

.myBorderColor { border: 1px solid #462C24; }

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

This div border color is #462C24.


Opacity

.myOpacity80 { color: #462C24; opacity: 0.8; }

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

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

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

This text has shadow with #462C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C24 on black background.


Color preview on white background

This text has color #462C24 on white background.



Black color preview on #462C24 background

This text has black color on #462C24 background.


White color preview on #462C24 background

This text has white color on #462C24 background.