COLOR #83967B

HEX: #83967B
RGB: (131,150,123)

Color info

#83967B contains red, green and blue colors in about the same proportion. Web safe color of #83967B is #999966 (or #996).

RGB color model

#83967B color RGB value is (131,150,123).

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

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 123 of 255 = 48%

131
150
123

R + G + B ~ 53%. #83967B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 123 = 404 (100%)
R 131 of 404 ~ 32.43%
G 150 of 404 ~ 37.13%
B 123 of 404 ~ 30.45%

%32.43
%37.13
%30.45

CMYK color model

#83967B color CMYK value is (13,0,18,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(13,0,18,41)
C13M0Y18K41 
(13%,0%,18%,41%)
(0.13/0.00/0.18/0.41)	

CMYK percentages

%12.67
%0
%18
%41.18

Codes

Color #83967B in popluar color models

83967B
RGB131150123
HSL102°11.39%53.53%
HSB/HSV102°18.00%58.82%
CMYK12.67%0.00%18.00%
41.18%

Color #83967B in popluar number systems.

HEX83967B
Decimal131150123
Binary10000011100101101111011
Octal203226173

Shades and tints

Shades of #83967B

#83967B
(131,150,123)
#788970
(120,137,112)
#6D7C65
(109,124,101)
#626F5A
(98,111,90)
#57624F
(87,98,79)
#4C5544
(76,85,68)
#414839
(65,72,57)
#363B2E
(54,59,46)
#2B2E23
(43,46,35)
#202118
(32,33,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #83967B

#83967B
(131,150,123)
#8E9F87
(142,159,135)
#99A893
(153,168,147)
#A4B19F
(164,177,159)
#AFBAAB
(175,186,171)
#BAC3B7
(186,195,183)
#C5CCC3
(197,204,195)
#D0D5CF
(208,213,207)
#DBDEDB
(219,222,219)
#E6E7E7
(230,231,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83967B color. Also use rgb(131,150,123) instead hex code.

Text Font Color

.myTextColor { color: #83967B; }

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

This text font color is #83967B.


Background Color

.myBgColor { background-color: #83967B; }

<div style="background-color:#83967B">Inner text</div>

This div background color is #83967B.


Border color

.myBorderColor { border: 1px solid #83967B; }

<div style="border:3px solid #83967B">Div</div>

This div border color is #83967B.


Opacity

.myOpacity80 { color: #83967B; opacity: 0.8; }

<p style="color:#83967B;opacity:0.8;">80%</p>

Text with #83967B 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 #83967B;}

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

This text has shadow with #83967B color.

.textShadow {text-shadow: 3px 3px 1px #83967B, 3px 3px 1px red;}

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

This text has shadow with #83967B primary color and red secondary color.


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

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

This text has shadow with #83967B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83967B on black background.


Color preview on white background

This text has color #83967B on white background.



Black color preview on #83967B background

This text has black color on #83967B background.


White color preview on #83967B background

This text has white color on #83967B background.