COLOR #83817F

HEX: #83817F
RGB: (131,129,127)

Color info

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

RGB color model

#83817F color RGB value is (131,129,127).

  • red value is 131;
  • green value is 129;
  • blue value is 127.
RGB:
(131,129,127)
(51%,51%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 127 of 255 = 50%

131
129
127

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

Portions of RGB colors in percentages

R + G + B =
131 + 129 + 127 = 387 (100%)
R 131 of 387 ~ 33.85%
G 129 of 387 ~ 33.33%
B 127 of 387 ~ 32.82%

%33.85
%33.33
%32.82

CMYK color model

#83817F color CMYK value is (0,2,3,49).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,2,3,49)
C0M2Y3K49 
(0%,2%,3%,49%)
(0.00/0.02/0.03/0.49)	

CMYK percentages

%0
%1.53
%3.05
%48.63

Codes

Color #83817F in popluar color models

83817F
RGB131129127
HSL30°1.59%50.59%
HSB/HSV30°3.05%51.37%
CMYK0.00%1.53%3.05%
48.63%

Color #83817F in popluar number systems.

HEX83817F
Decimal131129127
Binary10000011100000011111111
Octal203201177

Shades and tints

Shades of #83817F

#83817F
(131,129,127)
#787674
(120,118,116)
#6D6B69
(109,107,105)
#62605E
(98,96,94)
#575553
(87,85,83)
#4C4A48
(76,74,72)
#413F3D
(65,63,61)
#363432
(54,52,50)
#2B2927
(43,41,39)
#201E1C
(32,30,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #83817F

#83817F
(131,129,127)
#8E8C8A
(142,140,138)
#999795
(153,151,149)
#A4A2A0
(164,162,160)
#AFADAB
(175,173,171)
#BAB8B6
(186,184,182)
#C5C3C1
(197,195,193)
#D0CECC
(208,206,204)
#DBD9D7
(219,217,215)
#E6E4E2
(230,228,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83817F color. Also use rgb(131,129,127) instead hex code.

Text Font Color

.myTextColor { color: #83817F; }

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

This text font color is #83817F.


Background Color

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

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

This div background color is #83817F.


Border color

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

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

This div border color is #83817F.


Opacity

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

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

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

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

This text has shadow with #83817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83817F on black background.


Color preview on white background

This text has color #83817F on white background.



Black color preview on #83817F background

This text has black color on #83817F background.


White color preview on #83817F background

This text has white color on #83817F background.