COLOR #461412

HEX: #461412
RGB: (70,20,18)

Color info

#461412 contains red, green and blue colors in about the same proportion. Web safe color of #461412 is #330000 (or #300).

RGB color model

#461412 color RGB value is (70,20,18).

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

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 18 of 255 = 7%

70
20
18

R + G + B ~ 14%. #461412 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 18 = 108 (100%)
R 70 of 108 ~ 64.81%
G 20 of 108 ~ 18.52%
B 18 of 108 ~ 16.67%

%64.81
%18.52
%16.67

CMYK color model

#461412 color CMYK value is (0,71,74,73).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 74.29%
  • key color value is 72.55%
CMYK:
(0,71,74,73)
C0M71Y74K73 
(0%,71%,74%,73%)
(0.00/0.71/0.74/0.73)	

CMYK percentages

%0
%71.43
%74.29
%72.55

Codes

Color #461412 in popluar color models

461412
RGB702018
HSL59.09%17.25%
HSB/HSV74.29%27.45%
CMYK0.00%71.43%74.29%
72.55%

Color #461412 in popluar number systems.

HEX461412
Decimal702018
Binary10001101010010010
Octal1062422

Shades and tints

Shades of #461412

#461412
(70,20,18)
#401311
(64,19,17)
#3A1210
(58,18,16)
#34110F
(52,17,15)
#2E100E
(46,16,14)
#280F0D
(40,15,13)
#220E0C
(34,14,12)
#1C0D0B
(28,13,11)
#160C0A
(22,12,10)
#100B09
(16,11,9)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #461412

#461412
(70,20,18)
#562927
(86,41,39)
#663E3C
(102,62,60)
#765351
(118,83,81)
#866866
(134,104,102)
#967D7B
(150,125,123)
#A69290
(166,146,144)
#B6A7A5
(182,167,165)
#C6BCBA
(198,188,186)
#D6D1CF
(214,209,207)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461412; }

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

This text font color is #461412.


Background Color

.myBgColor { background-color: #461412; }

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

This div background color is #461412.


Border color

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

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

This div border color is #461412.


Opacity

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

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

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

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

This text has shadow with #461412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461412 on black background.


Color preview on white background

This text has color #461412 on white background.



Black color preview on #461412 background

This text has black color on #461412 background.


White color preview on #461412 background

This text has white color on #461412 background.