COLOR #83896B

HEX: #83896B RGB: (131,137,107)

Color info

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

RGB color model

#83896B color RGB value is (131,137,107).

RGB: (131,137,107) (51%, 54%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 107 of 255 = 42%

131
137
107

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

Portions of RGB colors in percentages

R + G + B = 131 + 137 + 107 = 375 (100%)
R 131 of 375 ~ 34.93%
G 137 of 375 ~ 36.53%
B 107 of 375 ~ 28.53'%

%34.93
%36.53
%28.53

CMYK color model

#83896B color CMYK value is (4,0,22,46).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (4,0,22,46)
C4M0Y22K46 (4%, 0%, 22%, 46%)
(0.04 / 0.00 / 0.22 / 0.46)

CMYK percentages

%4.38
%0
%21.9
%46.27

Codes

Color #83896B in popluar color models

83 89 6B
RGB 131 137 107
HSL 72° 12.30% 47.84%
HSB/HSV 72° 21.90% 53.73%
CMYK 4.38% 0.00% 21.90%
46.27%

Color #83896B in popluar number systems.

HEX 83 89 6B
Decimal 131 137 107
Binary 10000011 10001001 1101011
Octal 203 211 153

Shades and tints

Shades of #83896B

#83896B
(131,137,107)
#787D62
(120,125,98)
#6D7159
(109,113,89)
#626550
(98,101,80)
#575947
(87,89,71)
#4C4D3E
(76,77,62)
#414135
(65,65,53)
#36352C
(54,53,44)
#2B2923
(43,41,35)
#201D1A
(32,29,26)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #83896B

#83896B
(131,137,107)
#8E9378
(142,147,120)
#999D85
(153,157,133)
#A4A792
(164,167,146)
#AFB19F
(175,177,159)
#BABBAC
(186,187,172)
#C5C5B9
(197,197,185)
#D0CFC6
(208,207,198)
#DBD9D3
(219,217,211)
#E6E3E0
(230,227,224)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83896B color. Also use rgb(131,137,107) instead hex code.

Text Font Color

.myTextColor { color: #83896B; }

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

This text font color is #83896B.

Background Color

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

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

This div background color is #83896B.

Border color

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

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

This div border color is #83896B.

Opacity

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

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

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

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

This text has shadow with #83896B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83896B.

Preview

Color preview on black background

This text has color #83896B on black background.


Color preview on white background

This text has color #83896B on white background.


Black color preview on #83896B background

This text has black color on #83896B background.


White color preview on #83896B background

This text has white color on #83896B background.


Related colors

Complementary color

Complementary color for #hex is #7C7694.


I love getcolorcode.com

Triadic colors

1 #6B8389 and #896B83 with #83896B are triadic colors.

2 #6B8983 and #89836B with #83896B are triadic colors.