COLOR #886974

HEX: #886974
RGB: (136,105,116)

Color info

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

RGB color model

#886974 color RGB value is (136,105,116).

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

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 116 of 255 = 45%

136
105
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 116 = 357 (100%)
R 136 of 357 ~ 38.1%
G 105 of 357 ~ 29.41%
B 116 of 357 ~ 32.49%

%38.1
%29.41
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,23,15,47)
C0M23Y15K47 
(0%,23%,15%,47%)
(0.00/0.23/0.15/0.47)	

CMYK percentages

%0
%22.79
%14.71
%46.67

Codes

Color #886974 in popluar color models

886974
RGB136105116
HSL339°12.86%47.25%
HSB/HSV339°22.79%53.33%
CMYK0.00%22.79%14.71%
46.67%

Color #886974 in popluar number systems.

HEX886974
Decimal136105116
Binary1000100011010011110100
Octal210151164

Shades and tints

Shades of #886974

#886974
(136,105,116)
#7C606A
(124,96,106)
#705760
(112,87,96)
#644E56
(100,78,86)
#58454C
(88,69,76)
#4C3C42
(76,60,66)
#403338
(64,51,56)
#342A2E
(52,42,46)
#282124
(40,33,36)
#1C181A
(28,24,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #886974

#886974
(136,105,116)
#927680
(146,118,128)
#9C838C
(156,131,140)
#A69098
(166,144,152)
#B09DA4
(176,157,164)
#BAAAB0
(186,170,176)
#C4B7BC
(196,183,188)
#CEC4C8
(206,196,200)
#D8D1D4
(216,209,212)
#E2DEE0
(226,222,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886974; }

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

This text font color is #886974.


Background Color

.myBgColor { background-color: #886974; }

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

This div background color is #886974.


Border color

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

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

This div border color is #886974.


Opacity

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

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

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

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

This text has shadow with #886974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886974 on black background.


Color preview on white background

This text has color #886974 on white background.



Black color preview on #886974 background

This text has black color on #886974 background.


White color preview on #886974 background

This text has white color on #886974 background.