COLOR #83887E

HEX: #83887E RGB: (131,136,126)

Color info

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

RGB color model

#83887E color RGB value is (131,136,126).

RGB: (131,136,126) (51%, 53%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 126 of 255 = 49%

131
136
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 126 = 393 (100%)
R 131 of 393 ~ 33.33%
G 136 of 393 ~ 34.61%
B 126 of 393 ~ 32.06'%

%33.33
%34.61
%32.06

CMYK color model

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

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • 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
%7.35
%46.67

Codes

Color #83887E in popluar color models

83 88 7E
RGB 131 136 126
HSL 90° 4.03% 51.37%
HSB/HSV 90° 7.35% 53.33%
CMYK 3.68% 0.00% 7.35%
46.67%

Color #83887E in popluar number systems.

HEX 83 88 7E
Decimal 131 136 126
Binary 10000011 10001000 1111110
Octal 203 210 176

Shades and tints

Shades of #83887E

#83887E
(131,136,126)
#787C73
(120,124,115)
#6D7068
(109,112,104)
#62645D
(98,100,93)
#575852
(87,88,82)
#4C4C47
(76,76,71)
#41403C
(65,64,60)
#363431
(54,52,49)
#2B2826
(43,40,38)
#201C1B
(32,28,27)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #83887E

#83887E
(131,136,126)
#8E9289
(142,146,137)
#999C94
(153,156,148)
#A4A69F
(164,166,159)
#AFB0AA
(175,176,170)
#BABAB5
(186,186,181)
#C5C4C0
(197,196,192)
#D0CECB
(208,206,203)
#DBD8D6
(219,216,214)
#E6E2E1
(230,226,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83887E; }

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

This text font color is #83887E.

Background Color

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

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

This div background color is #83887E.

Border color

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

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

This div border color is #83887E.

Opacity

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

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

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

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

This text has shadow with #83887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83887E.

Preview

Color preview on black background

This text has color #83887E on black background.


Color preview on white background

This text has color #83887E on white background.


Black color preview on #83887E background

This text has black color on #83887E background.


White color preview on #83887E background

This text has white color on #83887E background.


Related colors

Complementary color

Complementary color for #hex is #7C7781.


I love getcolorcode.com

Triadic colors

1 #7E8388 and #887E83 with #83887E are triadic colors.

2 #7E8883 and #88837E with #83887E are triadic colors.