COLOR #83958B

HEX: #83958B RGB: (131,149,139)

Color info

#83958B contains red, green and blue colors in about the same proportion. Web safe color of #83958B is #999999 (or #999).

RGB color model

#83958B color RGB value is (131,149,139).

RGB: (131,149,139) (51%, 58%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 139 of 255 = 55%

131
149
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 149 + 139 = 419 (100%)
R 131 of 419 ~ 31.26%
G 149 of 419 ~ 35.56%
B 139 of 419 ~ 33.17'%

%31.26
%35.56
%33.17

CMYK color model

#83958B color CMYK value is (12,0,7,42).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK: (12,0,7,42) C12M0Y7K42 (12%,0%,7%,42%) (0.12/0.00/0.07/0.42) 

CMYK percentages

%12.08
%0
%6.71
%41.57

Codes

Color #83958B in popluar color models

83 95 8B
RGB 131 149 139
HSL 147° 7.83% 54.90%
HSB/HSV 147° 12.08% 58.43%
CMYK 12.08% 0.00% 6.71%
41.57%

Color #83958B in popluar number systems.

HEX 83 95 8B
Decimal 131 149 139
Binary 10000011 10010101 10001011
Octal 203 225 213

Shades and tints

Shades of #83958B

#83958B
(131,149,139)
#78887F
(120,136,127)
#6D7B73
(109,123,115)
#626E67
(98,110,103)
#57615B
(87,97,91)
#4C544F
(76,84,79)
#414743
(65,71,67)
#363A37
(54,58,55)
#2B2D2B
(43,45,43)
#20201F
(32,32,31)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #83958B

#83958B
(131,149,139)
#8E9E95
(142,158,149)
#99A79F
(153,167,159)
#A4B0A9
(164,176,169)
#AFB9B3
(175,185,179)
#BAC2BD
(186,194,189)
#C5CBC7
(197,203,199)
#D0D4D1
(208,212,209)
#DBDDDB
(219,221,219)
#E6E6E5
(230,230,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83958B color. Also use rgb(131,149,139) instead hex code.

Text Font Color

.myTextColor { color: #83958B; }

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

This text font color is #83958B.

Background Color

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

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

This div background color is #83958B.

Border color

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

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

This div border color is #83958B.

Opacity

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

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

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

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

This text has shadow with #83958B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83958B.

Preview

Color preview on black background

This text has color #83958B on black background.


Color preview on white background

This text has color #83958B on white background.


Black color preview on #83958B background

This text has black color on #83958B background.


White color preview on #83958B background

This text has white color on #83958B background.


Related colors

Complementary color

Complementary color for #hex is #7C6A74.


I love getcolorcode.com

Triadic colors

1 #8B8395 and #958B83 with #83958B are triadic colors.

2 #8B9583 and #95838B with #83958B are triadic colors.