COLOR #83876A

HEX: #83876A RGB: (131,135,106)

Color info

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

RGB color model

#83876A color RGB value is (131,135,106).

RGB: (131,135,106) (51%, 53%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 106 of 255 = 42%

131
135
106

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

Portions of RGB colors in percentages

R + G + B = 131 + 135 + 106 = 372 (100%)
R 131 of 372 ~ 35.22%
G 135 of 372 ~ 36.29%
B 106 of 372 ~ 28.49'%

%35.22
%36.29
%28.49

CMYK color model

#83876A color CMYK value is (3,0,21,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 47.06%

CMYK: (3,0,21,47)
C3M0Y21K47 (3%, 0%, 21%, 47%)
(0.03 / 0.00 / 0.21 / 0.47)

CMYK percentages

%2.96
%0
%21.48
%47.06

Codes

Color #83876A in popluar color models

83 87 6A
RGB 131 135 106
HSL 68° 12.03% 47.25%
HSB/HSV 68° 21.48% 52.94%
CMYK 2.96% 0.00% 21.48%
47.06%

Color #83876A in popluar number systems.

HEX 83 87 6A
Decimal 131 135 106
Binary 10000011 10000111 1101010
Octal 203 207 152

Shades and tints

Shades of #83876A

#83876A
(131,135,106)
#787B61
(120,123,97)
#6D6F58
(109,111,88)
#62634F
(98,99,79)
#575746
(87,87,70)
#4C4B3D
(76,75,61)
#413F34
(65,63,52)
#36332B
(54,51,43)
#2B2722
(43,39,34)
#201B19
(32,27,25)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #83876A

#83876A
(131,135,106)
#8E9177
(142,145,119)
#999B84
(153,155,132)
#A4A591
(164,165,145)
#AFAF9E
(175,175,158)
#BAB9AB
(186,185,171)
#C5C3B8
(197,195,184)
#D0CDC5
(208,205,197)
#DBD7D2
(219,215,210)
#E6E1DF
(230,225,223)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83876A color. Also use rgb(131,135,106) instead hex code.

Text Font Color

.myTextColor { color: #83876A; }

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

This text font color is #83876A.

Background Color

.myBgColor { background-color: #83876A; }

<div style="background-color:#83876A">Inner text</div>

This div background color is #83876A.

Border color

.myBorderColor { border: 1px solid #83876A; }

<div style="border:3px solid #83876A">Div</div>

This div border color is #83876A.

Opacity

.myOpacity80 { color: #83876A; opacity: 0.8; }

<p style="color:#83876A;opacity:0.8;">80%</p>

Text with #83876A 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 #83876A;}

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

This text has shadow with #83876A color.


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

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

This text has shadow with #83876A primary color and red secondary color.


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

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

This text has shadow with #83876A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83876A.

Preview

Color preview on black background

This text has color #83876A on black background.


Color preview on white background

This text has color #83876A on white background.


Black color preview on #83876A background

This text has black color on #83876A background.


White color preview on #83876A background

This text has white color on #83876A background.


Related colors

Complementary color

Complementary color for #hex is #7C7895.


I love getcolorcode.com

Triadic colors

1 #6A8387 and #876A83 with #83876A are triadic colors.

2 #6A8783 and #87836A with #83876A are triadic colors.