COLOR #83977B

HEX: #83977B
RGB: (131,151,123)

Color info

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

RGB color model

#83977B color RGB value is (131,151,123).

  • red value is 131;
  • green value is 151;
  • blue value is 123.
RGB:
(131,151,123)
(51%,59%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 123 of 255 = 48%

131
151
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 151 + 123 = 405 (100%)
R 131 of 405 ~ 32.35%
G 151 of 405 ~ 37.28%
B 123 of 405 ~ 30.37%

%32.35
%37.28
%30.37

CMYK color model

#83977B color CMYK value is (13,0,19,41).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(13,0,19,41)
C13M0Y19K41 
(13%,0%,19%,41%)
(0.13/0.00/0.19/0.41)	

CMYK percentages

%13.25
%0
%18.54
%40.78

Codes

Color #83977B in popluar color models

83977B
RGB131151123
HSL103°11.86%53.73%
HSB/HSV103°18.54%59.22%
CMYK13.25%0.00%18.54%
40.78%

Color #83977B in popluar number systems.

HEX83977B
Decimal131151123
Binary10000011100101111111011
Octal203227173

Shades and tints

Shades of #83977B

#83977B
(131,151,123)
#788A70
(120,138,112)
#6D7D65
(109,125,101)
#62705A
(98,112,90)
#57634F
(87,99,79)
#4C5644
(76,86,68)
#414939
(65,73,57)
#363C2E
(54,60,46)
#2B2F23
(43,47,35)
#202218
(32,34,24)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #83977B

#83977B
(131,151,123)
#8EA087
(142,160,135)
#99A993
(153,169,147)
#A4B29F
(164,178,159)
#AFBBAB
(175,187,171)
#BAC4B7
(186,196,183)
#C5CDC3
(197,205,195)
#D0D6CF
(208,214,207)
#DBDFDB
(219,223,219)
#E6E8E7
(230,232,231)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83977B color. Also use rgb(131,151,123) instead hex code.

Text Font Color

.myTextColor { color: #83977B; }

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

This text font color is #83977B.


Background Color

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

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

This div background color is #83977B.


Border color

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

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

This div border color is #83977B.


Opacity

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

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

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

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

This text has shadow with #83977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83977B on black background.


Color preview on white background

This text has color #83977B on white background.



Black color preview on #83977B background

This text has black color on #83977B background.


White color preview on #83977B background

This text has white color on #83977B background.