COLOR #887146

HEX: #887146
RGB: (136,113,70)

Renk bilgisi

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

RGB renk modeli

#887146 color RGB value is (136,113,70).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 113 of 255 = 44%
B 70 of 255 = 27%

136
113
70

R + G + B ~ 41%. #887146 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 113 + 70 = 319 (100%)
R 136 of 319 ~ 42.63%
G 113 of 319 ~ 35.42%
B 70 of 319 ~ 21.94%

%42.63
%35.42
%21.94

CMYK RENK MODELİ

#887146 rengi CMYK tonu (0,17,49,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.91%
  • sarı tonu 48.53%
  • ana renk tonu 46.67%
CMYK:
(0,17,49,47)
C0M17Y49K47 
(0%,17%,49%,47%)
(0.00/0.17/0.49/0.47)	

CMYK yüzdeleri

%0
%16.91
%48.53
%46.67

Codes

Color #887146 in popluar color models

887146
RGB13611370
HSL39°32.04%40.39%
HSB/HSV39°48.53%53.33%
CMYK0.00%16.91%48.53%
46.67%

Color #887146 in popluar number systems.

HEX887146
Decimal13611370
Binary1000100011100011000110
Octal210161106

Shades and tints

Shades of #887146

#887146
(136,113,70)
#7C6740
(124,103,64)
#705D3A
(112,93,58)
#645334
(100,83,52)
#58492E
(88,73,46)
#4C3F28
(76,63,40)
#403522
(64,53,34)
#342B1C
(52,43,28)
#282116
(40,33,22)
#1C1710
(28,23,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #887146

#887146
(136,113,70)
#927D56
(146,125,86)
#9C8966
(156,137,102)
#A69576
(166,149,118)
#B0A186
(176,161,134)
#BAAD96
(186,173,150)
#C4B9A6
(196,185,166)
#CEC5B6
(206,197,182)
#D8D1C6
(216,209,198)
#E2DDD6
(226,221,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887146; }

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

This text font color is #887146.


Background Color

.myBgColor { background-color: #887146; }

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

This div background color is #887146.


Border color

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

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

This div border color is #887146.


Opacity

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

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

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

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

This text has shadow with #887146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887146 on black background.


Color preview on white background

This text has color #887146 on white background.



Black color preview on #887146 background

This text has black color on #887146 background.


White color preview on #887146 background

This text has white color on #887146 background.