COLOR #887C38

HEX: #887C38
RGB: (136,124,56)

Renk bilgisi

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

RGB renk modeli

#887C38 color RGB value is (136,124,56).

  • kırmız ton 136;
  • yeşil ton 124;
  • mavi ton 56.
RGB:
(136,124,56)
(53%,49%,22%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 124 of 255 = 49%
B 56 of 255 = 22%

136
124
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 124 + 56 = 316 (100%)
R 136 of 316 ~ 43.04%
G 124 of 316 ~ 39.24%
B 56 of 316 ~ 17.72%

%43.04
%39.24
%17.72

CMYK RENK MODELİ

#887C38 rengi CMYK tonu (0,9,59,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 58.82%
  • ana renk tonu 46.67%
CMYK:
(0,9,59,47)
C0M9Y59K47 
(0%,9%,59%,47%)
(0.00/0.09/0.59/0.47)	

CMYK yüzdeleri

%0
%8.82
%58.82
%46.67

Codes

Color #887C38 in popluar color models

887C38
RGB13612456
HSL51°41.67%37.65%
HSB/HSV51°58.82%53.33%
CMYK0.00%8.82%58.82%
46.67%

Color #887C38 in popluar number systems.

HEX887C38
Decimal13612456
Binary100010001111100111000
Octal21017470

Shades and tints

Shades of #887C38

#887C38
(136,124,56)
#7C7133
(124,113,51)
#70662E
(112,102,46)
#645B29
(100,91,41)
#585024
(88,80,36)
#4C451F
(76,69,31)
#403A1A
(64,58,26)
#342F15
(52,47,21)
#282410
(40,36,16)
#1C190B
(28,25,11)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #887C38

#887C38
(136,124,56)
#92874A
(146,135,74)
#9C925C
(156,146,92)
#A69D6E
(166,157,110)
#B0A880
(176,168,128)
#BAB392
(186,179,146)
#C4BEA4
(196,190,164)
#CEC9B6
(206,201,182)
#D8D4C8
(216,212,200)
#E2DFDA
(226,223,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C38 color. Also use rgb(136,124,56) instead hex code.

Text Font Color

.myTextColor { color: #887C38; }

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

This text font color is #887C38.


Background Color

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

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

This div background color is #887C38.


Border color

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

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

This div border color is #887C38.


Opacity

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

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

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

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

This text has shadow with #887C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887C38 on black background.


Color preview on white background

This text has color #887C38 on white background.



Black color preview on #887C38 background

This text has black color on #887C38 background.


White color preview on #887C38 background

This text has white color on #887C38 background.