COLOR #83688C

HEX: #83688C
RGB: (131,104,140)

Color info

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

RGB color model

#83688C color RGB value is (131,104,140).

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

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 140 of 255 = 55%

131
104
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 104 + 140 = 375 (100%)
R 131 of 375 ~ 34.93%
G 104 of 375 ~ 27.73%
B 140 of 375 ~ 37.33%

%34.93
%27.73
%37.33

CMYK color model

#83688C color CMYK value is (6,26,0,45).

  • cyan value is 6.43%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,26,0,45)
C6M26Y0K45 
(6%,26%,0%,45%)
(0.06/0.26/0.00/0.45)	

CMYK percentages

%6.43
%25.71
%0
%45.1

Codes

Color #83688C in popluar color models

83688C
RGB131104140
HSL285°14.75%47.84%
HSB/HSV285°25.71%54.90%
CMYK6.43%25.71%0.00%
45.10%

Color #83688C in popluar number systems.

HEX83688C
Decimal131104140
Binary10000011110100010001100
Octal203150214

Shades and tints

Shades of #83688C

#83688C
(131,104,140)
#785F80
(120,95,128)
#6D5674
(109,86,116)
#624D68
(98,77,104)
#57445C
(87,68,92)
#4C3B50
(76,59,80)
#413244
(65,50,68)
#362938
(54,41,56)
#2B202C
(43,32,44)
#201720
(32,23,32)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #83688C

#83688C
(131,104,140)
#8E7596
(142,117,150)
#9982A0
(153,130,160)
#A48FAA
(164,143,170)
#AF9CB4
(175,156,180)
#BAA9BE
(186,169,190)
#C5B6C8
(197,182,200)
#D0C3D2
(208,195,210)
#DBD0DC
(219,208,220)
#E6DDE6
(230,221,230)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83688C; }

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

This text font color is #83688C.


Background Color

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

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

This div background color is #83688C.


Border color

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

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

This div border color is #83688C.


Opacity

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

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

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

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

This text has shadow with #83688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83688C on black background.


Color preview on white background

This text has color #83688C on white background.



Black color preview on #83688C background

This text has black color on #83688C background.


White color preview on #83688C background

This text has white color on #83688C background.