COLOR #83668E

HEX: #83668E
RGB: (131,102,142)

Color info

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

RGB color model

#83668E color RGB value is (131,102,142).

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

RGB channels and saturation

R 131 of 255 = 51%
G 102 of 255 = 40%
B 142 of 255 = 56%

131
102
142

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

Portions of RGB colors in percentages

R + G + B =
131 + 102 + 142 = 375 (100%)
R 131 of 375 ~ 34.93%
G 102 of 375 ~ 27.2%
B 142 of 375 ~ 37.87%

%34.93
%27.2
%37.87

CMYK color model

#83668E color CMYK value is (8,28,0,44).

  • cyan value is 7.75%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,28,0,44)
C8M28Y0K44 
(8%,28%,0%,44%)
(0.08/0.28/0.00/0.44)	

CMYK percentages

%7.75
%28.17
%0
%44.31

Codes

Color #83668E in popluar color models

83668E
RGB131102142
HSL284°16.39%47.84%
HSB/HSV284°28.17%55.69%
CMYK7.75%28.17%0.00%
44.31%

Color #83668E in popluar number systems.

HEX83668E
Decimal131102142
Binary10000011110011010001110
Octal203146216

Shades and tints

Shades of #83668E

#83668E
(131,102,142)
#785D82
(120,93,130)
#6D5476
(109,84,118)
#624B6A
(98,75,106)
#57425E
(87,66,94)
#4C3952
(76,57,82)
#413046
(65,48,70)
#36273A
(54,39,58)
#2B1E2E
(43,30,46)
#201522
(32,21,34)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #83668E

#83668E
(131,102,142)
#8E7398
(142,115,152)
#9980A2
(153,128,162)
#A48DAC
(164,141,172)
#AF9AB6
(175,154,182)
#BAA7C0
(186,167,192)
#C5B4CA
(197,180,202)
#D0C1D4
(208,193,212)
#DBCEDE
(219,206,222)
#E6DBE8
(230,219,232)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83668E; }

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

This text font color is #83668E.


Background Color

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

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

This div background color is #83668E.


Border color

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

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

This div border color is #83668E.


Opacity

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

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

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

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

This text has shadow with #83668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83668E on black background.


Color preview on white background

This text has color #83668E on white background.



Black color preview on #83668E background

This text has black color on #83668E background.


White color preview on #83668E background

This text has white color on #83668E background.