COLOR #886371

HEX: #886371
RGB: (136,99,113)

Color info

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

RGB color model

#886371 color RGB value is (136,99,113).

  • red value is 136;
  • green value is 99;
  • blue value is 113.
RGB:
(136,99,113)
(53%,39%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 113 of 255 = 44%

136
99
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 113 = 348 (100%)
R 136 of 348 ~ 39.08%
G 99 of 348 ~ 28.45%
B 113 of 348 ~ 32.47%

%39.08
%28.45
%32.47

CMYK color model

#886371 color CMYK value is (0,27,17,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,27,17,47)
C0M27Y17K47 
(0%,27%,17%,47%)
(0.00/0.27/0.17/0.47)	

CMYK percentages

%0
%27.21
%16.91
%46.67

Codes

Color #886371 in popluar color models

886371
RGB13699113
HSL337°15.74%46.08%
HSB/HSV337°27.21%53.33%
CMYK0.00%27.21%16.91%
46.67%

Color #886371 in popluar number systems.

HEX886371
Decimal13699113
Binary1000100011000111110001
Octal210143161

Shades and tints

Shades of #886371

#886371
(136,99,113)
#7C5A67
(124,90,103)
#70515D
(112,81,93)
#644853
(100,72,83)
#583F49
(88,63,73)
#4C363F
(76,54,63)
#402D35
(64,45,53)
#34242B
(52,36,43)
#281B21
(40,27,33)
#1C1217
(28,18,23)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #886371

#886371
(136,99,113)
#92717D
(146,113,125)
#9C7F89
(156,127,137)
#A68D95
(166,141,149)
#B09BA1
(176,155,161)
#BAA9AD
(186,169,173)
#C4B7B9
(196,183,185)
#CEC5C5
(206,197,197)
#D8D3D1
(216,211,209)
#E2E1DD
(226,225,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886371; }

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

This text font color is #886371.


Background Color

.myBgColor { background-color: #886371; }

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

This div background color is #886371.


Border color

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

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

This div border color is #886371.


Opacity

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

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

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

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

This text has shadow with #886371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886371 on black background.


Color preview on white background

This text has color #886371 on white background.



Black color preview on #886371 background

This text has black color on #886371 background.


White color preview on #886371 background

This text has white color on #886371 background.