COLOR #83857B

HEX: #83857B RGB: (131,133,123)

Color info

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

RGB color model

#83857B color RGB value is (131,133,123).

RGB: (131,133,123) (51%, 52%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 123 of 255 = 48%

131
133
123

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

Portions of RGB colors in percentages

R + G + B = 131 + 133 + 123 = 387 (100%)
R 131 of 387 ~ 33.85%
G 133 of 387 ~ 34.37%
B 123 of 387 ~ 31.78'%

%33.85
%34.37
%31.78

CMYK color model

#83857B color CMYK value is (2,0,8,48).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%

CMYK: (2,0,8,48)
C2M0Y8K48 (2%, 0%, 8%, 48%)
(0.02 / 0.00 / 0.08 / 0.48)

CMYK percentages

%1.5
%0
%7.52
%47.84

Codes

Color #83857B in popluar color models

83 85 7B
RGB 131 133 123
HSL 72° 3.94% 50.20%
HSB/HSV 72° 7.52% 52.16%
CMYK 1.50% 0.00% 7.52%
47.84%

Color #83857B in popluar number systems.

HEX 83 85 7B
Decimal 131 133 123
Binary 10000011 10000101 1111011
Octal 203 205 173

Shades and tints

Shades of #83857B

#83857B
(131,133,123)
#787970
(120,121,112)
#6D6D65
(109,109,101)
#62615A
(98,97,90)
#57554F
(87,85,79)
#4C4944
(76,73,68)
#413D39
(65,61,57)
#36312E
(54,49,46)
#2B2523
(43,37,35)
#201918
(32,25,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #83857B

#83857B
(131,133,123)
#8E9087
(142,144,135)
#999B93
(153,155,147)
#A4A69F
(164,166,159)
#AFB1AB
(175,177,171)
#BABCB7
(186,188,183)
#C5C7C3
(197,199,195)
#D0D2CF
(208,210,207)
#DBDDDB
(219,221,219)
#E6E8E7
(230,232,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83857B; }

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

This text font color is #83857B.

Background Color

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

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

This div background color is #83857B.

Border color

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

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

This div border color is #83857B.

Opacity

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

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

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

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

This text has shadow with #83857B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83857B.

Preview

Color preview on black background

This text has color #83857B on black background.


Color preview on white background

This text has color #83857B on white background.


Black color preview on #83857B background

This text has black color on #83857B background.


White color preview on #83857B background

This text has white color on #83857B background.


Related colors

Complementary color

Complementary color for #hex is #7C7A84.


I love getcolorcode.com

Triadic colors

1 #7B8385 and #857B83 with #83857B are triadic colors.

2 #7B8583 and #85837B with #83857B are triadic colors.