COLOR #83897B

HEX: #83897B
RGB: (131,137,123)

Color info

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

RGB color model

#83897B color RGB value is (131,137,123).

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

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 123 of 255 = 48%

131
137
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 123 = 391 (100%)
R 131 of 391 ~ 33.5%
G 137 of 391 ~ 35.04%
B 123 of 391 ~ 31.46%

%33.5
%35.04
%31.46

CMYK color model

#83897B color CMYK value is (4,0,10,46).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 46.27%
CMYK:
(4,0,10,46)
C4M0Y10K46 
(4%,0%,10%,46%)
(0.04/0.00/0.10/0.46)	

CMYK percentages

%4.38
%0
%10.22
%46.27

Codes

Color #83897B in popluar color models

83897B
RGB131137123
HSL86°5.60%50.98%
HSB/HSV86°10.22%53.73%
CMYK4.38%0.00%10.22%
46.27%

Color #83897B in popluar number systems.

HEX83897B
Decimal131137123
Binary10000011100010011111011
Octal203211173

Shades and tints

Shades of #83897B

#83897B
(131,137,123)
#787D70
(120,125,112)
#6D7165
(109,113,101)
#62655A
(98,101,90)
#57594F
(87,89,79)
#4C4D44
(76,77,68)
#414139
(65,65,57)
#36352E
(54,53,46)
#2B2923
(43,41,35)
#201D18
(32,29,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #83897B

#83897B
(131,137,123)
#8E9387
(142,147,135)
#999D93
(153,157,147)
#A4A79F
(164,167,159)
#AFB1AB
(175,177,171)
#BABBB7
(186,187,183)
#C5C5C3
(197,197,195)
#D0CFCF
(208,207,207)
#DBD9DB
(219,217,219)
#E6E3E7
(230,227,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83897B; }

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

This text font color is #83897B.


Background Color

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

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

This div background color is #83897B.


Border color

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

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

This div border color is #83897B.


Opacity

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

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

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

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

This text has shadow with #83897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83897B on black background.


Color preview on white background

This text has color #83897B on white background.



Black color preview on #83897B background

This text has black color on #83897B background.


White color preview on #83897B background

This text has white color on #83897B background.