COLOR #83897D

HEX: #83897D
RGB: (131,137,125)

Color info

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

RGB color model

#83897D color RGB value is (131,137,125).

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

RGB channels and saturation

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

131
137
125

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

Portions of RGB colors in percentages

R + G + B =
131 + 137 + 125 = 393 (100%)
R 131 of 393 ~ 33.33%
G 137 of 393 ~ 34.86%
B 125 of 393 ~ 31.81%

%33.33
%34.86
%31.81

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • 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
%8.76
%46.27

Codes

Color #83897D in popluar color models

83897D
RGB131137125
HSL90°4.84%51.37%
HSB/HSV90°8.76%53.73%
CMYK4.38%0.00%8.76%
46.27%

Color #83897D in popluar number systems.

HEX83897D
Decimal131137125
Binary10000011100010011111101
Octal203211175

Shades and tints

Shades of #83897D

#83897D
(131,137,125)
#787D72
(120,125,114)
#6D7167
(109,113,103)
#62655C
(98,101,92)
#575951
(87,89,81)
#4C4D46
(76,77,70)
#41413B
(65,65,59)
#363530
(54,53,48)
#2B2925
(43,41,37)
#201D1A
(32,29,26)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #83897D

#83897D
(131,137,125)
#8E9388
(142,147,136)
#999D93
(153,157,147)
#A4A79E
(164,167,158)
#AFB1A9
(175,177,169)
#BABBB4
(186,187,180)
#C5C5BF
(197,197,191)
#D0CFCA
(208,207,202)
#DBD9D5
(219,217,213)
#E6E3E0
(230,227,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83897D; }

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

This text font color is #83897D.


Background Color

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

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

This div background color is #83897D.


Border color

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

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

This div border color is #83897D.


Opacity

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

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

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

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

This text has shadow with #83897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83897D on black background.


Color preview on white background

This text has color #83897D on white background.



Black color preview on #83897D background

This text has black color on #83897D background.


White color preview on #83897D background

This text has white color on #83897D background.