COLOR #83636E

HEX: #83636E
RGB: (131,99,110)

Color info

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

RGB color model

#83636E color RGB value is (131,99,110).

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

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 110 of 255 = 43%

131
99
110

R + G + B ~ 44%. #83636E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 110 = 340 (100%)
R 131 of 340 ~ 38.53%
G 99 of 340 ~ 29.12%
B 110 of 340 ~ 32.35%

%38.53
%29.12
%32.35

CMYK color model

#83636E color CMYK value is (0,24,16,49).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(0,24,16,49)
C0M24Y16K49 
(0%,24%,16%,49%)
(0.00/0.24/0.16/0.49)	

CMYK percentages

%0
%24.43
%16.03
%48.63

Codes

Color #83636E in popluar color models

83636E
RGB13199110
HSL339°13.91%45.10%
HSB/HSV339°24.43%51.37%
CMYK0.00%24.43%16.03%
48.63%

Color #83636E in popluar number systems.

HEX83636E
Decimal13199110
Binary1000001111000111101110
Octal203143156

Shades and tints

Shades of #83636E

#83636E
(131,99,110)
#785A64
(120,90,100)
#6D515A
(109,81,90)
#624850
(98,72,80)
#573F46
(87,63,70)
#4C363C
(76,54,60)
#412D32
(65,45,50)
#362428
(54,36,40)
#2B1B1E
(43,27,30)
#201214
(32,18,20)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #83636E

#83636E
(131,99,110)
#8E717B
(142,113,123)
#997F88
(153,127,136)
#A48D95
(164,141,149)
#AF9BA2
(175,155,162)
#BAA9AF
(186,169,175)
#C5B7BC
(197,183,188)
#D0C5C9
(208,197,201)
#DBD3D6
(219,211,214)
#E6E1E3
(230,225,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83636E color. Also use rgb(131,99,110) instead hex code.

Text Font Color

.myTextColor { color: #83636E; }

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

This text font color is #83636E.


Background Color

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

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

This div background color is #83636E.


Border color

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

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

This div border color is #83636E.


Opacity

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

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

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

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

This text has shadow with #83636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83636E on black background.


Color preview on white background

This text has color #83636E on white background.



Black color preview on #83636E background

This text has black color on #83636E background.


White color preview on #83636E background

This text has white color on #83636E background.