COLOR #83846F

HEX: #83846F
RGB: (131,132,111)

Color info

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

RGB color model

#83846F color RGB value is (131,132,111).

  • red value is 131;
  • green value is 132;
  • blue value is 111.
RGB:
(131,132,111)
(51%,52%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 111 of 255 = 44%

131
132
111

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

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 111 = 374 (100%)
R 131 of 374 ~ 35.03%
G 132 of 374 ~ 35.29%
B 111 of 374 ~ 29.68%

%35.03
%35.29
%29.68

CMYK color model

#83846F color CMYK value is (1,0,16,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(1,0,16,48)
C1M0Y16K48 
(1%,0%,16%,48%)
(0.01/0.00/0.16/0.48)	

CMYK percentages

%0.76
%0
%15.91
%48.24

Codes

Color #83846F in popluar color models

83846F
RGB131132111
HSL63°8.64%47.65%
HSB/HSV63°15.91%51.76%
CMYK0.76%0.00%15.91%
48.24%

Color #83846F in popluar number systems.

HEX83846F
Decimal131132111
Binary10000011100001001101111
Octal203204157

Shades and tints

Shades of #83846F

#83846F
(131,132,111)
#787865
(120,120,101)
#6D6C5B
(109,108,91)
#626051
(98,96,81)
#575447
(87,84,71)
#4C483D
(76,72,61)
#413C33
(65,60,51)
#363029
(54,48,41)
#2B241F
(43,36,31)
#201815
(32,24,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #83846F

#83846F
(131,132,111)
#8E8F7C
(142,143,124)
#999A89
(153,154,137)
#A4A596
(164,165,150)
#AFB0A3
(175,176,163)
#BABBB0
(186,187,176)
#C5C6BD
(197,198,189)
#D0D1CA
(208,209,202)
#DBDCD7
(219,220,215)
#E6E7E4
(230,231,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83846F color. Also use rgb(131,132,111) instead hex code.

Text Font Color

.myTextColor { color: #83846F; }

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

This text font color is #83846F.


Background Color

.myBgColor { background-color: #83846F; }

<div style="background-color:#83846F">Inner text</div>

This div background color is #83846F.


Border color

.myBorderColor { border: 1px solid #83846F; }

<div style="border:3px solid #83846F">Div</div>

This div border color is #83846F.


Opacity

.myOpacity80 { color: #83846F; opacity: 0.8; }

<p style="color:#83846F;opacity:0.8;">80%</p>

Text with #83846F 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 #83846F;}

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

This text has shadow with #83846F color.

.textShadow {text-shadow: 3px 3px 1px #83846F, 3px 3px 1px red;}

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

This text has shadow with #83846F primary color and red secondary color.


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

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

This text has shadow with #83846F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83846F on black background.


Color preview on white background

This text has color #83846F on white background.



Black color preview on #83846F background

This text has black color on #83846F background.


White color preview on #83846F background

This text has white color on #83846F background.