COLOR #887B49

HEX: #887B49
RGB: (136,123,73)

Renk bilgisi

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

RGB renk modeli

#887B49 color RGB value is (136,123,73).

  • kırmız ton 136;
  • yeşil ton 123;
  • mavi ton 73.
RGB:
(136,123,73)
(53%,48%,29%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 123 of 255 = 48%
B 73 of 255 = 29%

136
123
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 123 + 73 = 332 (100%)
R 136 of 332 ~ 40.96%
G 123 of 332 ~ 37.05%
B 73 of 332 ~ 21.99%

%40.96
%37.05
%21.99

CMYK RENK MODELİ

#887B49 rengi CMYK tonu (0,10,46,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.56%
  • sarı tonu 46.32%
  • ana renk tonu 46.67%
CMYK:
(0,10,46,47)
C0M10Y46K47 
(0%,10%,46%,47%)
(0.00/0.10/0.46/0.47)	

CMYK yüzdeleri

%0
%9.56
%46.32
%46.67

Codes

Color #887B49 in popluar color models

887B49
RGB13612373
HSL48°30.14%40.98%
HSB/HSV48°46.32%53.33%
CMYK0.00%9.56%46.32%
46.67%

Color #887B49 in popluar number systems.

HEX887B49
Decimal13612373
Binary1000100011110111001001
Octal210173111

Shades and tints

Shades of #887B49

#887B49
(136,123,73)
#7C7043
(124,112,67)
#70653D
(112,101,61)
#645A37
(100,90,55)
#584F31
(88,79,49)
#4C442B
(76,68,43)
#403925
(64,57,37)
#342E1F
(52,46,31)
#282319
(40,35,25)
#1C1813
(28,24,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #887B49

#887B49
(136,123,73)
#928759
(146,135,89)
#9C9369
(156,147,105)
#A69F79
(166,159,121)
#B0AB89
(176,171,137)
#BAB799
(186,183,153)
#C4C3A9
(196,195,169)
#CECFB9
(206,207,185)
#D8DBC9
(216,219,201)
#E2E7D9
(226,231,217)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B49 color. Also use rgb(136,123,73) instead hex code.

Text Font Color

.myTextColor { color: #887B49; }

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

This text font color is #887B49.


Background Color

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

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

This div background color is #887B49.


Border color

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

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

This div border color is #887B49.


Opacity

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

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

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

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

This text has shadow with #887B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B49 on black background.


Color preview on white background

This text has color #887B49 on white background.



Black color preview on #887B49 background

This text has black color on #887B49 background.


White color preview on #887B49 background

This text has white color on #887B49 background.