COLOR #83647E

HEX: #83647E RGB: (131,100,126)

Color info

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

RGB color model

#83647E color RGB value is (131,100,126).

RGB: (131,100,126) (51%, 39%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 126 of 255 = 49%

131
100
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 100 + 126 = 357 (100%)
R 131 of 357 ~ 36.69%
G 100 of 357 ~ 28.01%
B 126 of 357 ~ 35.29'%

%36.69
%28.01
%35.29

CMYK color model

#83647E color CMYK value is (0,24,4,49).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 3.82%
  • key color value is 48.63%

CMYK: (0,24,4,49)
C0M24Y4K49 (0%, 24%, 4%, 49%)
(0.00 / 0.24 / 0.04 / 0.49)

CMYK percentages

%0
%23.66
%3.82
%48.63

Codes

Color #83647E in popluar color models

83 64 7E
RGB 131 100 126
HSL 310° 13.42% 45.29%
HSB/HSV 310° 23.66% 51.37%
CMYK 0.00% 23.66% 3.82%
48.63%

Color #83647E in popluar number systems.

HEX 83 64 7E
Decimal 131 100 126
Binary 10000011 1100100 1111110
Octal 203 144 176

Shades and tints

Shades of #83647E

#83647E
(131,100,126)
#785B73
(120,91,115)
#6D5268
(109,82,104)
#62495D
(98,73,93)
#574052
(87,64,82)
#4C3747
(76,55,71)
#412E3C
(65,46,60)
#362531
(54,37,49)
#2B1C26
(43,28,38)
#20131B
(32,19,27)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #83647E

#83647E
(131,100,126)
#8E7289
(142,114,137)
#998094
(153,128,148)
#A48E9F
(164,142,159)
#AF9CAA
(175,156,170)
#BAAAB5
(186,170,181)
#C5B8C0
(197,184,192)
#D0C6CB
(208,198,203)
#DBD4D6
(219,212,214)
#E6E2E1
(230,226,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83647E; }

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

This text font color is #83647E.

Background Color

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

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

This div background color is #83647E.

Border color

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

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

This div border color is #83647E.

Opacity

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

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

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

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

This text has shadow with #83647E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83647E.

Preview

Color preview on black background

This text has color #83647E on black background.


Color preview on white background

This text has color #83647E on white background.


Black color preview on #83647E background

This text has black color on #83647E background.


White color preview on #83647E background

This text has white color on #83647E background.


Related colors

Complementary color

Complementary color for #hex is #7C9B81.


I love getcolorcode.com

Triadic colors

1 #7E8364 and #647E83 with #83647E are triadic colors.

2 #7E6483 and #64837E with #83647E are triadic colors.