COLOR #83646E

HEX: #83646E
RGB: (131,100,110)

Color info

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

RGB color model

#83646E color RGB value is (131,100,110).

  • red value is 131;
  • green value is 100;
  • blue value is 110.
RGB:
(131,100,110)
(51%,39%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 110 of 255 = 43%

131
100
110

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

Portions of RGB colors in percentages

R + G + B =
131 + 100 + 110 = 341 (100%)
R 131 of 341 ~ 38.42%
G 100 of 341 ~ 29.33%
B 110 of 341 ~ 32.26%

%38.42
%29.33
%32.26

CMYK color model

#83646E color CMYK value is (0,24,16,49).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(0,24,16,49)
C0M24Y16K49 
(0%,24%,16%,49%)
(0.00/0.24/0.16/0.49)	

CMYK percentages

%0
%23.66
%16.03
%48.63

Codes

Color #83646E in popluar color models

83646E
RGB131100110
HSL341°13.42%45.29%
HSB/HSV341°23.66%51.37%
CMYK0.00%23.66%16.03%
48.63%

Color #83646E in popluar number systems.

HEX83646E
Decimal131100110
Binary1000001111001001101110
Octal203144156

Shades and tints

Shades of #83646E

#83646E
(131,100,110)
#785B64
(120,91,100)
#6D525A
(109,82,90)
#624950
(98,73,80)
#574046
(87,64,70)
#4C373C
(76,55,60)
#412E32
(65,46,50)
#362528
(54,37,40)
#2B1C1E
(43,28,30)
#201314
(32,19,20)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #83646E

#83646E
(131,100,110)
#8E727B
(142,114,123)
#998088
(153,128,136)
#A48E95
(164,142,149)
#AF9CA2
(175,156,162)
#BAAAAF
(186,170,175)
#C5B8BC
(197,184,188)
#D0C6C9
(208,198,201)
#DBD4D6
(219,212,214)
#E6E2E3
(230,226,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83646E color. Also use rgb(131,100,110) instead hex code.

Text Font Color

.myTextColor { color: #83646E; }

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

This text font color is #83646E.


Background Color

.myBgColor { background-color: #83646E; }

<div style="background-color:#83646E">Inner text</div>

This div background color is #83646E.


Border color

.myBorderColor { border: 1px solid #83646E; }

<div style="border:3px solid #83646E">Div</div>

This div border color is #83646E.


Opacity

.myOpacity80 { color: #83646E; opacity: 0.8; }

<p style="color:#83646E;opacity:0.8;">80%</p>

Text with #83646E 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 #83646E;}

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

This text has shadow with #83646E color.

.textShadow {text-shadow: 3px 3px 1px #83646E, 3px 3px 1px red;}

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

This text has shadow with #83646E primary color and red secondary color.


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

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

This text has shadow with #83646E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83646E on black background.


Color preview on white background

This text has color #83646E on white background.



Black color preview on #83646E background

This text has black color on #83646E background.


White color preview on #83646E background

This text has white color on #83646E background.