COLOR #887F4C

HEX: #887F4C
RGB: (136,127,76)

Renk bilgisi

#887F4C contains mainly red and green colors. #887F4C ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#887F4C color RGB value is (136,127,76).

  • kırmız ton 136;
  • yeşil ton 127;
  • mavi ton 76.
RGB:
(136,127,76)
(53%,50%,30%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 127 of 255 = 50%
B 76 of 255 = 30%

136
127
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 127 + 76 = 339 (100%)
R 136 of 339 ~ 40.12%
G 127 of 339 ~ 37.46%
B 76 of 339 ~ 22.42%

%40.12
%37.46
%22.42

CMYK RENK MODELİ

#887F4C rengi CMYK tonu (0,7,44,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.62%
  • sarı tonu 44.12%
  • ana renk tonu 46.67%
CMYK:
(0,7,44,47)
C0M7Y44K47 
(0%,7%,44%,47%)
(0.00/0.07/0.44/0.47)	

CMYK yüzdeleri

%0
%6.62
%44.12
%46.67

Codes

Color #887F4C in popluar color models

887F4C
RGB13612776
HSL51°28.30%41.57%
HSB/HSV51°44.12%53.33%
CMYK0.00%6.62%44.12%
46.67%

Color #887F4C in popluar number systems.

HEX887F4C
Decimal13612776
Binary1000100011111111001100
Octal210177114

Shades and tints

Shades of #887F4C

#887F4C
(136,127,76)
#7C7446
(124,116,70)
#706940
(112,105,64)
#645E3A
(100,94,58)
#585334
(88,83,52)
#4C482E
(76,72,46)
#403D28
(64,61,40)
#343222
(52,50,34)
#28271C
(40,39,28)
#1C1C16
(28,28,22)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #887F4C

#887F4C
(136,127,76)
#928A5C
(146,138,92)
#9C956C
(156,149,108)
#A6A07C
(166,160,124)
#B0AB8C
(176,171,140)
#BAB69C
(186,182,156)
#C4C1AC
(196,193,172)
#CECCBC
(206,204,188)
#D8D7CC
(216,215,204)
#E2E2DC
(226,226,220)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F4C color. Also use rgb(136,127,76) instead hex code.

Text Font Color

.myTextColor { color: #887F4C; }

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

This text font color is #887F4C.


Background Color

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

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

This div background color is #887F4C.


Border color

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

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

This div border color is #887F4C.


Opacity

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

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

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

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

This text has shadow with #887F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F4C on black background.


Color preview on white background

This text has color #887F4C on white background.



Black color preview on #887F4C background

This text has black color on #887F4C background.


White color preview on #887F4C background

This text has white color on #887F4C background.