COLOR #83401C

HEX: #83401C RGB: (131,64,28)

Color info

#83401C contains mainly red color. Web safe color of #83401C is #993333 (or #933).

RGB color model

#83401C color RGB value is (131,64,28).

RGB: (131,64,28) (51%, 25%, 11%)

RGB channels and saturation

R 131 of 255 = 51%
G 64 of 255 = 25%
B 28 of 255 = 11%

131
64
28

R + G + B ~ 29%. #83401C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 64 + 28 = 223 (100%)
R 131 of 223 ~ 58.74%
G 64 of 223 ~ 28.7%
B 28 of 223 ~ 12.56'%

%58.74
%28.7
%12.56

CMYK color model

#83401C color CMYK value is (0,51,79,49).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 78.63%
  • key color value is 48.63%

CMYK: (0,51,79,49)
C0M51Y79K49 (0%, 51%, 79%, 49%)
(0.00 / 0.51 / 0.79 / 0.49)

CMYK percentages

%0
%51.15
%78.63
%48.63

Codes

Color #83401C in popluar color models

83 40 1C
RGB 131 64 28
HSL 21° 64.78% 31.18%
HSB/HSV 21° 78.63% 51.37%
CMYK 0.00% 51.15% 78.63%
48.63%

Color #83401C in popluar number systems.

HEX 83 40 1C
Decimal 131 64 28
Binary 10000011 1000000 11100
Octal 203 100 34

Shades and tints

Shades of #83401C

#83401C
(131,64,28)
#783B1A
(120,59,26)
#6D3618
(109,54,24)
#623116
(98,49,22)
#572C14
(87,44,20)
#4C2712
(76,39,18)
#412210
(65,34,16)
#361D0E
(54,29,14)
#2B180C
(43,24,12)
#20130A
(32,19,10)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #83401C

#83401C
(131,64,28)
#8E5130
(142,81,48)
#996244
(153,98,68)
#A47358
(164,115,88)
#AF846C
(175,132,108)
#BA9580
(186,149,128)
#C5A694
(197,166,148)
#D0B7A8
(208,183,168)
#DBC8BC
(219,200,188)
#E6D9D0
(230,217,208)
#F1EAE4
(241,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83401C color. Also use rgb(131,64,28) instead hex code.

Text Font Color

.myTextColor { color: #83401C; }

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

This text font color is #83401C.

Background Color

.myBgColor { background-color: #83401C; }

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

This div background color is #83401C.

Border color

.myBorderColor { border: 1px solid #83401C; }

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

This div border color is #83401C.

Opacity

.myOpacity80 { color: #83401C; opacity: 0.8; }

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

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

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

This text has shadow with #83401C color.


.textShadow {text-shadow: 3px 3px 1px #83401C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83401C; -webkit-box-shadow: 1px 1px 3px 2px #83401C; box-shadow:1px 1px 3px 2px #83401C;">
Div content here
</div>

This div box has shadow with color #83401C.

Preview

Color preview on black background

This text has color #83401C on black background.


Color preview on white background

This text has color #83401C on white background.


Black color preview on #83401C background

This text has black color on #83401C background.


White color preview on #83401C background

This text has white color on #83401C background.


Related colors

Complementary color

Complementary color for #hex is #7CBFE3.


I love getcolorcode.com

Triadic colors

1 #1C8340 and #401C83 with #83401C are triadic colors.

2 #1C4083 and #40831C with #83401C are triadic colors.