COLOR #83837E

HEX: #83837E
RGB: (131,131,126)

Color info

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

RGB color model

#83837E color RGB value is (131,131,126).

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

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 126 of 255 = 49%

131
131
126

R + G + B ~ 50%. #83837E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 126 = 388 (100%)
R 131 of 388 ~ 33.76%
G 131 of 388 ~ 33.76%
B 126 of 388 ~ 32.47%

%33.76
%33.76
%32.47

CMYK color model

#83837E color CMYK value is (0,0,4,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,0,4,49)
C0M0Y4K49 
(0%,0%,4%,49%)
(0.00/0.00/0.04/0.49)	

CMYK percentages

%0
%0
%3.82
%48.63

Codes

Color #83837E in popluar color models

83837E
RGB131131126
HSL60°1.98%50.39%
HSB/HSV60°3.82%51.37%
CMYK0.00%0.00%3.82%
48.63%

Color #83837E in popluar number systems.

HEX83837E
Decimal131131126
Binary10000011100000111111110
Octal203203176

Shades and tints

Shades of #83837E

#83837E
(131,131,126)
#787873
(120,120,115)
#6D6D68
(109,109,104)
#62625D
(98,98,93)
#575752
(87,87,82)
#4C4C47
(76,76,71)
#41413C
(65,65,60)
#363631
(54,54,49)
#2B2B26
(43,43,38)
#20201B
(32,32,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #83837E

#83837E
(131,131,126)
#8E8E89
(142,142,137)
#999994
(153,153,148)
#A4A49F
(164,164,159)
#AFAFAA
(175,175,170)
#BABAB5
(186,186,181)
#C5C5C0
(197,197,192)
#D0D0CB
(208,208,203)
#DBDBD6
(219,219,214)
#E6E6E1
(230,230,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83837E color. Also use rgb(131,131,126) instead hex code.

Text Font Color

.myTextColor { color: #83837E; }

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

This text font color is #83837E.


Background Color

.myBgColor { background-color: #83837E; }

<div style="background-color:#83837E">Inner text</div>

This div background color is #83837E.


Border color

.myBorderColor { border: 1px solid #83837E; }

<div style="border:3px solid #83837E">Div</div>

This div border color is #83837E.


Opacity

.myOpacity80 { color: #83837E; opacity: 0.8; }

<p style="color:#83837E;opacity:0.8;">80%</p>

Text with #83837E 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 #83837E;}

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

This text has shadow with #83837E color.

.textShadow {text-shadow: 3px 3px 1px #83837E, 3px 3px 1px red;}

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

This text has shadow with #83837E primary color and red secondary color.


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

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

This text has shadow with #83837E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83837E on black background.


Color preview on white background

This text has color #83837E on white background.



Black color preview on #83837E background

This text has black color on #83837E background.


White color preview on #83837E background

This text has white color on #83837E background.