COLOR #83767F

HEX: #83767F
RGB: (131,118,127)

Color info

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

RGB color model

#83767F color RGB value is (131,118,127).

  • red value is 131;
  • green value is 118;
  • blue value is 127.
RGB:
(131,118,127)
(51%,46%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 127 of 255 = 50%

131
118
127

R + G + B ~ 49%. #83767F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 127 = 376 (100%)
R 131 of 376 ~ 34.84%
G 118 of 376 ~ 31.38%
B 127 of 376 ~ 33.78%

%34.84
%31.38
%33.78

CMYK color model

#83767F color CMYK value is (0,10,3,49).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,10,3,49)
C0M10Y3K49 
(0%,10%,3%,49%)
(0.00/0.10/0.03/0.49)	

CMYK percentages

%0
%9.92
%3.05
%48.63

Codes

Color #83767F in popluar color models

83767F
RGB131118127
HSL318°5.22%48.82%
HSB/HSV318°9.92%51.37%
CMYK0.00%9.92%3.05%
48.63%

Color #83767F in popluar number systems.

HEX83767F
Decimal131118127
Binary1000001111101101111111
Octal203166177

Shades and tints

Shades of #83767F

#83767F
(131,118,127)
#786C74
(120,108,116)
#6D6269
(109,98,105)
#62585E
(98,88,94)
#574E53
(87,78,83)
#4C4448
(76,68,72)
#413A3D
(65,58,61)
#363032
(54,48,50)
#2B2627
(43,38,39)
#201C1C
(32,28,28)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #83767F

#83767F
(131,118,127)
#8E828A
(142,130,138)
#998E95
(153,142,149)
#A49AA0
(164,154,160)
#AFA6AB
(175,166,171)
#BAB2B6
(186,178,182)
#C5BEC1
(197,190,193)
#D0CACC
(208,202,204)
#DBD6D7
(219,214,215)
#E6E2E2
(230,226,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83767F color. Also use rgb(131,118,127) instead hex code.

Text Font Color

.myTextColor { color: #83767F; }

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

This text font color is #83767F.


Background Color

.myBgColor { background-color: #83767F; }

<div style="background-color:#83767F">Inner text</div>

This div background color is #83767F.


Border color

.myBorderColor { border: 1px solid #83767F; }

<div style="border:3px solid #83767F">Div</div>

This div border color is #83767F.


Opacity

.myOpacity80 { color: #83767F; opacity: 0.8; }

<p style="color:#83767F;opacity:0.8;">80%</p>

Text with #83767F 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 #83767F;}

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

This text has shadow with #83767F color.

.textShadow {text-shadow: 3px 3px 1px #83767F, 3px 3px 1px red;}

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

This text has shadow with #83767F primary color and red secondary color.


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

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

This text has shadow with #83767F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83767F on black background.


Color preview on white background

This text has color #83767F on white background.



Black color preview on #83767F background

This text has black color on #83767F background.


White color preview on #83767F background

This text has white color on #83767F background.