COLOR #461616

HEX: #461616
RGB: (70,22,22)

Color info

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

RGB color model

#461616 color RGB value is (70,22,22).

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

RGB channels and saturation

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

70
22
22

R + G + B ~ 15%. #461616 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 22 + 22 = 114 (100%)
R 70 of 114 ~ 61.4%
G 22 of 114 ~ 19.3%
B 22 of 114 ~ 19.3%

%61.4
%19.3
%19.3

CMYK color model

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

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

CMYK percentages

%0
%68.57
%68.57
%72.55

Codes

Color #461616 in popluar color models

461616
RGB702222
HSL52.17%18.04%
HSB/HSV68.57%27.45%
CMYK0.00%68.57%68.57%
72.55%

Color #461616 in popluar number systems.

HEX461616
Decimal702222
Binary10001101011010110
Octal1062626

Shades and tints

Shades of #461616

#461616
(70,22,22)
#401414
(64,20,20)
#3A1212
(58,18,18)
#341010
(52,16,16)
#2E0E0E
(46,14,14)
#280C0C
(40,12,12)
#220A0A
(34,10,10)
#1C0808
(28,8,8)
#160606
(22,6,6)
#100404
(16,4,4)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #461616

#461616
(70,22,22)
#562B2B
(86,43,43)
#664040
(102,64,64)
#765555
(118,85,85)
#866A6A
(134,106,106)
#967F7F
(150,127,127)
#A69494
(166,148,148)
#B6A9A9
(182,169,169)
#C6BEBE
(198,190,190)
#D6D3D3
(214,211,211)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461616; }

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

This text font color is #461616.


Background Color

.myBgColor { background-color: #461616; }

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

This div background color is #461616.


Border color

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

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

This div border color is #461616.


Opacity

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

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

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

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

This text has shadow with #461616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461616 on black background.


Color preview on white background

This text has color #461616 on white background.



Black color preview on #461616 background

This text has black color on #461616 background.


White color preview on #461616 background

This text has white color on #461616 background.