COLOR #83646C

HEX: #83646C RGB: (131,100,108)

Color info

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

RGB color model

#83646C color RGB value is (131,100,108).

RGB: (131,100,108) (51%, 39%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 108 of 255 = 42%

131
100
108

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

Portions of RGB colors in percentages

R + G + B = 131 + 100 + 108 = 339 (100%)
R 131 of 339 ~ 38.64%
G 100 of 339 ~ 29.5%
B 108 of 339 ~ 31.86'%

%38.64
%29.5
%31.86

CMYK color model

#83646C color CMYK value is (0,24,18,49).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK: (0,24,18,49) C0M24Y18K49 (0%,24%,18%,49%) (0.00/0.24/0.18/0.49) 

CMYK percentages

%0
%23.66
%17.56
%48.63

Codes

Color #83646C in popluar color models

83 64 6C
RGB 131 100 108
HSL 345° 13.42% 45.29%
HSB/HSV 345° 23.66% 51.37%
CMYK 0.00% 23.66% 17.56%
48.63%

Color #83646C in popluar number systems.

HEX 83 64 6C
Decimal 131 100 108
Binary 10000011 1100100 1101100
Octal 203 144 154

Shades and tints

Shades of #83646C

#83646C
(131,100,108)
#785B63
(120,91,99)
#6D525A
(109,82,90)
#624951
(98,73,81)
#574048
(87,64,72)
#4C373F
(76,55,63)
#412E36
(65,46,54)
#36252D
(54,37,45)
#2B1C24
(43,28,36)
#20131B
(32,19,27)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #83646C

#83646C
(131,100,108)
#8E7279
(142,114,121)
#998086
(153,128,134)
#A48E93
(164,142,147)
#AF9CA0
(175,156,160)
#BAAAAD
(186,170,173)
#C5B8BA
(197,184,186)
#D0C6C7
(208,198,199)
#DBD4D4
(219,212,212)
#E6E2E1
(230,226,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83646C; }

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

This text font color is #83646C.

Background Color

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

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

This div background color is #83646C.

Border color

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

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

This div border color is #83646C.

Opacity

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

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

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

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

This text has shadow with #83646C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83646C.

Preview

Color preview on black background

This text has color #83646C on black background.


Color preview on white background

This text has color #83646C on white background.


Black color preview on #83646C background

This text has black color on #83646C background.


White color preview on #83646C background

This text has white color on #83646C background.


Related colors

Complementary color

Complementary color for #hex is #7C9B93.


I love getcolorcode.com

Triadic colors

1 #6C8364 and #646C83 with #83646C are triadic colors.

2 #6C6483 and #64836C with #83646C are triadic colors.