COLOR #887E5D

HEX: #887E5D
RGB: (136,126,93)

Renk bilgisi

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

RGB renk modeli

#887E5D color RGB value is (136,126,93).

  • kırmız ton 136;
  • yeşil ton 126;
  • mavi ton 93.
RGB:
(136,126,93)
(53%,49%,36%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 126 of 255 = 49%
B 93 of 255 = 36%

136
126
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 126 + 93 = 355 (100%)
R 136 of 355 ~ 38.31%
G 126 of 355 ~ 35.49%
B 93 of 355 ~ 26.2%

%38.31
%35.49
%26.2

CMYK RENK MODELİ

#887E5D rengi CMYK tonu (0,7,32,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.35%
  • sarı tonu 31.62%
  • ana renk tonu 46.67%
CMYK:
(0,7,32,47)
C0M7Y32K47 
(0%,7%,32%,47%)
(0.00/0.07/0.32/0.47)	

CMYK yüzdeleri

%0
%7.35
%31.62
%46.67

Codes

Color #887E5D in popluar color models

887E5D
RGB13612693
HSL46°18.78%44.90%
HSB/HSV46°31.62%53.33%
CMYK0.00%7.35%31.62%
46.67%

Color #887E5D in popluar number systems.

HEX887E5D
Decimal13612693
Binary1000100011111101011101
Octal210176135

Shades and tints

Shades of #887E5D

#887E5D
(136,126,93)
#7C7355
(124,115,85)
#70684D
(112,104,77)
#645D45
(100,93,69)
#58523D
(88,82,61)
#4C4735
(76,71,53)
#403C2D
(64,60,45)
#343125
(52,49,37)
#28261D
(40,38,29)
#1C1B15
(28,27,21)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #887E5D

#887E5D
(136,126,93)
#92896B
(146,137,107)
#9C9479
(156,148,121)
#A69F87
(166,159,135)
#B0AA95
(176,170,149)
#BAB5A3
(186,181,163)
#C4C0B1
(196,192,177)
#CECBBF
(206,203,191)
#D8D6CD
(216,214,205)
#E2E1DB
(226,225,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887E5D color. Also use rgb(136,126,93) instead hex code.

Text Font Color

.myTextColor { color: #887E5D; }

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

This text font color is #887E5D.


Background Color

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

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

This div background color is #887E5D.


Border color

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

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

This div border color is #887E5D.


Opacity

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

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

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

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

This text has shadow with #887E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E5D on black background.


Color preview on white background

This text has color #887E5D on white background.



Black color preview on #887E5D background

This text has black color on #887E5D background.


White color preview on #887E5D background

This text has white color on #887E5D background.