COLOR #886F74

HEX: #886F74
RGB: (136,111,116)

Color info

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

RGB color model

#886F74 color RGB value is (136,111,116).

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

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 116 of 255 = 45%

136
111
116

R + G + B ~ 47%. #886F74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 116 = 363 (100%)
R 136 of 363 ~ 37.47%
G 111 of 363 ~ 30.58%
B 116 of 363 ~ 31.96%

%37.47
%30.58
%31.96

CMYK color model

#886F74 color CMYK value is (0,18,15,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,18,15,47)
C0M18Y15K47 
(0%,18%,15%,47%)
(0.00/0.18/0.15/0.47)	

CMYK percentages

%0
%18.38
%14.71
%46.67

Codes

Color #886F74 in popluar color models

886F74
RGB136111116
HSL348°10.12%48.43%
HSB/HSV348°18.38%53.33%
CMYK0.00%18.38%14.71%
46.67%

Color #886F74 in popluar number systems.

HEX886F74
Decimal136111116
Binary1000100011011111110100
Octal210157164

Shades and tints

Shades of #886F74

#886F74
(136,111,116)
#7C656A
(124,101,106)
#705B60
(112,91,96)
#645156
(100,81,86)
#58474C
(88,71,76)
#4C3D42
(76,61,66)
#403338
(64,51,56)
#34292E
(52,41,46)
#281F24
(40,31,36)
#1C151A
(28,21,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #886F74

#886F74
(136,111,116)
#927C80
(146,124,128)
#9C898C
(156,137,140)
#A69698
(166,150,152)
#B0A3A4
(176,163,164)
#BAB0B0
(186,176,176)
#C4BDBC
(196,189,188)
#CECAC8
(206,202,200)
#D8D7D4
(216,215,212)
#E2E4E0
(226,228,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F74; }

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

This text font color is #886F74.


Background Color

.myBgColor { background-color: #886F74; }

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

This div background color is #886F74.


Border color

.myBorderColor { border: 1px solid #886F74; }

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

This div border color is #886F74.


Opacity

.myOpacity80 { color: #886F74; opacity: 0.8; }

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

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

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

This text has shadow with #886F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F74 on black background.


Color preview on white background

This text has color #886F74 on white background.



Black color preview on #886F74 background

This text has black color on #886F74 background.


White color preview on #886F74 background

This text has white color on #886F74 background.