COLOR #887328

HEX: #887328
RGB: (136,115,40)

Renk bilgisi

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

RGB renk modeli

#887328 color RGB value is (136,115,40).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 115 of 255 = 45%
B 40 of 255 = 16%

136
115
40

R + G + B ~ 38%. #887328 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 115 + 40 = 291 (100%)
R 136 of 291 ~ 46.74%
G 115 of 291 ~ 39.52%
B 40 of 291 ~ 13.75%

%46.74
%39.52
%13.75

CMYK RENK MODELİ

#887328 rengi CMYK tonu (0,15,71,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.44%
  • sarı tonu 70.59%
  • ana renk tonu 46.67%
CMYK:
(0,15,71,47)
C0M15Y71K47 
(0%,15%,71%,47%)
(0.00/0.15/0.71/0.47)	

CMYK yüzdeleri

%0
%15.44
%70.59
%46.67

Codes

Color #887328 in popluar color models

887328
RGB13611540
HSL47°54.55%34.51%
HSB/HSV47°70.59%53.33%
CMYK0.00%15.44%70.59%
46.67%

Color #887328 in popluar number systems.

HEX887328
Decimal13611540
Binary100010001110011101000
Octal21016350

Shades and tints

Shades of #887328

#887328
(136,115,40)
#7C6925
(124,105,37)
#705F22
(112,95,34)
#64551F
(100,85,31)
#584B1C
(88,75,28)
#4C4119
(76,65,25)
#403716
(64,55,22)
#342D13
(52,45,19)
#282310
(40,35,16)
#1C190D
(28,25,13)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #887328

#887328
(136,115,40)
#927F3B
(146,127,59)
#9C8B4E
(156,139,78)
#A69761
(166,151,97)
#B0A374
(176,163,116)
#BAAF87
(186,175,135)
#C4BB9A
(196,187,154)
#CEC7AD
(206,199,173)
#D8D3C0
(216,211,192)
#E2DFD3
(226,223,211)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887328; }

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

This text font color is #887328.


Background Color

.myBgColor { background-color: #887328; }

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

This div background color is #887328.


Border color

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

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

This div border color is #887328.


Opacity

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

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

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

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

This text has shadow with #887328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887328 on black background.


Color preview on white background

This text has color #887328 on white background.



Black color preview on #887328 background

This text has black color on #887328 background.


White color preview on #887328 background

This text has white color on #887328 background.