COLOR #887C6E

HEX: #887C6E
RGB: (136,124,110)

Renk bilgisi

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

RGB renk modeli

#887C6E color RGB value is (136,124,110).

  • kırmız ton 136;
  • yeşil ton 124;
  • mavi ton 110.
RGB:
(136,124,110)
(53%,49%,43%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 124 of 255 = 49%
B 110 of 255 = 43%

136
124
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 124 + 110 = 370 (100%)
R 136 of 370 ~ 36.76%
G 124 of 370 ~ 33.51%
B 110 of 370 ~ 29.73%

%36.76
%33.51
%29.73

CMYK RENK MODELİ

#887C6E rengi CMYK tonu (0,9,19,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 19.12%
  • ana renk tonu 46.67%
CMYK:
(0,9,19,47)
C0M9Y19K47 
(0%,9%,19%,47%)
(0.00/0.09/0.19/0.47)	

CMYK yüzdeleri

%0
%8.82
%19.12
%46.67

Codes

Color #887C6E in popluar color models

887C6E
RGB136124110
HSL32°10.57%48.24%
HSB/HSV32°19.12%53.33%
CMYK0.00%8.82%19.12%
46.67%

Color #887C6E in popluar number systems.

HEX887C6E
Decimal136124110
Binary1000100011111001101110
Octal210174156

Shades and tints

Shades of #887C6E

#887C6E
(136,124,110)
#7C7164
(124,113,100)
#70665A
(112,102,90)
#645B50
(100,91,80)
#585046
(88,80,70)
#4C453C
(76,69,60)
#403A32
(64,58,50)
#342F28
(52,47,40)
#28241E
(40,36,30)
#1C1914
(28,25,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #887C6E

#887C6E
(136,124,110)
#92877B
(146,135,123)
#9C9288
(156,146,136)
#A69D95
(166,157,149)
#B0A8A2
(176,168,162)
#BAB3AF
(186,179,175)
#C4BEBC
(196,190,188)
#CEC9C9
(206,201,201)
#D8D4D6
(216,212,214)
#E2DFE3
(226,223,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C6E color. Also use rgb(136,124,110) instead hex code.

Text Font Color

.myTextColor { color: #887C6E; }

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

This text font color is #887C6E.


Background Color

.myBgColor { background-color: #887C6E; }

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

This div background color is #887C6E.


Border color

.myBorderColor { border: 1px solid #887C6E; }

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

This div border color is #887C6E.


Opacity

.myOpacity80 { color: #887C6E; opacity: 0.8; }

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

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

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

This text has shadow with #887C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C6E on black background.


Color preview on white background

This text has color #887C6E on white background.



Black color preview on #887C6E background

This text has black color on #887C6E background.


White color preview on #887C6E background

This text has white color on #887C6E background.