COLOR #83897C

HEX: #83897C
RGB: (131,137,124)

Color info

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

RGB color model

#83897C color RGB value is (131,137,124).

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

RGB channels and saturation

R 131 of 255 = 51%
G 137 of 255 = 54%
B 124 of 255 = 49%

131
137
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 124 = 392 (100%)
R 131 of 392 ~ 33.42%
G 137 of 392 ~ 34.95%
B 124 of 392 ~ 31.63%

%33.42
%34.95
%31.63

CMYK color model

#83897C color CMYK value is (4,0,9,46).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(4,0,9,46)
C4M0Y9K46 
(4%,0%,9%,46%)
(0.04/0.00/0.09/0.46)	

CMYK percentages

%4.38
%0
%9.49
%46.27

Codes

Color #83897C in popluar color models

83897C
RGB131137124
HSL88°5.22%51.18%
HSB/HSV88°9.49%53.73%
CMYK4.38%0.00%9.49%
46.27%

Color #83897C in popluar number systems.

HEX83897C
Decimal131137124
Binary10000011100010011111100
Octal203211174

Shades and tints

Shades of #83897C

#83897C
(131,137,124)
#787D71
(120,125,113)
#6D7166
(109,113,102)
#62655B
(98,101,91)
#575950
(87,89,80)
#4C4D45
(76,77,69)
#41413A
(65,65,58)
#36352F
(54,53,47)
#2B2924
(43,41,36)
#201D19
(32,29,25)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #83897C

#83897C
(131,137,124)
#8E9387
(142,147,135)
#999D92
(153,157,146)
#A4A79D
(164,167,157)
#AFB1A8
(175,177,168)
#BABBB3
(186,187,179)
#C5C5BE
(197,197,190)
#D0CFC9
(208,207,201)
#DBD9D4
(219,217,212)
#E6E3DF
(230,227,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83897C; }

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

This text font color is #83897C.


Background Color

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

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

This div background color is #83897C.


Border color

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

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

This div border color is #83897C.


Opacity

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

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

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

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

This text has shadow with #83897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83897C on black background.


Color preview on white background

This text has color #83897C on white background.



Black color preview on #83897C background

This text has black color on #83897C background.


White color preview on #83897C background

This text has white color on #83897C background.