COLOR #83887D

HEX: #83887D RGB: (131,136,125)

Color info

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

RGB color model

#83887D color RGB value is (131,136,125).

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

RGB channels and saturation

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

131
136
125

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

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 125 = 392 (100%)
R 131 of 392 ~ 33.42%
G 136 of 392 ~ 34.69%
B 125 of 392 ~ 31.89'%

%33.42
%34.69
%31.89

CMYK color model

#83887D color CMYK value is (4,0,8,47).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%

CMYK: (4,0,8,47)
C4M0Y8K47 (4%, 0%, 8%, 47%)
(0.04 / 0.00 / 0.08 / 0.47)

CMYK percentages

%3.68
%0
%8.09
%46.67

Codes

Color #83887D in popluar color models

83 88 7D
RGB 131 136 125
HSL 87° 4.42% 51.18%
HSB/HSV 87° 8.09% 53.33%
CMYK 3.68% 0.00% 8.09%
46.67%

Color #83887D in popluar number systems.

HEX 83 88 7D
Decimal 131 136 125
Binary 10000011 10001000 1111101
Octal 203 210 175

Shades and tints

Shades of #83887D

#83887D
(131,136,125)
#787C72
(120,124,114)
#6D7067
(109,112,103)
#62645C
(98,100,92)
#575851
(87,88,81)
#4C4C46
(76,76,70)
#41403B
(65,64,59)
#363430
(54,52,48)
#2B2825
(43,40,37)
#201C1A
(32,28,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #83887D

#83887D
(131,136,125)
#8E9288
(142,146,136)
#999C93
(153,156,147)
#A4A69E
(164,166,158)
#AFB0A9
(175,176,169)
#BABAB4
(186,186,180)
#C5C4BF
(197,196,191)
#D0CECA
(208,206,202)
#DBD8D5
(219,216,213)
#E6E2E0
(230,226,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83887D; }

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

This text font color is #83887D.

Background Color

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

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

This div background color is #83887D.

Border color

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

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

This div border color is #83887D.

Opacity

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

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

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

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

This text has shadow with #83887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83887D.

Preview

Color preview on black background

This text has color #83887D on black background.


Color preview on white background

This text has color #83887D on white background.


Black color preview on #83887D background

This text has black color on #83887D background.


White color preview on #83887D background

This text has white color on #83887D background.


Related colors

Complementary color

Complementary color for #hex is #7C7782.


I love getcolorcode.com

Triadic colors

1 #7D8388 and #887D83 with #83887D are triadic colors.

2 #7D8883 and #88837D with #83887D are triadic colors.