COLOR #83768D

HEX: #83768D RGB: (131,118,141)

Color info

#83768D contains red, green and blue colors in about the same proportion. Web safe color of #83768D is #996699 (or #969).

RGB color model

#83768D color RGB value is (131,118,141).

RGB: (131,118,141) (51%, 46%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 141 of 255 = 55%

131
118
141

R + G + B ~ 51%. #83768D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 118 + 141 = 390 (100%)
R 131 of 390 ~ 33.59%
G 118 of 390 ~ 30.26%
B 141 of 390 ~ 36.15'%

%33.59
%30.26
%36.15

CMYK color model

#83768D color CMYK value is (7,16,0,45).

  • cyan value is 7.09%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (7,16,0,45)
C7M16Y0K45 (7%, 16%, 0%, 45%)
(0.07 / 0.16 / 0.00 / 0.45)

CMYK percentages

%7.09
%16.31
%0
%44.71

Codes

Color #83768D in popluar color models

83 76 8D
RGB 131 118 141
HSL 274° 9.16% 50.78%
HSB/HSV 274° 16.31% 55.29%
CMYK 7.09% 16.31% 0.00%
44.71%

Color #83768D in popluar number systems.

HEX 83 76 8D
Decimal 131 118 141
Binary 10000011 1110110 10001101
Octal 203 166 215

Shades and tints

Shades of #83768D

#83768D
(131,118,141)
#786C81
(120,108,129)
#6D6275
(109,98,117)
#625869
(98,88,105)
#574E5D
(87,78,93)
#4C4451
(76,68,81)
#413A45
(65,58,69)
#363039
(54,48,57)
#2B262D
(43,38,45)
#201C21
(32,28,33)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #83768D

#83768D
(131,118,141)
#8E8297
(142,130,151)
#998EA1
(153,142,161)
#A49AAB
(164,154,171)
#AFA6B5
(175,166,181)
#BAB2BF
(186,178,191)
#C5BEC9
(197,190,201)
#D0CAD3
(208,202,211)
#DBD6DD
(219,214,221)
#E6E2E7
(230,226,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83768D color. Also use rgb(131,118,141) instead hex code.

Text Font Color

.myTextColor { color: #83768D; }

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

This text font color is #83768D.

Background Color

.myBgColor { background-color: #83768D; }

<div style="background-color:#83768D">Inner text</div>

This div background color is #83768D.

Border color

.myBorderColor { border: 1px solid #83768D; }

<div style="border:3px solid #83768D">Div</div>

This div border color is #83768D.

Opacity

.myOpacity80 { color: #83768D; opacity: 0.8; }

<p style="color:#83768D;opacity:0.8;">80%</p>

Text with #83768D 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 #83768D;}

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

This text has shadow with #83768D color.


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

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

This text has shadow with #83768D primary color and red secondary color.


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

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

This text has shadow with #83768D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83768D.

Preview

Color preview on black background

This text has color #83768D on black background.


Color preview on white background

This text has color #83768D on white background.


Black color preview on #83768D background

This text has black color on #83768D background.


White color preview on #83768D background

This text has white color on #83768D background.


Related colors

Complementary color

Complementary color for #hex is #7C8972.


I love getcolorcode.com

Triadic colors

1 #8D8376 and #768D83 with #83768D are triadic colors.

2 #8D7683 and #76838D with #83768D are triadic colors.