COLOR #887470

HEX: #887470
RGB: (136,116,112)

Renk bilgisi

#887470 contains red, green and blue colors in about the same proportion. #887470 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#887470 color RGB value is (136,116,112).

  • kırmız ton 136;
  • yeşil ton 116;
  • mavi ton 112.
RGB:
(136,116,112)
(53%,45%,44%)

RGB bağlantıları ve doygunluk

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

136
116
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 116 + 112 = 364 (100%)
R 136 of 364 ~ 37.36%
G 116 of 364 ~ 31.87%
B 112 of 364 ~ 30.77%

%37.36
%31.87
%30.77

CMYK RENK MODELİ

#887470 rengi CMYK tonu (0,15,18,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.71%
  • sarı tonu 17.65%
  • ana renk tonu 46.67%
CMYK:
(0,15,18,47)
C0M15Y18K47 
(0%,15%,18%,47%)
(0.00/0.15/0.18/0.47)	

CMYK yüzdeleri

%0
%14.71
%17.65
%46.67

Codes

Color #887470 in popluar color models

887470
RGB136116112
HSL10°9.68%48.63%
HSB/HSV10°17.65%53.33%
CMYK0.00%14.71%17.65%
46.67%

Color #887470 in popluar number systems.

HEX887470
Decimal136116112
Binary1000100011101001110000
Octal210164160

Shades and tints

Shades of #887470

#887470
(136,116,112)
#7C6A66
(124,106,102)
#70605C
(112,96,92)
#645652
(100,86,82)
#584C48
(88,76,72)
#4C423E
(76,66,62)
#403834
(64,56,52)
#342E2A
(52,46,42)
#282420
(40,36,32)
#1C1A16
(28,26,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #887470

#887470
(136,116,112)
#92807D
(146,128,125)
#9C8C8A
(156,140,138)
#A69897
(166,152,151)
#B0A4A4
(176,164,164)
#BAB0B1
(186,176,177)
#C4BCBE
(196,188,190)
#CEC8CB
(206,200,203)
#D8D4D8
(216,212,216)
#E2E0E5
(226,224,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887470; }

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

This text font color is #887470.


Background Color

.myBgColor { background-color: #887470; }

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

This div background color is #887470.


Border color

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

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

This div border color is #887470.


Opacity

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

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

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

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

This text has shadow with #887470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887470 on black background.


Color preview on white background

This text has color #887470 on white background.



Black color preview on #887470 background

This text has black color on #887470 background.


White color preview on #887470 background

This text has white color on #887470 background.