COLOR #887383

HEX: #887383
RGB: (136,115,131)

Color info

#887383 contains red, green and blue colors in about the same proportion. Web safe color of #887383 is #996699 (or #969).

RGB color model

#887383 color RGB value is (136,115,131).

  • red value is 136;
  • green value is 115;
  • blue value is 131.
RGB:
(136,115,131)
(53%,45%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 131 of 255 = 51%

136
115
131

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 131 = 382 (100%)
R 136 of 382 ~ 35.6%
G 115 of 382 ~ 30.1%
B 131 of 382 ~ 34.29%

%35.6
%30.1
%34.29

CMYK color model

#887383 color CMYK value is (0,15,4,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(0,15,4,47)
C0M15Y4K47 
(0%,15%,4%,47%)
(0.00/0.15/0.04/0.47)	

CMYK percentages

%0
%15.44
%3.68
%46.67

Codes

Color #887383 in popluar color models

887383
RGB136115131
HSL314°8.37%49.22%
HSB/HSV314°15.44%53.33%
CMYK0.00%15.44%3.68%
46.67%

Color #887383 in popluar number systems.

HEX887383
Decimal136115131
Binary10001000111001110000011
Octal210163203

Shades and tints

Shades of #887383

#887383
(136,115,131)
#7C6978
(124,105,120)
#705F6D
(112,95,109)
#645562
(100,85,98)
#584B57
(88,75,87)
#4C414C
(76,65,76)
#403741
(64,55,65)
#342D36
(52,45,54)
#28232B
(40,35,43)
#1C1920
(28,25,32)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #887383

#887383
(136,115,131)
#927F8E
(146,127,142)
#9C8B99
(156,139,153)
#A697A4
(166,151,164)
#B0A3AF
(176,163,175)
#BAAFBA
(186,175,186)
#C4BBC5
(196,187,197)
#CEC7D0
(206,199,208)
#D8D3DB
(216,211,219)
#E2DFE6
(226,223,230)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887383; }

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

This text font color is #887383.


Background Color

.myBgColor { background-color: #887383; }

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

This div background color is #887383.


Border color

.myBorderColor { border: 1px solid #887383; }

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

This div border color is #887383.


Opacity

.myOpacity80 { color: #887383; opacity: 0.8; }

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

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

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

This text has shadow with #887383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887383 on black background.


Color preview on white background

This text has color #887383 on white background.



Black color preview on #887383 background

This text has black color on #887383 background.


White color preview on #887383 background

This text has white color on #887383 background.