COLOR #83635F

HEX: #83635F
RGB: (131,99,95)

Color info

#83635F contains red, green and blue colors in about the same proportion. Web safe color of #83635F is #996666 (or #966).

RGB color model

#83635F color RGB value is (131,99,95).

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

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 95 of 255 = 37%

131
99
95

R + G + B ~ 42%. #83635F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 95 = 325 (100%)
R 131 of 325 ~ 40.31%
G 99 of 325 ~ 30.46%
B 95 of 325 ~ 29.23%

%40.31
%30.46
%29.23

CMYK color model

#83635F color CMYK value is (0,24,27,49).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(0,24,27,49)
C0M24Y27K49 
(0%,24%,27%,49%)
(0.00/0.24/0.27/0.49)	

CMYK percentages

%0
%24.43
%27.48
%48.63

Codes

Color #83635F in popluar color models

83635F
RGB1319995
HSL15.93%44.31%
HSB/HSV27.48%51.37%
CMYK0.00%24.43%27.48%
48.63%

Color #83635F in popluar number systems.

HEX83635F
Decimal1319995
Binary1000001111000111011111
Octal203143137

Shades and tints

Shades of #83635F

#83635F
(131,99,95)
#785A57
(120,90,87)
#6D514F
(109,81,79)
#624847
(98,72,71)
#573F3F
(87,63,63)
#4C3637
(76,54,55)
#412D2F
(65,45,47)
#362427
(54,36,39)
#2B1B1F
(43,27,31)
#201217
(32,18,23)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #83635F

#83635F
(131,99,95)
#8E716D
(142,113,109)
#997F7B
(153,127,123)
#A48D89
(164,141,137)
#AF9B97
(175,155,151)
#BAA9A5
(186,169,165)
#C5B7B3
(197,183,179)
#D0C5C1
(208,197,193)
#DBD3CF
(219,211,207)
#E6E1DD
(230,225,221)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83635F color. Also use rgb(131,99,95) instead hex code.

Text Font Color

.myTextColor { color: #83635F; }

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

This text font color is #83635F.


Background Color

.myBgColor { background-color: #83635F; }

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

This div background color is #83635F.


Border color

.myBorderColor { border: 1px solid #83635F; }

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

This div border color is #83635F.


Opacity

.myOpacity80 { color: #83635F; opacity: 0.8; }

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

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

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

This text has shadow with #83635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83635F on black background.


Color preview on white background

This text has color #83635F on white background.



Black color preview on #83635F background

This text has black color on #83635F background.


White color preview on #83635F background

This text has white color on #83635F background.