COLOR #887364

HEX: #887364
RGB: (136,115,100)

Renk bilgisi

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

RGB renk modeli

#887364 color RGB value is (136,115,100).

  • kırmız ton 136;
  • yeşil ton 115;
  • mavi ton 100.
RGB:
(136,115,100)
(53%,45%,39%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 115 of 255 = 45%
B 100 of 255 = 39%

136
115
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 115 + 100 = 351 (100%)
R 136 of 351 ~ 38.75%
G 115 of 351 ~ 32.76%
B 100 of 351 ~ 28.49%

%38.75
%32.76
%28.49

CMYK RENK MODELİ

#887364 rengi CMYK tonu (0,15,26,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.44%
  • sarı tonu 26.47%
  • ana renk tonu 46.67%
CMYK:
(0,15,26,47)
C0M15Y26K47 
(0%,15%,26%,47%)
(0.00/0.15/0.26/0.47)	

CMYK yüzdeleri

%0
%15.44
%26.47
%46.67

Codes

Color #887364 in popluar color models

887364
RGB136115100
HSL25°15.25%46.27%
HSB/HSV25°26.47%53.33%
CMYK0.00%15.44%26.47%
46.67%

Color #887364 in popluar number systems.

HEX887364
Decimal136115100
Binary1000100011100111100100
Octal210163144

Shades and tints

Shades of #887364

#887364
(136,115,100)
#7C695B
(124,105,91)
#705F52
(112,95,82)
#645549
(100,85,73)
#584B40
(88,75,64)
#4C4137
(76,65,55)
#40372E
(64,55,46)
#342D25
(52,45,37)
#28231C
(40,35,28)
#1C1913
(28,25,19)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #887364

#887364
(136,115,100)
#927F72
(146,127,114)
#9C8B80
(156,139,128)
#A6978E
(166,151,142)
#B0A39C
(176,163,156)
#BAAFAA
(186,175,170)
#C4BBB8
(196,187,184)
#CEC7C6
(206,199,198)
#D8D3D4
(216,211,212)
#E2DFE2
(226,223,226)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887364 color. Also use rgb(136,115,100) instead hex code.

Text Font Color

.myTextColor { color: #887364; }

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

This text font color is #887364.


Background Color

.myBgColor { background-color: #887364; }

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

This div background color is #887364.


Border color

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

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

This div border color is #887364.


Opacity

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

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

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

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

This text has shadow with #887364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887364 on black background.


Color preview on white background

This text has color #887364 on white background.



Black color preview on #887364 background

This text has black color on #887364 background.


White color preview on #887364 background

This text has white color on #887364 background.