COLOR #887B51

HEX: #887B51
RGB: (136,123,81)

Renk bilgisi

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

RGB renk modeli

#887B51 color RGB value is (136,123,81).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 81 of 255 = 32%

136
123
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 81 = 340 (100%)
R 136 of 340 ~ 40%
G 123 of 340 ~ 36.18%
B 81 of 340 ~ 23.82%

%40
%36.18
%23.82

CMYK RENK MODELİ

#887B51 rengi CMYK tonu (0,10,40,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 40.44%
  • ana renk tonu 46.67%
CMYK:
(0,10,40,47)
C0M10Y40K47 
(0%,10%,40%,47%)
(0.00/0.10/0.40/0.47)	

CMYK yüzdeleri

%0
%9.56
%40.44
%46.67

Codes

Color #887B51 in popluar color models

887B51
RGB13612381
HSL46°25.35%42.55%
HSB/HSV46°40.44%53.33%
CMYK0.00%9.56%40.44%
46.67%

Color #887B51 in popluar number systems.

HEX887B51
Decimal13612381
Binary1000100011110111010001
Octal210173121

Shades and tints

Shades of #887B51

#887B51
(136,123,81)
#7C704A
(124,112,74)
#706543
(112,101,67)
#645A3C
(100,90,60)
#584F35
(88,79,53)
#4C442E
(76,68,46)
#403927
(64,57,39)
#342E20
(52,46,32)
#282319
(40,35,25)
#1C1812
(28,24,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #887B51

#887B51
(136,123,81)
#928760
(146,135,96)
#9C936F
(156,147,111)
#A69F7E
(166,159,126)
#B0AB8D
(176,171,141)
#BAB79C
(186,183,156)
#C4C3AB
(196,195,171)
#CECFBA
(206,207,186)
#D8DBC9
(216,219,201)
#E2E7D8
(226,231,216)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887B51; }

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

This text font color is #887B51.


Background Color

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

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

This div background color is #887B51.


Border color

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

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

This div border color is #887B51.


Opacity

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

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

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

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

This text has shadow with #887B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B51 on black background.


Color preview on white background

This text has color #887B51 on white background.



Black color preview on #887B51 background

This text has black color on #887B51 background.


White color preview on #887B51 background

This text has white color on #887B51 background.