COLOR #83997E

HEX: #83997E
RGB: (131,153,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

131
153
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 153 + 126 = 410 (100%)
R 131 of 410 ~ 31.95%
G 153 of 410 ~ 37.32%
B 126 of 410 ~ 30.73%

%31.95
%37.32
%30.73

CMYK color model

#83997E color CMYK value is (14,0,18,40).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(14,0,18,40)
C14M0Y18K40 
(14%,0%,18%,40%)
(0.14/0.00/0.18/0.40)	

CMYK percentages

%14.38
%0
%17.65
%40

Codes

Color #83997E in popluar color models

83997E
RGB131153126
HSL109°11.69%54.71%
HSB/HSV109°17.65%60.00%
CMYK14.38%0.00%17.65%
40.00%

Color #83997E in popluar number systems.

HEX83997E
Decimal131153126
Binary10000011100110011111110
Octal203231176

Shades and tints

Shades of #83997E

#83997E
(131,153,126)
#788C73
(120,140,115)
#6D7F68
(109,127,104)
#62725D
(98,114,93)
#576552
(87,101,82)
#4C5847
(76,88,71)
#414B3C
(65,75,60)
#363E31
(54,62,49)
#2B3126
(43,49,38)
#20241B
(32,36,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #83997E

#83997E
(131,153,126)
#8EA289
(142,162,137)
#99AB94
(153,171,148)
#A4B49F
(164,180,159)
#AFBDAA
(175,189,170)
#BAC6B5
(186,198,181)
#C5CFC0
(197,207,192)
#D0D8CB
(208,216,203)
#DBE1D6
(219,225,214)
#E6EAE1
(230,234,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83997E; }

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

This text font color is #83997E.


Background Color

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

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

This div background color is #83997E.


Border color

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

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

This div border color is #83997E.


Opacity

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

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

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

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

This text has shadow with #83997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83997E on black background.


Color preview on white background

This text has color #83997E on white background.



Black color preview on #83997E background

This text has black color on #83997E background.


White color preview on #83997E background

This text has white color on #83997E background.