COLOR #83637F

HEX: #83637F
RGB: (131,99,127)

Color info

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

RGB color model

#83637F color RGB value is (131,99,127).

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

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 127 of 255 = 50%

131
99
127

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

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 127 = 357 (100%)
R 131 of 357 ~ 36.69%
G 99 of 357 ~ 27.73%
B 127 of 357 ~ 35.57%

%36.69
%27.73
%35.57

CMYK color model

#83637F color CMYK value is (0,24,3,49).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,24,3,49)
C0M24Y3K49 
(0%,24%,3%,49%)
(0.00/0.24/0.03/0.49)	

CMYK percentages

%0
%24.43
%3.05
%48.63

Codes

Color #83637F in popluar color models

83637F
RGB13199127
HSL308°13.91%45.10%
HSB/HSV308°24.43%51.37%
CMYK0.00%24.43%3.05%
48.63%

Color #83637F in popluar number systems.

HEX83637F
Decimal13199127
Binary1000001111000111111111
Octal203143177

Shades and tints

Shades of #83637F

#83637F
(131,99,127)
#785A74
(120,90,116)
#6D5169
(109,81,105)
#62485E
(98,72,94)
#573F53
(87,63,83)
#4C3648
(76,54,72)
#412D3D
(65,45,61)
#362432
(54,36,50)
#2B1B27
(43,27,39)
#20121C
(32,18,28)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #83637F

#83637F
(131,99,127)
#8E718A
(142,113,138)
#997F95
(153,127,149)
#A48DA0
(164,141,160)
#AF9BAB
(175,155,171)
#BAA9B6
(186,169,182)
#C5B7C1
(197,183,193)
#D0C5CC
(208,197,204)
#DBD3D7
(219,211,215)
#E6E1E2
(230,225,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83637F; }

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

This text font color is #83637F.


Background Color

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

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

This div background color is #83637F.


Border color

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

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

This div border color is #83637F.


Opacity

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

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

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

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

This text has shadow with #83637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83637F on black background.


Color preview on white background

This text has color #83637F on white background.



Black color preview on #83637F background

This text has black color on #83637F background.


White color preview on #83637F background

This text has white color on #83637F background.