COLOR #887479

HEX: #887479
RGB: (136,116,121)

Renk bilgisi

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

RGB renk modeli

#887479 color RGB value is (136,116,121).

  • kırmız ton 136;
  • yeşil ton 116;
  • mavi ton 121.
RGB:
(136,116,121)
(53%,45%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 116 of 255 = 45%
B 121 of 255 = 47%

136
116
121

R + G + B ~ 48%. #887479 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 116 + 121 = 373 (100%)
R 136 of 373 ~ 36.46%
G 116 of 373 ~ 31.1%
B 121 of 373 ~ 32.44%

%36.46
%31.1
%32.44

CMYK RENK MODELİ

#887479 rengi CMYK tonu (0,15,11,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.71%
  • sarı tonu 11.03%
  • ana renk tonu 46.67%
CMYK:
(0,15,11,47)
C0M15Y11K47 
(0%,15%,11%,47%)
(0.00/0.15/0.11/0.47)	

CMYK yüzdeleri

%0
%14.71
%11.03
%46.67

Codes

Color #887479 in popluar color models

887479
RGB136116121
HSL345°7.94%49.41%
HSB/HSV345°14.71%53.33%
CMYK0.00%14.71%11.03%
46.67%

Color #887479 in popluar number systems.

HEX887479
Decimal136116121
Binary1000100011101001111001
Octal210164171

Shades and tints

Shades of #887479

#887479
(136,116,121)
#7C6A6E
(124,106,110)
#706063
(112,96,99)
#645658
(100,86,88)
#584C4D
(88,76,77)
#4C4242
(76,66,66)
#403837
(64,56,55)
#342E2C
(52,46,44)
#282421
(40,36,33)
#1C1A16
(28,26,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #887479

#887479
(136,116,121)
#928085
(146,128,133)
#9C8C91
(156,140,145)
#A6989D
(166,152,157)
#B0A4A9
(176,164,169)
#BAB0B5
(186,176,181)
#C4BCC1
(196,188,193)
#CEC8CD
(206,200,205)
#D8D4D9
(216,212,217)
#E2E0E5
(226,224,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887479 color. Also use rgb(136,116,121) instead hex code.

Text Font Color

.myTextColor { color: #887479; }

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

This text font color is #887479.


Background Color

.myBgColor { background-color: #887479; }

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

This div background color is #887479.


Border color

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

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

This div border color is #887479.


Opacity

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

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

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

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

This text has shadow with #887479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887479 on black background.


Color preview on white background

This text has color #887479 on white background.



Black color preview on #887479 background

This text has black color on #887479 background.


White color preview on #887479 background

This text has white color on #887479 background.