COLOR #83987E

HEX: #83987E RGB: (131,152,126)

Color info

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

RGB color model

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

RGB: (131,152,126) (51%, 60%, 49%)

RGB channels and saturation

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

131
152
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 152 + 126 = 409 (100%)
R 131 of 409 ~ 32.03%
G 152 of 409 ~ 37.16%
B 126 of 409 ~ 30.81'%

%32.03
%37.16
%30.81

CMYK color model

#83987E color CMYK value is (14,0,17,40).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 40.39%

CMYK: (14,0,17,40)
C14M0Y17K40 (14%, 0%, 17%, 40%)
(0.14 / 0.00 / 0.17 / 0.40)

CMYK percentages

%13.82
%0
%17.11
%40.39

Codes

Color #83987E in popluar color models

83 98 7E
RGB 131 152 126
HSL 108° 11.21% 54.51%
HSB/HSV 108° 17.11% 59.61%
CMYK 13.82% 0.00% 17.11%
40.39%

Color #83987E in popluar number systems.

HEX 83 98 7E
Decimal 131 152 126
Binary 10000011 10011000 1111110
Octal 203 230 176

Shades and tints

Shades of #83987E

#83987E
(131,152,126)
#788B73
(120,139,115)
#6D7E68
(109,126,104)
#62715D
(98,113,93)
#576452
(87,100,82)
#4C5747
(76,87,71)
#414A3C
(65,74,60)
#363D31
(54,61,49)
#2B3026
(43,48,38)
#20231B
(32,35,27)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #83987E

#83987E
(131,152,126)
#8EA189
(142,161,137)
#99AA94
(153,170,148)
#A4B39F
(164,179,159)
#AFBCAA
(175,188,170)
#BAC5B5
(186,197,181)
#C5CEC0
(197,206,192)
#D0D7CB
(208,215,203)
#DBE0D6
(219,224,214)
#E6E9E1
(230,233,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83987E; }

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

This text font color is #83987E.

Background Color

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

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

This div background color is #83987E.

Border color

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

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

This div border color is #83987E.

Opacity

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

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

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

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

This text has shadow with #83987E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83987E.

Preview

Color preview on black background

This text has color #83987E on black background.


Color preview on white background

This text has color #83987E on white background.


Black color preview on #83987E background

This text has black color on #83987E background.


White color preview on #83987E background

This text has white color on #83987E background.


Related colors

Complementary color

Complementary color for #hex is #7C6781.


I love getcolorcode.com

Triadic colors

1 #7E8398 and #987E83 with #83987E are triadic colors.

2 #7E9883 and #98837E with #83987E are triadic colors.