COLOR #83967D

HEX: #83967D
RGB: (131,150,125)

Color info

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

RGB color model

#83967D color RGB value is (131,150,125).

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

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 125 of 255 = 49%

131
150
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 125 = 406 (100%)
R 131 of 406 ~ 32.27%
G 150 of 406 ~ 36.95%
B 125 of 406 ~ 30.79%

%32.27
%36.95
%30.79

CMYK color model

#83967D color CMYK value is (13,0,17,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(13,0,17,41)
C13M0Y17K41 
(13%,0%,17%,41%)
(0.13/0.00/0.17/0.41)	

CMYK percentages

%12.67
%0
%16.67
%41.18

Codes

Color #83967D in popluar color models

83967D
RGB131150125
HSL106°10.64%53.92%
HSB/HSV106°16.67%58.82%
CMYK12.67%0.00%16.67%
41.18%

Color #83967D in popluar number systems.

HEX83967D
Decimal131150125
Binary10000011100101101111101
Octal203226175

Shades and tints

Shades of #83967D

#83967D
(131,150,125)
#788972
(120,137,114)
#6D7C67
(109,124,103)
#626F5C
(98,111,92)
#576251
(87,98,81)
#4C5546
(76,85,70)
#41483B
(65,72,59)
#363B30
(54,59,48)
#2B2E25
(43,46,37)
#20211A
(32,33,26)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #83967D

#83967D
(131,150,125)
#8E9F88
(142,159,136)
#99A893
(153,168,147)
#A4B19E
(164,177,158)
#AFBAA9
(175,186,169)
#BAC3B4
(186,195,180)
#C5CCBF
(197,204,191)
#D0D5CA
(208,213,202)
#DBDED5
(219,222,213)
#E6E7E0
(230,231,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83967D; }

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

This text font color is #83967D.


Background Color

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

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

This div background color is #83967D.


Border color

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

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

This div border color is #83967D.


Opacity

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

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

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

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

This text has shadow with #83967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83967D on black background.


Color preview on white background

This text has color #83967D on white background.



Black color preview on #83967D background

This text has black color on #83967D background.


White color preview on #83967D background

This text has white color on #83967D background.