COLOR #83798C

HEX: #83798C
RGB: (131,121,140)

Color info

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

RGB color model

#83798C color RGB value is (131,121,140).

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

RGB channels and saturation

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

131
121
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 140 = 392 (100%)
R 131 of 392 ~ 33.42%
G 121 of 392 ~ 30.87%
B 140 of 392 ~ 35.71%

%33.42
%30.87
%35.71

CMYK color model

#83798C color CMYK value is (6,14,0,45).

  • cyan value is 6.43%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,14,0,45)
C6M14Y0K45 
(6%,14%,0%,45%)
(0.06/0.14/0.00/0.45)	

CMYK percentages

%6.43
%13.57
%0
%45.1

Codes

Color #83798C in popluar color models

83798C
RGB131121140
HSL272°7.63%51.18%
HSB/HSV272°13.57%54.90%
CMYK6.43%13.57%0.00%
45.10%

Color #83798C in popluar number systems.

HEX83798C
Decimal131121140
Binary10000011111100110001100
Octal203171214

Shades and tints

Shades of #83798C

#83798C
(131,121,140)
#786E80
(120,110,128)
#6D6374
(109,99,116)
#625868
(98,88,104)
#574D5C
(87,77,92)
#4C4250
(76,66,80)
#413744
(65,55,68)
#362C38
(54,44,56)
#2B212C
(43,33,44)
#201620
(32,22,32)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #83798C

#83798C
(131,121,140)
#8E8596
(142,133,150)
#9991A0
(153,145,160)
#A49DAA
(164,157,170)
#AFA9B4
(175,169,180)
#BAB5BE
(186,181,190)
#C5C1C8
(197,193,200)
#D0CDD2
(208,205,210)
#DBD9DC
(219,217,220)
#E6E5E6
(230,229,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83798C; }

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

This text font color is #83798C.


Background Color

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

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

This div background color is #83798C.


Border color

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

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

This div border color is #83798C.


Opacity

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

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

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

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

This text has shadow with #83798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83798C on black background.


Color preview on white background

This text has color #83798C on white background.



Black color preview on #83798C background

This text has black color on #83798C background.


White color preview on #83798C background

This text has white color on #83798C background.