COLOR #83968D

HEX: #83968D
RGB: (131,150,141)

Color info

#83968D contains red, green and blue colors in about the same proportion. Web safe color of #83968D is #999999 (or #999).

RGB color model

#83968D color RGB value is (131,150,141).

  • red value is 131;
  • green value is 150;
  • blue value is 141.
RGB:
(131,150,141)
(51%,59%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 141 of 255 = 55%

131
150
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 141 = 422 (100%)
R 131 of 422 ~ 31.04%
G 150 of 422 ~ 35.55%
B 141 of 422 ~ 33.41%

%31.04
%35.55
%33.41

CMYK color model

#83968D color CMYK value is (13,0,6,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 41.18%
CMYK:
(13,0,6,41)
C13M0Y6K41 
(13%,0%,6%,41%)
(0.13/0.00/0.06/0.41)	

CMYK percentages

%12.67
%0
%6
%41.18

Codes

Color #83968D in popluar color models

83968D
RGB131150141
HSL152°8.30%55.10%
HSB/HSV152°12.67%58.82%
CMYK12.67%0.00%6.00%
41.18%

Color #83968D in popluar number systems.

HEX83968D
Decimal131150141
Binary100000111001011010001101
Octal203226215

Shades and tints

Shades of #83968D

#83968D
(131,150,141)
#788981
(120,137,129)
#6D7C75
(109,124,117)
#626F69
(98,111,105)
#57625D
(87,98,93)
#4C5551
(76,85,81)
#414845
(65,72,69)
#363B39
(54,59,57)
#2B2E2D
(43,46,45)
#202121
(32,33,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #83968D

#83968D
(131,150,141)
#8E9F97
(142,159,151)
#99A8A1
(153,168,161)
#A4B1AB
(164,177,171)
#AFBAB5
(175,186,181)
#BAC3BF
(186,195,191)
#C5CCC9
(197,204,201)
#D0D5D3
(208,213,211)
#DBDEDD
(219,222,221)
#E6E7E7
(230,231,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83968D; }

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

This text font color is #83968D.


Background Color

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

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

This div background color is #83968D.


Border color

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

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

This div border color is #83968D.


Opacity

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

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

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

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

This text has shadow with #83968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83968D on black background.


Color preview on white background

This text has color #83968D on white background.



Black color preview on #83968D background

This text has black color on #83968D background.


White color preview on #83968D background

This text has white color on #83968D background.