COLOR #462112

HEX: #462112
RGB: (70,33,18)

Color info

#462112 contains red, green and blue colors in about the same proportion. Web safe color of #462112 is #333300 (or #330).

RGB color model

#462112 color RGB value is (70,33,18).

  • red value is 70;
  • green value is 33;
  • blue value is 18.
RGB:
(70,33,18)
(27%,13%,7%)

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 18 of 255 = 7%

70
33
18

R + G + B ~ 16%. #462112 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 18 = 121 (100%)
R 70 of 121 ~ 57.85%
G 33 of 121 ~ 27.27%
B 18 of 121 ~ 14.88%

%57.85
%27.27
%14.88

CMYK color model

#462112 color CMYK value is (0,53,74,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 74.29%
  • key color value is 72.55%
CMYK:
(0,53,74,73)
C0M53Y74K73 
(0%,53%,74%,73%)
(0.00/0.53/0.74/0.73)	

CMYK percentages

%0
%52.86
%74.29
%72.55

Codes

Color #462112 in popluar color models

462112
RGB703318
HSL17°59.09%17.25%
HSB/HSV17°74.29%27.45%
CMYK0.00%52.86%74.29%
72.55%

Color #462112 in popluar number systems.

HEX462112
Decimal703318
Binary100011010000110010
Octal1064122

Shades and tints

Shades of #462112

#462112
(70,33,18)
#401E11
(64,30,17)
#3A1B10
(58,27,16)
#34180F
(52,24,15)
#2E150E
(46,21,14)
#28120D
(40,18,13)
#220F0C
(34,15,12)
#1C0C0B
(28,12,11)
#16090A
(22,9,10)
#100609
(16,6,9)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #462112

#462112
(70,33,18)
#563527
(86,53,39)
#66493C
(102,73,60)
#765D51
(118,93,81)
#867166
(134,113,102)
#96857B
(150,133,123)
#A69990
(166,153,144)
#B6ADA5
(182,173,165)
#C6C1BA
(198,193,186)
#D6D5CF
(214,213,207)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462112; }

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

This text font color is #462112.


Background Color

.myBgColor { background-color: #462112; }

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

This div background color is #462112.


Border color

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

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

This div border color is #462112.


Opacity

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

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

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

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

This text has shadow with #462112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462112 on black background.


Color preview on white background

This text has color #462112 on white background.



Black color preview on #462112 background

This text has black color on #462112 background.


White color preview on #462112 background

This text has white color on #462112 background.