COLOR #83887F

HEX: #83887F RGB: (131,136,127)

Color info

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

RGB color model

#83887F color RGB value is (131,136,127).

RGB: (131,136,127) (51%, 53%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 127 of 255 = 50%

131
136
127

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

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 127 = 394 (100%)
R 131 of 394 ~ 33.25%
G 136 of 394 ~ 34.52%
B 127 of 394 ~ 32.23'%

%33.25
%34.52
%32.23

CMYK color model

#83887F color CMYK value is (4,0,7,47).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK: (4,0,7,47) C4M0Y7K47 (4%,0%,7%,47%) (0.04/0.00/0.07/0.47) 

CMYK percentages

%3.68
%0
%6.62
%46.67

Codes

Color #83887F in popluar color models

83 88 7F
RGB 131 136 127
HSL 93° 3.64% 51.57%
HSB/HSV 93° 6.62% 53.33%
CMYK 3.68% 0.00% 6.62%
46.67%

Color #83887F in popluar number systems.

HEX 83 88 7F
Decimal 131 136 127
Binary 10000011 10001000 1111111
Octal 203 210 177

Shades and tints

Shades of #83887F

#83887F
(131,136,127)
#787C74
(120,124,116)
#6D7069
(109,112,105)
#62645E
(98,100,94)
#575853
(87,88,83)
#4C4C48
(76,76,72)
#41403D
(65,64,61)
#363432
(54,52,50)
#2B2827
(43,40,39)
#201C1C
(32,28,28)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #83887F

#83887F
(131,136,127)
#8E928A
(142,146,138)
#999C95
(153,156,149)
#A4A6A0
(164,166,160)
#AFB0AB
(175,176,171)
#BABAB6
(186,186,182)
#C5C4C1
(197,196,193)
#D0CECC
(208,206,204)
#DBD8D7
(219,216,215)
#E6E2E2
(230,226,226)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83887F color. Also use rgb(131,136,127) instead hex code.

Text Font Color

.myTextColor { color: #83887F; }

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

This text font color is #83887F.

Background Color

.myBgColor { background-color: #83887F; }

<div style="background-color:#83887F">Inner text</div>

This div background color is #83887F.

Border color

.myBorderColor { border: 1px solid #83887F; }

<div style="border:3px solid #83887F">Div</div>

This div border color is #83887F.

Opacity

.myOpacity80 { color: #83887F; opacity: 0.8; }

<p style="color:#83887F;opacity:0.8;">80%</p>

Text with #83887F 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 #83887F;}

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

This text has shadow with #83887F color.


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

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

This text has shadow with #83887F primary color and red secondary color.


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

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

This text has shadow with #83887F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83887F.

Preview

Color preview on black background

This text has color #83887F on black background.


Color preview on white background

This text has color #83887F on white background.


Black color preview on #83887F background

This text has black color on #83887F background.


White color preview on #83887F background

This text has white color on #83887F background.


Related colors

Complementary color

Complementary color for #hex is #7C7780.


I love getcolorcode.com

Triadic colors

1 #7F8388 and #887F83 with #83887F are triadic colors.

2 #7F8883 and #88837F with #83887F are triadic colors.