COLOR #887373

HEX: #887373
RGB: (136,115,115)

Color info

#887373 contains red, green and blue colors in about the same proportion. Web safe color of #887373 is #996666 (or #966).

RGB color model

#887373 color RGB value is (136,115,115).

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

RGB channels and saturation

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

136
115
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 115 = 366 (100%)
R 136 of 366 ~ 37.16%
G 115 of 366 ~ 31.42%
B 115 of 366 ~ 31.42%

%37.16
%31.42
%31.42

CMYK color model

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

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

CMYK percentages

%0
%15.44
%15.44
%46.67

Codes

Color #887373 in popluar color models

887373
RGB136115115
HSL8.37%49.22%
HSB/HSV15.44%53.33%
CMYK0.00%15.44%15.44%
46.67%

Color #887373 in popluar number systems.

HEX887373
Decimal136115115
Binary1000100011100111110011
Octal210163163

Shades and tints

Shades of #887373

#887373
(136,115,115)
#7C6969
(124,105,105)
#705F5F
(112,95,95)
#645555
(100,85,85)
#584B4B
(88,75,75)
#4C4141
(76,65,65)
#403737
(64,55,55)
#342D2D
(52,45,45)
#282323
(40,35,35)
#1C1919
(28,25,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #887373

#887373
(136,115,115)
#927F7F
(146,127,127)
#9C8B8B
(156,139,139)
#A69797
(166,151,151)
#B0A3A3
(176,163,163)
#BAAFAF
(186,175,175)
#C4BBBB
(196,187,187)
#CEC7C7
(206,199,199)
#D8D3D3
(216,211,211)
#E2DFDF
(226,223,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887373; }

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

This text font color is #887373.


Background Color

.myBgColor { background-color: #887373; }

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

This div background color is #887373.


Border color

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

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

This div border color is #887373.


Opacity

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

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

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

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

This text has shadow with #887373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887373 on black background.


Color preview on white background

This text has color #887373 on white background.



Black color preview on #887373 background

This text has black color on #887373 background.


White color preview on #887373 background

This text has white color on #887373 background.