COLOR #83617C

HEX: #83617C
RGB: (131,97,124)

Color info

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

RGB color model

#83617C color RGB value is (131,97,124).

  • red value is 131;
  • green value is 97;
  • blue value is 124.
RGB:
(131,97,124)
(51%,38%,49%)

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 124 of 255 = 49%

131
97
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 124 = 352 (100%)
R 131 of 352 ~ 37.22%
G 97 of 352 ~ 27.56%
B 124 of 352 ~ 35.23%

%37.22
%27.56
%35.23

CMYK color model

#83617C color CMYK value is (0,26,5,49).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(0,26,5,49)
C0M26Y5K49 
(0%,26%,5%,49%)
(0.00/0.26/0.05/0.49)	

CMYK percentages

%0
%25.95
%5.34
%48.63

Codes

Color #83617C in popluar color models

83617C
RGB13197124
HSL312°14.91%44.71%
HSB/HSV312°25.95%51.37%
CMYK0.00%25.95%5.34%
48.63%

Color #83617C in popluar number systems.

HEX83617C
Decimal13197124
Binary1000001111000011111100
Octal203141174

Shades and tints

Shades of #83617C

#83617C
(131,97,124)
#785971
(120,89,113)
#6D5166
(109,81,102)
#62495B
(98,73,91)
#574150
(87,65,80)
#4C3945
(76,57,69)
#41313A
(65,49,58)
#36292F
(54,41,47)
#2B2124
(43,33,36)
#201919
(32,25,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #83617C

#83617C
(131,97,124)
#8E6F87
(142,111,135)
#997D92
(153,125,146)
#A48B9D
(164,139,157)
#AF99A8
(175,153,168)
#BAA7B3
(186,167,179)
#C5B5BE
(197,181,190)
#D0C3C9
(208,195,201)
#DBD1D4
(219,209,212)
#E6DFDF
(230,223,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83617C color. Also use rgb(131,97,124) instead hex code.

Text Font Color

.myTextColor { color: #83617C; }

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

This text font color is #83617C.


Background Color

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

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

This div background color is #83617C.


Border color

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

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

This div border color is #83617C.


Opacity

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

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

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

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

This text has shadow with #83617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83617C on black background.


Color preview on white background

This text has color #83617C on white background.



Black color preview on #83617C background

This text has black color on #83617C background.


White color preview on #83617C background

This text has white color on #83617C background.