COLOR #83631B

HEX: #83631B
RGB: (131,99,27)

Color info

#83631B contains mainly red and green colors. Web safe color of #83631B is #996633 (or #963).

RGB color model

#83631B color RGB value is (131,99,27).

  • red value is 131;
  • green value is 99;
  • blue value is 27.
RGB:
(131,99,27)
(51%,39%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 27 of 255 = 11%

131
99
27

R + G + B ~ 34%. #83631B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 27 = 257 (100%)
R 131 of 257 ~ 50.97%
G 99 of 257 ~ 38.52%
B 27 of 257 ~ 10.51%

%50.97
%38.52
%10.51

CMYK color model

#83631B color CMYK value is (0,24,79,49).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(0,24,79,49)
C0M24Y79K49 
(0%,24%,79%,49%)
(0.00/0.24/0.79/0.49)	

CMYK percentages

%0
%24.43
%79.39
%48.63

Codes

Color #83631B in popluar color models

83631B
RGB1319927
HSL42°65.82%30.98%
HSB/HSV42°79.39%51.37%
CMYK0.00%24.43%79.39%
48.63%

Color #83631B in popluar number systems.

HEX83631B
Decimal1319927
Binary10000011110001111011
Octal20314333

Shades and tints

Shades of #83631B

#83631B
(131,99,27)
#785A19
(120,90,25)
#6D5117
(109,81,23)
#624815
(98,72,21)
#573F13
(87,63,19)
#4C3611
(76,54,17)
#412D0F
(65,45,15)
#36240D
(54,36,13)
#2B1B0B
(43,27,11)
#201209
(32,18,9)
#150907
(21,9,7)
#000000
(0,0,0)

Tints of #83631B

#83631B
(131,99,27)
#8E712F
(142,113,47)
#997F43
(153,127,67)
#A48D57
(164,141,87)
#AF9B6B
(175,155,107)
#BAA97F
(186,169,127)
#C5B793
(197,183,147)
#D0C5A7
(208,197,167)
#DBD3BB
(219,211,187)
#E6E1CF
(230,225,207)
#F1EFE3
(241,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83631B color. Also use rgb(131,99,27) instead hex code.

Text Font Color

.myTextColor { color: #83631B; }

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

This text font color is #83631B.


Background Color

.myBgColor { background-color: #83631B; }

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

This div background color is #83631B.


Border color

.myBorderColor { border: 1px solid #83631B; }

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

This div border color is #83631B.


Opacity

.myOpacity80 { color: #83631B; opacity: 0.8; }

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

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

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

This text has shadow with #83631B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83631B on black background.


Color preview on white background

This text has color #83631B on white background.



Black color preview on #83631B background

This text has black color on #83631B background.


White color preview on #83631B background

This text has white color on #83631B background.