COLOR #83798B

HEX: #83798B
RGB: (131,121,139)

Color info

#83798B contains red, green and blue colors in about the same proportion. Web safe color of #83798B is #996699 (or #969).

RGB color model

#83798B color RGB value is (131,121,139).

  • red value is 131;
  • green value is 121;
  • blue value is 139.
RGB:
(131,121,139)
(51%,47%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 139 of 255 = 55%

131
121
139

R + G + B ~ 51%. #83798B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 139 = 391 (100%)
R 131 of 391 ~ 33.5%
G 121 of 391 ~ 30.95%
B 139 of 391 ~ 35.55%

%33.5
%30.95
%35.55

CMYK color model

#83798B color CMYK value is (6,13,0,45).

  • cyan value is 5.76%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,13,0,45)
C6M13Y0K45 
(6%,13%,0%,45%)
(0.06/0.13/0.00/0.45)	

CMYK percentages

%5.76
%12.95
%0
%45.49

Codes

Color #83798B in popluar color models

83798B
RGB131121139
HSL273°7.20%50.98%
HSB/HSV273°12.95%54.51%
CMYK5.76%12.95%0.00%
45.49%

Color #83798B in popluar number systems.

HEX83798B
Decimal131121139
Binary10000011111100110001011
Octal203171213

Shades and tints

Shades of #83798B

#83798B
(131,121,139)
#786E7F
(120,110,127)
#6D6373
(109,99,115)
#625867
(98,88,103)
#574D5B
(87,77,91)
#4C424F
(76,66,79)
#413743
(65,55,67)
#362C37
(54,44,55)
#2B212B
(43,33,43)
#20161F
(32,22,31)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #83798B

#83798B
(131,121,139)
#8E8595
(142,133,149)
#99919F
(153,145,159)
#A49DA9
(164,157,169)
#AFA9B3
(175,169,179)
#BAB5BD
(186,181,189)
#C5C1C7
(197,193,199)
#D0CDD1
(208,205,209)
#DBD9DB
(219,217,219)
#E6E5E5
(230,229,229)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83798B color. Also use rgb(131,121,139) instead hex code.

Text Font Color

.myTextColor { color: #83798B; }

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

This text font color is #83798B.


Background Color

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

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

This div background color is #83798B.


Border color

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

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

This div border color is #83798B.


Opacity

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

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

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

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

This text has shadow with #83798B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83798B on black background.


Color preview on white background

This text has color #83798B on white background.



Black color preview on #83798B background

This text has black color on #83798B background.


White color preview on #83798B background

This text has white color on #83798B background.