COLOR #887F51

HEX: #887F51
RGB: (136,127,81)

Renk bilgisi

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

RGB renk modeli

#887F51 color RGB value is (136,127,81).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 127 of 255 = 50%
B 81 of 255 = 32%

136
127
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 127 + 81 = 344 (100%)
R 136 of 344 ~ 39.53%
G 127 of 344 ~ 36.92%
B 81 of 344 ~ 23.55%

%39.53
%36.92
%23.55

CMYK RENK MODELİ

#887F51 rengi CMYK tonu (0,7,40,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.62%
  • sarı tonu 40.44%
  • ana renk tonu 46.67%
CMYK:
(0,7,40,47)
C0M7Y40K47 
(0%,7%,40%,47%)
(0.00/0.07/0.40/0.47)	

CMYK yüzdeleri

%0
%6.62
%40.44
%46.67

Codes

Color #887F51 in popluar color models

887F51
RGB13612781
HSL50°25.35%42.55%
HSB/HSV50°40.44%53.33%
CMYK0.00%6.62%40.44%
46.67%

Color #887F51 in popluar number systems.

HEX887F51
Decimal13612781
Binary1000100011111111010001
Octal210177121

Shades and tints

Shades of #887F51

#887F51
(136,127,81)
#7C744A
(124,116,74)
#706943
(112,105,67)
#645E3C
(100,94,60)
#585335
(88,83,53)
#4C482E
(76,72,46)
#403D27
(64,61,39)
#343220
(52,50,32)
#282719
(40,39,25)
#1C1C12
(28,28,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #887F51

#887F51
(136,127,81)
#928A60
(146,138,96)
#9C956F
(156,149,111)
#A6A07E
(166,160,126)
#B0AB8D
(176,171,141)
#BAB69C
(186,182,156)
#C4C1AB
(196,193,171)
#CECCBA
(206,204,186)
#D8D7C9
(216,215,201)
#E2E2D8
(226,226,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F51; }

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

This text font color is #887F51.


Background Color

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

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

This div background color is #887F51.


Border color

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

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

This div border color is #887F51.


Opacity

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

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

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

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

This text has shadow with #887F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F51 on black background.


Color preview on white background

This text has color #887F51 on white background.



Black color preview on #887F51 background

This text has black color on #887F51 background.


White color preview on #887F51 background

This text has white color on #887F51 background.