COLOR #83798E

HEX: #83798E
RGB: (131,121,142)

Color info

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

RGB color model

#83798E color RGB value is (131,121,142).

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

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 142 of 255 = 56%

131
121
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 142 = 394 (100%)
R 131 of 394 ~ 33.25%
G 121 of 394 ~ 30.71%
B 142 of 394 ~ 36.04%

%33.25
%30.71
%36.04

CMYK color model

#83798E color CMYK value is (8,15,0,44).

  • cyan value is 7.75%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,15,0,44)
C8M15Y0K44 
(8%,15%,0%,44%)
(0.08/0.15/0.00/0.44)	

CMYK percentages

%7.75
%14.79
%0
%44.31

Codes

Color #83798E in popluar color models

83798E
RGB131121142
HSL269°8.50%51.57%
HSB/HSV269°14.79%55.69%
CMYK7.75%14.79%0.00%
44.31%

Color #83798E in popluar number systems.

HEX83798E
Decimal131121142
Binary10000011111100110001110
Octal203171216

Shades and tints

Shades of #83798E

#83798E
(131,121,142)
#786E82
(120,110,130)
#6D6376
(109,99,118)
#62586A
(98,88,106)
#574D5E
(87,77,94)
#4C4252
(76,66,82)
#413746
(65,55,70)
#362C3A
(54,44,58)
#2B212E
(43,33,46)
#201622
(32,22,34)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #83798E

#83798E
(131,121,142)
#8E8598
(142,133,152)
#9991A2
(153,145,162)
#A49DAC
(164,157,172)
#AFA9B6
(175,169,182)
#BAB5C0
(186,181,192)
#C5C1CA
(197,193,202)
#D0CDD4
(208,205,212)
#DBD9DE
(219,217,222)
#E6E5E8
(230,229,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83798E; }

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

This text font color is #83798E.


Background Color

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

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

This div background color is #83798E.


Border color

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

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

This div border color is #83798E.


Opacity

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

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

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

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

This text has shadow with #83798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83798E on black background.


Color preview on white background

This text has color #83798E on white background.



Black color preview on #83798E background

This text has black color on #83798E background.


White color preview on #83798E background

This text has white color on #83798E background.