COLOR #83666C

HEX: #83666C
RGB: (131,102,108)

Color info

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

RGB color model

#83666C color RGB value is (131,102,108).

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

RGB channels and saturation

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

131
102
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 102 + 108 = 341 (100%)
R 131 of 341 ~ 38.42%
G 102 of 341 ~ 29.91%
B 108 of 341 ~ 31.67%

%38.42
%29.91
%31.67

CMYK color model

#83666C color CMYK value is (0,22,18,49).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(0,22,18,49)
C0M22Y18K49 
(0%,22%,18%,49%)
(0.00/0.22/0.18/0.49)	

CMYK percentages

%0
%22.14
%17.56
%48.63

Codes

Color #83666C in popluar color models

83666C
RGB131102108
HSL348°12.45%45.69%
HSB/HSV348°22.14%51.37%
CMYK0.00%22.14%17.56%
48.63%

Color #83666C in popluar number systems.

HEX83666C
Decimal131102108
Binary1000001111001101101100
Octal203146154

Shades and tints

Shades of #83666C

#83666C
(131,102,108)
#785D63
(120,93,99)
#6D545A
(109,84,90)
#624B51
(98,75,81)
#574248
(87,66,72)
#4C393F
(76,57,63)
#413036
(65,48,54)
#36272D
(54,39,45)
#2B1E24
(43,30,36)
#20151B
(32,21,27)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #83666C

#83666C
(131,102,108)
#8E7379
(142,115,121)
#998086
(153,128,134)
#A48D93
(164,141,147)
#AF9AA0
(175,154,160)
#BAA7AD
(186,167,173)
#C5B4BA
(197,180,186)
#D0C1C7
(208,193,199)
#DBCED4
(219,206,212)
#E6DBE1
(230,219,225)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83666C; }

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

This text font color is #83666C.


Background Color

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

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

This div background color is #83666C.


Border color

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

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

This div border color is #83666C.


Opacity

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

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

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

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

This text has shadow with #83666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83666C on black background.


Color preview on white background

This text has color #83666C on white background.



Black color preview on #83666C background

This text has black color on #83666C background.


White color preview on #83666C background

This text has white color on #83666C background.