COLOR #461713

HEX: #461713
RGB: (70,23,19)

Color info

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

RGB color model

#461713 color RGB value is (70,23,19).

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

RGB channels and saturation

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

70
23
19

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

Portions of RGB colors in percentages

R + G + B =
70 + 23 + 19 = 112 (100%)
R 70 of 112 ~ 62.5%
G 23 of 112 ~ 20.54%
B 19 of 112 ~ 16.96%

%62.5
%20.54
%16.96

CMYK color model

#461713 color CMYK value is (0,67,73,73).

  • cyan value is 0.00%
  • magenta value is 67.14%
  • yellow value is 72.86%
  • key color value is 72.55%
CMYK:
(0,67,73,73)
C0M67Y73K73 
(0%,67%,73%,73%)
(0.00/0.67/0.73/0.73)	

CMYK percentages

%0
%67.14
%72.86
%72.55

Codes

Color #461713 in popluar color models

461713
RGB702319
HSL57.30%17.45%
HSB/HSV72.86%27.45%
CMYK0.00%67.14%72.86%
72.55%

Color #461713 in popluar number systems.

HEX461713
Decimal702319
Binary10001101011110011
Octal1062723

Shades and tints

Shades of #461713

#461713
(70,23,19)
#401512
(64,21,18)
#3A1311
(58,19,17)
#341110
(52,17,16)
#2E0F0F
(46,15,15)
#280D0E
(40,13,14)
#220B0D
(34,11,13)
#1C090C
(28,9,12)
#16070B
(22,7,11)
#10050A
(16,5,10)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #461713

#461713
(70,23,19)
#562C28
(86,44,40)
#66413D
(102,65,61)
#765652
(118,86,82)
#866B67
(134,107,103)
#96807C
(150,128,124)
#A69591
(166,149,145)
#B6AAA6
(182,170,166)
#C6BFBB
(198,191,187)
#D6D4D0
(214,212,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461713; }

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

This text font color is #461713.


Background Color

.myBgColor { background-color: #461713; }

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

This div background color is #461713.


Border color

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

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

This div border color is #461713.


Opacity

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

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

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

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

This text has shadow with #461713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461713 on black background.


Color preview on white background

This text has color #461713 on white background.



Black color preview on #461713 background

This text has black color on #461713 background.


White color preview on #461713 background

This text has white color on #461713 background.