COLOR #461316

HEX: #461316
RGB: (70,19,22)

Color info

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

RGB color model

#461316 color RGB value is (70,19,22).

  • red value is 70;
  • green value is 19;
  • blue value is 22.
RGB:
(70,19,22)
(27%,7%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 22 of 255 = 9%

70
19
22

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

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 22 = 111 (100%)
R 70 of 111 ~ 63.06%
G 19 of 111 ~ 17.12%
B 22 of 111 ~ 19.82%

%63.06
%17.12
%19.82

CMYK color model

#461316 color CMYK value is (0,73,69,73).

  • cyan value is 0.00%
  • magenta value is 72.86%
  • yellow value is 68.57%
  • key color value is 72.55%
CMYK:
(0,73,69,73)
C0M73Y69K73 
(0%,73%,69%,73%)
(0.00/0.73/0.69/0.73)	

CMYK percentages

%0
%72.86
%68.57
%72.55

Codes

Color #461316 in popluar color models

461316
RGB701922
HSL356°57.30%17.45%
HSB/HSV356°72.86%27.45%
CMYK0.00%72.86%68.57%
72.55%

Color #461316 in popluar number systems.

HEX461316
Decimal701922
Binary10001101001110110
Octal1062326

Shades and tints

Shades of #461316

#461316
(70,19,22)
#401214
(64,18,20)
#3A1112
(58,17,18)
#341010
(52,16,16)
#2E0F0E
(46,15,14)
#280E0C
(40,14,12)
#220D0A
(34,13,10)
#1C0C08
(28,12,8)
#160B06
(22,11,6)
#100A04
(16,10,4)
#0A0902
(10,9,2)
#000000
(0,0,0)

Tints of #461316

#461316
(70,19,22)
#56282B
(86,40,43)
#663D40
(102,61,64)
#765255
(118,82,85)
#86676A
(134,103,106)
#967C7F
(150,124,127)
#A69194
(166,145,148)
#B6A6A9
(182,166,169)
#C6BBBE
(198,187,190)
#D6D0D3
(214,208,211)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461316 color. Also use rgb(70,19,22) instead hex code.

Text Font Color

.myTextColor { color: #461316; }

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

This text font color is #461316.


Background Color

.myBgColor { background-color: #461316; }

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

This div background color is #461316.


Border color

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

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

This div border color is #461316.


Opacity

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

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

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

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

This text has shadow with #461316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461316 on black background.


Color preview on white background

This text has color #461316 on white background.



Black color preview on #461316 background

This text has black color on #461316 background.


White color preview on #461316 background

This text has white color on #461316 background.