COLOR #83637A

HEX: #83637A
RGB: (131,99,122)

Color info

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

RGB color model

#83637A color RGB value is (131,99,122).

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

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 122 of 255 = 48%

131
99
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 122 = 352 (100%)
R 131 of 352 ~ 37.22%
G 99 of 352 ~ 28.13%
B 122 of 352 ~ 34.66%

%37.22
%28.13
%34.66

CMYK color model

#83637A color CMYK value is (0,24,7,49).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,24,7,49)
C0M24Y7K49 
(0%,24%,7%,49%)
(0.00/0.24/0.07/0.49)	

CMYK percentages

%0
%24.43
%6.87
%48.63

Codes

Color #83637A in popluar color models

83637A
RGB13199122
HSL317°13.91%45.10%
HSB/HSV317°24.43%51.37%
CMYK0.00%24.43%6.87%
48.63%

Color #83637A in popluar number systems.

HEX83637A
Decimal13199122
Binary1000001111000111111010
Octal203143172

Shades and tints

Shades of #83637A

#83637A
(131,99,122)
#785A6F
(120,90,111)
#6D5164
(109,81,100)
#624859
(98,72,89)
#573F4E
(87,63,78)
#4C3643
(76,54,67)
#412D38
(65,45,56)
#36242D
(54,36,45)
#2B1B22
(43,27,34)
#201217
(32,18,23)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #83637A

#83637A
(131,99,122)
#8E7186
(142,113,134)
#997F92
(153,127,146)
#A48D9E
(164,141,158)
#AF9BAA
(175,155,170)
#BAA9B6
(186,169,182)
#C5B7C2
(197,183,194)
#D0C5CE
(208,197,206)
#DBD3DA
(219,211,218)
#E6E1E6
(230,225,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83637A; }

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

This text font color is #83637A.


Background Color

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

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

This div background color is #83637A.


Border color

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

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

This div border color is #83637A.


Opacity

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

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

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

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

This text has shadow with #83637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83637A on black background.


Color preview on white background

This text has color #83637A on white background.



Black color preview on #83637A background

This text has black color on #83637A background.


White color preview on #83637A background

This text has white color on #83637A background.