COLOR #83607B

HEX: #83607B
RGB: (131,96,123)

Color info

#83607B contains red, green and blue colors in about the same proportion. Web safe color of #83607B is #996666 (or #966).

RGB color model

#83607B color RGB value is (131,96,123).

  • red value is 131;
  • green value is 96;
  • blue value is 123.
RGB:
(131,96,123)
(51%,38%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 123 of 255 = 48%

131
96
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 123 = 350 (100%)
R 131 of 350 ~ 37.43%
G 96 of 350 ~ 27.43%
B 123 of 350 ~ 35.14%

%37.43
%27.43
%35.14

CMYK color model

#83607B color CMYK value is (0,27,6,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(0,27,6,49)
C0M27Y6K49 
(0%,27%,6%,49%)
(0.00/0.27/0.06/0.49)	

CMYK percentages

%0
%26.72
%6.11
%48.63

Codes

Color #83607B in popluar color models

83607B
RGB13196123
HSL314°15.42%44.51%
HSB/HSV314°26.72%51.37%
CMYK0.00%26.72%6.11%
48.63%

Color #83607B in popluar number systems.

HEX83607B
Decimal13196123
Binary1000001111000001111011
Octal203140173

Shades and tints

Shades of #83607B

#83607B
(131,96,123)
#785870
(120,88,112)
#6D5065
(109,80,101)
#62485A
(98,72,90)
#57404F
(87,64,79)
#4C3844
(76,56,68)
#413039
(65,48,57)
#36282E
(54,40,46)
#2B2023
(43,32,35)
#201818
(32,24,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #83607B

#83607B
(131,96,123)
#8E6E87
(142,110,135)
#997C93
(153,124,147)
#A48A9F
(164,138,159)
#AF98AB
(175,152,171)
#BAA6B7
(186,166,183)
#C5B4C3
(197,180,195)
#D0C2CF
(208,194,207)
#DBD0DB
(219,208,219)
#E6DEE7
(230,222,231)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83607B color. Also use rgb(131,96,123) instead hex code.

Text Font Color

.myTextColor { color: #83607B; }

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

This text font color is #83607B.


Background Color

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

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

This div background color is #83607B.


Border color

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

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

This div border color is #83607B.


Opacity

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

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

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

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

This text has shadow with #83607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83607B on black background.


Color preview on white background

This text has color #83607B on white background.



Black color preview on #83607B background

This text has black color on #83607B background.


White color preview on #83607B background

This text has white color on #83607B background.