COLOR #887131

HEX: #887131
RGB: (136,113,49)

Renk bilgisi

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

RGB renk modeli

#887131 color RGB value is (136,113,49).

  • kırmız ton 136;
  • yeşil ton 113;
  • mavi ton 49.
RGB:
(136,113,49)
(53%,44%,19%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 113 of 255 = 44%
B 49 of 255 = 19%

136
113
49

R + G + B ~ 39%. #887131 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 113 + 49 = 298 (100%)
R 136 of 298 ~ 45.64%
G 113 of 298 ~ 37.92%
B 49 of 298 ~ 16.44%

%45.64
%37.92
%16.44

CMYK RENK MODELİ

#887131 rengi CMYK tonu (0,17,64,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.91%
  • sarı tonu 63.97%
  • ana renk tonu 46.67%
CMYK:
(0,17,64,47)
C0M17Y64K47 
(0%,17%,64%,47%)
(0.00/0.17/0.64/0.47)	

CMYK yüzdeleri

%0
%16.91
%63.97
%46.67

Codes

Color #887131 in popluar color models

887131
RGB13611349
HSL44°47.03%36.27%
HSB/HSV44°63.97%53.33%
CMYK0.00%16.91%63.97%
46.67%

Color #887131 in popluar number systems.

HEX887131
Decimal13611349
Binary100010001110001110001
Octal21016161

Shades and tints

Shades of #887131

#887131
(136,113,49)
#7C672D
(124,103,45)
#705D29
(112,93,41)
#645325
(100,83,37)
#584921
(88,73,33)
#4C3F1D
(76,63,29)
#403519
(64,53,25)
#342B15
(52,43,21)
#282111
(40,33,17)
#1C170D
(28,23,13)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #887131

#887131
(136,113,49)
#927D43
(146,125,67)
#9C8955
(156,137,85)
#A69567
(166,149,103)
#B0A179
(176,161,121)
#BAAD8B
(186,173,139)
#C4B99D
(196,185,157)
#CEC5AF
(206,197,175)
#D8D1C1
(216,209,193)
#E2DDD3
(226,221,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887131 color. Also use rgb(136,113,49) instead hex code.

Text Font Color

.myTextColor { color: #887131; }

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

This text font color is #887131.


Background Color

.myBgColor { background-color: #887131; }

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

This div background color is #887131.


Border color

.myBorderColor { border: 1px solid #887131; }

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

This div border color is #887131.


Opacity

.myOpacity80 { color: #887131; opacity: 0.8; }

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

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

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

This text has shadow with #887131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887131 on black background.


Color preview on white background

This text has color #887131 on white background.



Black color preview on #887131 background

This text has black color on #887131 background.


White color preview on #887131 background

This text has white color on #887131 background.