COLOR #83797A

HEX: #83797A
RGB: (131,121,122)

Color info

#83797A contains red, green and blue colors in about the same proportion. Web safe color of #83797A is #996666 (or #966).

RGB color model

#83797A color RGB value is (131,121,122).

  • red value is 131;
  • green value is 121;
  • blue value is 122.
RGB:
(131,121,122)
(51%,47%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 122 of 255 = 48%

131
121
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 122 = 374 (100%)
R 131 of 374 ~ 35.03%
G 121 of 374 ~ 32.35%
B 122 of 374 ~ 32.62%

%35.03
%32.35
%32.62

CMYK color model

#83797A color CMYK value is (0,8,7,49).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,8,7,49)
C0M8Y7K49 
(0%,8%,7%,49%)
(0.00/0.08/0.07/0.49)	

CMYK percentages

%0
%7.63
%6.87
%48.63

Codes

Color #83797A in popluar color models

83797A
RGB131121122
HSL354°3.97%49.41%
HSB/HSV354°7.63%51.37%
CMYK0.00%7.63%6.87%
48.63%

Color #83797A in popluar number systems.

HEX83797A
Decimal131121122
Binary1000001111110011111010
Octal203171172

Shades and tints

Shades of #83797A

#83797A
(131,121,122)
#786E6F
(120,110,111)
#6D6364
(109,99,100)
#625859
(98,88,89)
#574D4E
(87,77,78)
#4C4243
(76,66,67)
#413738
(65,55,56)
#362C2D
(54,44,45)
#2B2122
(43,33,34)
#201617
(32,22,23)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #83797A

#83797A
(131,121,122)
#8E8586
(142,133,134)
#999192
(153,145,146)
#A49D9E
(164,157,158)
#AFA9AA
(175,169,170)
#BAB5B6
(186,181,182)
#C5C1C2
(197,193,194)
#D0CDCE
(208,205,206)
#DBD9DA
(219,217,218)
#E6E5E6
(230,229,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83797A color. Also use rgb(131,121,122) instead hex code.

Text Font Color

.myTextColor { color: #83797A; }

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

This text font color is #83797A.


Background Color

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

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

This div background color is #83797A.


Border color

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

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

This div border color is #83797A.


Opacity

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

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

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

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

This text has shadow with #83797A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83797A on black background.


Color preview on white background

This text has color #83797A on white background.



Black color preview on #83797A background

This text has black color on #83797A background.


White color preview on #83797A background

This text has white color on #83797A background.