COLOR #887B57

HEX: #887B57
RGB: (136,123,87)

Renk bilgisi

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

RGB renk modeli

#887B57 color RGB value is (136,123,87).

  • kırmız ton 136;
  • yeşil ton 123;
  • mavi ton 87.
RGB:
(136,123,87)
(53%,48%,34%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 87 of 255 = 34%

136
123
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 87 = 346 (100%)
R 136 of 346 ~ 39.31%
G 123 of 346 ~ 35.55%
B 87 of 346 ~ 25.14%

%39.31
%35.55
%25.14

CMYK RENK MODELİ

#887B57 rengi CMYK tonu (0,10,36,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 36.03%
  • ana renk tonu 46.67%
CMYK:
(0,10,36,47)
C0M10Y36K47 
(0%,10%,36%,47%)
(0.00/0.10/0.36/0.47)	

CMYK yüzdeleri

%0
%9.56
%36.03
%46.67

Codes

Color #887B57 in popluar color models

887B57
RGB13612387
HSL44°21.97%43.73%
HSB/HSV44°36.03%53.33%
CMYK0.00%9.56%36.03%
46.67%

Color #887B57 in popluar number systems.

HEX887B57
Decimal13612387
Binary1000100011110111010111
Octal210173127

Shades and tints

Shades of #887B57

#887B57
(136,123,87)
#7C7050
(124,112,80)
#706549
(112,101,73)
#645A42
(100,90,66)
#584F3B
(88,79,59)
#4C4434
(76,68,52)
#40392D
(64,57,45)
#342E26
(52,46,38)
#28231F
(40,35,31)
#1C1818
(28,24,24)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #887B57

#887B57
(136,123,87)
#928766
(146,135,102)
#9C9375
(156,147,117)
#A69F84
(166,159,132)
#B0AB93
(176,171,147)
#BAB7A2
(186,183,162)
#C4C3B1
(196,195,177)
#CECFC0
(206,207,192)
#D8DBCF
(216,219,207)
#E2E7DE
(226,231,222)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B57 color. Also use rgb(136,123,87) instead hex code.

Text Font Color

.myTextColor { color: #887B57; }

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

This text font color is #887B57.


Background Color

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

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

This div background color is #887B57.


Border color

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

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

This div border color is #887B57.


Opacity

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

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

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

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

This text has shadow with #887B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B57 on black background.


Color preview on white background

This text has color #887B57 on white background.



Black color preview on #887B57 background

This text has black color on #887B57 background.


White color preview on #887B57 background

This text has white color on #887B57 background.