COLOR #887574

HEX: #887574
RGB: (136,117,116)

Color info

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

RGB color model

#887574 color RGB value is (136,117,116).

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

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 116 of 255 = 45%

136
117
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 116 = 369 (100%)
R 136 of 369 ~ 36.86%
G 117 of 369 ~ 31.71%
B 116 of 369 ~ 31.44%

%36.86
%31.71
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,14,15,47)
C0M14Y15K47 
(0%,14%,15%,47%)
(0.00/0.14/0.15/0.47)	

CMYK percentages

%0
%13.97
%14.71
%46.67

Codes

Color #887574 in popluar color models

887574
RGB136117116
HSL7.94%49.41%
HSB/HSV14.71%53.33%
CMYK0.00%13.97%14.71%
46.67%

Color #887574 in popluar number systems.

HEX887574
Decimal136117116
Binary1000100011101011110100
Octal210165164

Shades and tints

Shades of #887574

#887574
(136,117,116)
#7C6B6A
(124,107,106)
#706160
(112,97,96)
#645756
(100,87,86)
#584D4C
(88,77,76)
#4C4342
(76,67,66)
#403938
(64,57,56)
#342F2E
(52,47,46)
#282524
(40,37,36)
#1C1B1A
(28,27,26)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #887574

#887574
(136,117,116)
#928180
(146,129,128)
#9C8D8C
(156,141,140)
#A69998
(166,153,152)
#B0A5A4
(176,165,164)
#BAB1B0
(186,177,176)
#C4BDBC
(196,189,188)
#CEC9C8
(206,201,200)
#D8D5D4
(216,213,212)
#E2E1E0
(226,225,224)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887574; }

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

This text font color is #887574.


Background Color

.myBgColor { background-color: #887574; }

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

This div background color is #887574.


Border color

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

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

This div border color is #887574.


Opacity

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

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

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

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

This text has shadow with #887574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887574 on black background.


Color preview on white background

This text has color #887574 on white background.



Black color preview on #887574 background

This text has black color on #887574 background.


White color preview on #887574 background

This text has white color on #887574 background.