COLOR #83461E

HEX: #83461E
RGB: (131,70,30)

Color info

#83461E contains mainly red color. Web safe color of #83461E is #993333 (or #933).

RGB color model

#83461E color RGB value is (131,70,30).

  • red value is 131;
  • green value is 70;
  • blue value is 30.
RGB:
(131,70,30)
(51%,27%,12%)

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 30 of 255 = 12%

131
70
30

R + G + B ~ 30%. #83461E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 30 = 231 (100%)
R 131 of 231 ~ 56.71%
G 70 of 231 ~ 30.3%
B 30 of 231 ~ 12.99%

%56.71
%30.3
%12.99

CMYK color model

#83461E color CMYK value is (0,47,77,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 77.10%
  • key color value is 48.63%
CMYK:
(0,47,77,49)
C0M47Y77K49 
(0%,47%,77%,49%)
(0.00/0.47/0.77/0.49)	

CMYK percentages

%0
%46.56
%77.1
%48.63

Codes

Color #83461E in popluar color models

83461E
RGB1317030
HSL24°62.73%31.57%
HSB/HSV24°77.10%51.37%
CMYK0.00%46.56%77.10%
48.63%

Color #83461E in popluar number systems.

HEX83461E
Decimal1317030
Binary10000011100011011110
Octal20310636

Shades and tints

Shades of #83461E

#83461E
(131,70,30)
#78401C
(120,64,28)
#6D3A1A
(109,58,26)
#623418
(98,52,24)
#572E16
(87,46,22)
#4C2814
(76,40,20)
#412212
(65,34,18)
#361C10
(54,28,16)
#2B160E
(43,22,14)
#20100C
(32,16,12)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #83461E

#83461E
(131,70,30)
#8E5632
(142,86,50)
#996646
(153,102,70)
#A4765A
(164,118,90)
#AF866E
(175,134,110)
#BA9682
(186,150,130)
#C5A696
(197,166,150)
#D0B6AA
(208,182,170)
#DBC6BE
(219,198,190)
#E6D6D2
(230,214,210)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83461E color. Also use rgb(131,70,30) instead hex code.

Text Font Color

.myTextColor { color: #83461E; }

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

This text font color is #83461E.


Background Color

.myBgColor { background-color: #83461E; }

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

This div background color is #83461E.


Border color

.myBorderColor { border: 1px solid #83461E; }

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

This div border color is #83461E.


Opacity

.myOpacity80 { color: #83461E; opacity: 0.8; }

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

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

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

This text has shadow with #83461E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83461E on black background.


Color preview on white background

This text has color #83461E on white background.



Black color preview on #83461E background

This text has black color on #83461E background.


White color preview on #83461E background

This text has white color on #83461E background.