COLOR #887D4E

HEX: #887D4E
RGB: (136,125,78)

Renk bilgisi

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

RGB renk modeli

#887D4E color RGB value is (136,125,78).

  • kırmız ton 136;
  • yeşil ton 125;
  • mavi ton 78.
RGB:
(136,125,78)
(53%,49%,31%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 78 of 255 = 31%

136
125
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 78 = 339 (100%)
R 136 of 339 ~ 40.12%
G 125 of 339 ~ 36.87%
B 78 of 339 ~ 23.01%

%40.12
%36.87
%23.01

CMYK RENK MODELİ

#887D4E rengi CMYK tonu (0,8,43,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.09%
  • sarı tonu 42.65%
  • ana renk tonu 46.67%
CMYK:
(0,8,43,47)
C0M8Y43K47 
(0%,8%,43%,47%)
(0.00/0.08/0.43/0.47)	

CMYK yüzdeleri

%0
%8.09
%42.65
%46.67

Codes

Color #887D4E in popluar color models

887D4E
RGB13612578
HSL49°27.10%41.96%
HSB/HSV49°42.65%53.33%
CMYK0.00%8.09%42.65%
46.67%

Color #887D4E in popluar number systems.

HEX887D4E
Decimal13612578
Binary1000100011111011001110
Octal210175116

Shades and tints

Shades of #887D4E

#887D4E
(136,125,78)
#7C7247
(124,114,71)
#706740
(112,103,64)
#645C39
(100,92,57)
#585132
(88,81,50)
#4C462B
(76,70,43)
#403B24
(64,59,36)
#34301D
(52,48,29)
#282516
(40,37,22)
#1C1A0F
(28,26,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #887D4E

#887D4E
(136,125,78)
#92885E
(146,136,94)
#9C936E
(156,147,110)
#A69E7E
(166,158,126)
#B0A98E
(176,169,142)
#BAB49E
(186,180,158)
#C4BFAE
(196,191,174)
#CECABE
(206,202,190)
#D8D5CE
(216,213,206)
#E2E0DE
(226,224,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D4E color. Also use rgb(136,125,78) instead hex code.

Text Font Color

.myTextColor { color: #887D4E; }

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

This text font color is #887D4E.


Background Color

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

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

This div background color is #887D4E.


Border color

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

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

This div border color is #887D4E.


Opacity

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

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

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

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

This text has shadow with #887D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D4E on black background.


Color preview on white background

This text has color #887D4E on white background.



Black color preview on #887D4E background

This text has black color on #887D4E background.


White color preview on #887D4E background

This text has white color on #887D4E background.