COLOR #83666F

HEX: #83666F
RGB: (131,102,111)

Color info

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

RGB color model

#83666F color RGB value is (131,102,111).

  • red value is 131;
  • green value is 102;
  • blue value is 111.
RGB:
(131,102,111)
(51%,40%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 102 of 255 = 40%
B 111 of 255 = 44%

131
102
111

R + G + B ~ 45%. #83666F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 102 + 111 = 344 (100%)
R 131 of 344 ~ 38.08%
G 102 of 344 ~ 29.65%
B 111 of 344 ~ 32.27%

%38.08
%29.65
%32.27

CMYK color model

#83666F color CMYK value is (0,22,15,49).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(0,22,15,49)
C0M22Y15K49 
(0%,22%,15%,49%)
(0.00/0.22/0.15/0.49)	

CMYK percentages

%0
%22.14
%15.27
%48.63

Codes

Color #83666F in popluar color models

83666F
RGB131102111
HSL341°12.45%45.69%
HSB/HSV341°22.14%51.37%
CMYK0.00%22.14%15.27%
48.63%

Color #83666F in popluar number systems.

HEX83666F
Decimal131102111
Binary1000001111001101101111
Octal203146157

Shades and tints

Shades of #83666F

#83666F
(131,102,111)
#785D65
(120,93,101)
#6D545B
(109,84,91)
#624B51
(98,75,81)
#574247
(87,66,71)
#4C393D
(76,57,61)
#413033
(65,48,51)
#362729
(54,39,41)
#2B1E1F
(43,30,31)
#201515
(32,21,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #83666F

#83666F
(131,102,111)
#8E737C
(142,115,124)
#998089
(153,128,137)
#A48D96
(164,141,150)
#AF9AA3
(175,154,163)
#BAA7B0
(186,167,176)
#C5B4BD
(197,180,189)
#D0C1CA
(208,193,202)
#DBCED7
(219,206,215)
#E6DBE4
(230,219,228)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83666F color. Also use rgb(131,102,111) instead hex code.

Text Font Color

.myTextColor { color: #83666F; }

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

This text font color is #83666F.


Background Color

.myBgColor { background-color: #83666F; }

<div style="background-color:#83666F">Inner text</div>

This div background color is #83666F.


Border color

.myBorderColor { border: 1px solid #83666F; }

<div style="border:3px solid #83666F">Div</div>

This div border color is #83666F.


Opacity

.myOpacity80 { color: #83666F; opacity: 0.8; }

<p style="color:#83666F;opacity:0.8;">80%</p>

Text with #83666F 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 #83666F;}

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

This text has shadow with #83666F color.

.textShadow {text-shadow: 3px 3px 1px #83666F, 3px 3px 1px red;}

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

This text has shadow with #83666F primary color and red secondary color.


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

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

This text has shadow with #83666F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83666F on black background.


Color preview on white background

This text has color #83666F on white background.



Black color preview on #83666F background

This text has black color on #83666F background.


White color preview on #83666F background

This text has white color on #83666F background.