COLOR #83966D

HEX: #83966D RGB: (131,150,109)

Color info

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

RGB color model

#83966D color RGB value is (131,150,109).

RGB: (131,150,109) (51%, 59%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 109 of 255 = 43%

131
150
109

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

Portions of RGB colors in percentages

R + G + B = 131 + 150 + 109 = 390 (100%)
R 131 of 390 ~ 33.59%
G 150 of 390 ~ 38.46%
B 109 of 390 ~ 27.95'%

%33.59
%38.46
%27.95

CMYK color model

#83966D color CMYK value is (13,0,27,41).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%

CMYK: (13,0,27,41)
C13M0Y27K41 (13%, 0%, 27%, 41%)
(0.13 / 0.00 / 0.27 / 0.41)

CMYK percentages

%12.67
%0
%27.33
%41.18

Codes

Color #83966D in popluar color models

83 96 6D
RGB 131 150 109
HSL 88° 16.33% 50.78%
HSB/HSV 88° 27.33% 58.82%
CMYK 12.67% 0.00% 27.33%
41.18%

Color #83966D in popluar number systems.

HEX 83 96 6D
Decimal 131 150 109
Binary 10000011 10010110 1101101
Octal 203 226 155

Shades and tints

Shades of #83966D

#83966D
(131,150,109)
#788964
(120,137,100)
#6D7C5B
(109,124,91)
#626F52
(98,111,82)
#576249
(87,98,73)
#4C5540
(76,85,64)
#414837
(65,72,55)
#363B2E
(54,59,46)
#2B2E25
(43,46,37)
#20211C
(32,33,28)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #83966D

#83966D
(131,150,109)
#8E9F7A
(142,159,122)
#99A887
(153,168,135)
#A4B194
(164,177,148)
#AFBAA1
(175,186,161)
#BAC3AE
(186,195,174)
#C5CCBB
(197,204,187)
#D0D5C8
(208,213,200)
#DBDED5
(219,222,213)
#E6E7E2
(230,231,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83966D; }

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

This text font color is #83966D.

Background Color

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

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

This div background color is #83966D.

Border color

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

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

This div border color is #83966D.

Opacity

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

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

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

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

This text has shadow with #83966D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83966D.

Preview

Color preview on black background

This text has color #83966D on black background.


Color preview on white background

This text has color #83966D on white background.


Black color preview on #83966D background

This text has black color on #83966D background.


White color preview on #83966D background

This text has white color on #83966D background.


Related colors

Complementary color

Complementary color for #hex is #7C6992.


I love getcolorcode.com

Triadic colors

1 #6D8396 and #966D83 with #83966D are triadic colors.

2 #6D9683 and #96836D with #83966D are triadic colors.