COLOR #83656A

HEX: #83656A
RGB: (131,101,106)

Color info

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

RGB color model

#83656A color RGB value is (131,101,106).

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

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 106 of 255 = 42%

131
101
106

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

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 106 = 338 (100%)
R 131 of 338 ~ 38.76%
G 101 of 338 ~ 29.88%
B 106 of 338 ~ 31.36%

%38.76
%29.88
%31.36

CMYK color model

#83656A color CMYK value is (0,23,19,49).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(0,23,19,49)
C0M23Y19K49 
(0%,23%,19%,49%)
(0.00/0.23/0.19/0.49)	

CMYK percentages

%0
%22.9
%19.08
%48.63

Codes

Color #83656A in popluar color models

83656A
RGB131101106
HSL350°12.93%45.49%
HSB/HSV350°22.90%51.37%
CMYK0.00%22.90%19.08%
48.63%

Color #83656A in popluar number systems.

HEX83656A
Decimal131101106
Binary1000001111001011101010
Octal203145152

Shades and tints

Shades of #83656A

#83656A
(131,101,106)
#785C61
(120,92,97)
#6D5358
(109,83,88)
#624A4F
(98,74,79)
#574146
(87,65,70)
#4C383D
(76,56,61)
#412F34
(65,47,52)
#36262B
(54,38,43)
#2B1D22
(43,29,34)
#201419
(32,20,25)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #83656A

#83656A
(131,101,106)
#8E7377
(142,115,119)
#998184
(153,129,132)
#A48F91
(164,143,145)
#AF9D9E
(175,157,158)
#BAABAB
(186,171,171)
#C5B9B8
(197,185,184)
#D0C7C5
(208,199,197)
#DBD5D2
(219,213,210)
#E6E3DF
(230,227,223)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83656A color. Also use rgb(131,101,106) instead hex code.

Text Font Color

.myTextColor { color: #83656A; }

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

This text font color is #83656A.


Background Color

.myBgColor { background-color: #83656A; }

<div style="background-color:#83656A">Inner text</div>

This div background color is #83656A.


Border color

.myBorderColor { border: 1px solid #83656A; }

<div style="border:3px solid #83656A">Div</div>

This div border color is #83656A.


Opacity

.myOpacity80 { color: #83656A; opacity: 0.8; }

<p style="color:#83656A;opacity:0.8;">80%</p>

Text with #83656A 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 #83656A;}

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

This text has shadow with #83656A color.

.textShadow {text-shadow: 3px 3px 1px #83656A, 3px 3px 1px red;}

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

This text has shadow with #83656A primary color and red secondary color.


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

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

This text has shadow with #83656A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83656A on black background.


Color preview on white background

This text has color #83656A on white background.



Black color preview on #83656A background

This text has black color on #83656A background.


White color preview on #83656A background

This text has white color on #83656A background.