COLOR #83586B

HEX: #83586B
RGB: (131,88,107)

Color info

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

RGB color model

#83586B color RGB value is (131,88,107).

  • red value is 131;
  • green value is 88;
  • blue value is 107.
RGB:
(131,88,107)
(51%,35%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 107 of 255 = 42%

131
88
107

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

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 107 = 326 (100%)
R 131 of 326 ~ 40.18%
G 88 of 326 ~ 26.99%
B 107 of 326 ~ 32.82%

%40.18
%26.99
%32.82

CMYK color model

#83586B color CMYK value is (0,33,18,49).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(0,33,18,49)
C0M33Y18K49 
(0%,33%,18%,49%)
(0.00/0.33/0.18/0.49)	

CMYK percentages

%0
%32.82
%18.32
%48.63

Codes

Color #83586B in popluar color models

83586B
RGB13188107
HSL333°19.63%42.94%
HSB/HSV333°32.82%51.37%
CMYK0.00%32.82%18.32%
48.63%

Color #83586B in popluar number systems.

HEX83586B
Decimal13188107
Binary1000001110110001101011
Octal203130153

Shades and tints

Shades of #83586B

#83586B
(131,88,107)
#785062
(120,80,98)
#6D4859
(109,72,89)
#624050
(98,64,80)
#573847
(87,56,71)
#4C303E
(76,48,62)
#412835
(65,40,53)
#36202C
(54,32,44)
#2B1823
(43,24,35)
#20101A
(32,16,26)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #83586B

#83586B
(131,88,107)
#8E6778
(142,103,120)
#997685
(153,118,133)
#A48592
(164,133,146)
#AF949F
(175,148,159)
#BAA3AC
(186,163,172)
#C5B2B9
(197,178,185)
#D0C1C6
(208,193,198)
#DBD0D3
(219,208,211)
#E6DFE0
(230,223,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83586B color. Also use rgb(131,88,107) instead hex code.

Text Font Color

.myTextColor { color: #83586B; }

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

This text font color is #83586B.


Background Color

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

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

This div background color is #83586B.


Border color

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

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

This div border color is #83586B.


Opacity

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

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

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

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

This text has shadow with #83586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83586B on black background.


Color preview on white background

This text has color #83586B on white background.



Black color preview on #83586B background

This text has black color on #83586B background.


White color preview on #83586B background

This text has white color on #83586B background.