COLOR #83676C

HEX: #83676C
RGB: (131,103,108)

Color info

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

RGB color model

#83676C color RGB value is (131,103,108).

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

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 108 of 255 = 42%

131
103
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 108 = 342 (100%)
R 131 of 342 ~ 38.3%
G 103 of 342 ~ 30.12%
B 108 of 342 ~ 31.58%

%38.3
%30.12
%31.58

CMYK color model

#83676C color CMYK value is (0,21,18,49).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(0,21,18,49)
C0M21Y18K49 
(0%,21%,18%,49%)
(0.00/0.21/0.18/0.49)	

CMYK percentages

%0
%21.37
%17.56
%48.63

Codes

Color #83676C in popluar color models

83676C
RGB131103108
HSL349°11.97%45.88%
HSB/HSV349°21.37%51.37%
CMYK0.00%21.37%17.56%
48.63%

Color #83676C in popluar number systems.

HEX83676C
Decimal131103108
Binary1000001111001111101100
Octal203147154

Shades and tints

Shades of #83676C

#83676C
(131,103,108)
#785E63
(120,94,99)
#6D555A
(109,85,90)
#624C51
(98,76,81)
#574348
(87,67,72)
#4C3A3F
(76,58,63)
#413136
(65,49,54)
#36282D
(54,40,45)
#2B1F24
(43,31,36)
#20161B
(32,22,27)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #83676C

#83676C
(131,103,108)
#8E7479
(142,116,121)
#998186
(153,129,134)
#A48E93
(164,142,147)
#AF9BA0
(175,155,160)
#BAA8AD
(186,168,173)
#C5B5BA
(197,181,186)
#D0C2C7
(208,194,199)
#DBCFD4
(219,207,212)
#E6DCE1
(230,220,225)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83676C color. Also use rgb(131,103,108) instead hex code.

Text Font Color

.myTextColor { color: #83676C; }

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

This text font color is #83676C.


Background Color

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

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

This div background color is #83676C.


Border color

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

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

This div border color is #83676C.


Opacity

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

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

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

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

This text has shadow with #83676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83676C on black background.


Color preview on white background

This text has color #83676C on white background.



Black color preview on #83676C background

This text has black color on #83676C background.


White color preview on #83676C background

This text has white color on #83676C background.