COLOR #83677B

HEX: #83677B
RGB: (131,103,123)

Color info

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

RGB color model

#83677B color RGB value is (131,103,123).

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

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 123 of 255 = 48%

131
103
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 123 = 357 (100%)
R 131 of 357 ~ 36.69%
G 103 of 357 ~ 28.85%
B 123 of 357 ~ 34.45%

%36.69
%28.85
%34.45

CMYK color model

#83677B color CMYK value is (0,21,6,49).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(0,21,6,49)
C0M21Y6K49 
(0%,21%,6%,49%)
(0.00/0.21/0.06/0.49)	

CMYK percentages

%0
%21.37
%6.11
%48.63

Codes

Color #83677B in popluar color models

83677B
RGB131103123
HSL317°11.97%45.88%
HSB/HSV317°21.37%51.37%
CMYK0.00%21.37%6.11%
48.63%

Color #83677B in popluar number systems.

HEX83677B
Decimal131103123
Binary1000001111001111111011
Octal203147173

Shades and tints

Shades of #83677B

#83677B
(131,103,123)
#785E70
(120,94,112)
#6D5565
(109,85,101)
#624C5A
(98,76,90)
#57434F
(87,67,79)
#4C3A44
(76,58,68)
#413139
(65,49,57)
#36282E
(54,40,46)
#2B1F23
(43,31,35)
#201618
(32,22,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83677B

#83677B
(131,103,123)
#8E7487
(142,116,135)
#998193
(153,129,147)
#A48E9F
(164,142,159)
#AF9BAB
(175,155,171)
#BAA8B7
(186,168,183)
#C5B5C3
(197,181,195)
#D0C2CF
(208,194,207)
#DBCFDB
(219,207,219)
#E6DCE7
(230,220,231)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83677B; }

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

This text font color is #83677B.


Background Color

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

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

This div background color is #83677B.


Border color

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

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

This div border color is #83677B.


Opacity

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

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

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

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

This text has shadow with #83677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83677B on black background.


Color preview on white background

This text has color #83677B on white background.



Black color preview on #83677B background

This text has black color on #83677B background.


White color preview on #83677B background

This text has white color on #83677B background.