COLOR #884677

HEX: #884677
RGB: (136,70,119)

Renk bilgisi

#884677 contains mainly red and blue colors. #884677 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#884677 color RGB value is (136,70,119).

  • kırmız ton 136;
  • yeşil ton 70;
  • mavi ton 119.
RGB:
(136,70,119)
(53%,27%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 70 of 255 = 27%
B 119 of 255 = 47%

136
70
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 70 + 119 = 325 (100%)
R 136 of 325 ~ 41.85%
G 70 of 325 ~ 21.54%
B 119 of 325 ~ 36.62%

%41.85
%21.54
%36.62

CMYK RENK MODELİ

#884677 rengi CMYK tonu (0,49,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.53%
  • sarı tonu 12.50%
  • ana renk tonu 46.67%
CMYK:
(0,49,13,47)
C0M49Y13K47 
(0%,49%,13%,47%)
(0.00/0.49/0.13/0.47)	

CMYK yüzdeleri

%0
%48.53
%12.5
%46.67

Codes

Color #884677 in popluar color models

884677
RGB13670119
HSL315°32.04%40.39%
HSB/HSV315°48.53%53.33%
CMYK0.00%48.53%12.50%
46.67%

Color #884677 in popluar number systems.

HEX884677
Decimal13670119
Binary1000100010001101110111
Octal210106167

Shades and tints

Shades of #884677

#884677
(136,70,119)
#7C406D
(124,64,109)
#703A63
(112,58,99)
#643459
(100,52,89)
#582E4F
(88,46,79)
#4C2845
(76,40,69)
#40223B
(64,34,59)
#341C31
(52,28,49)
#281627
(40,22,39)
#1C101D
(28,16,29)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #884677

#884677
(136,70,119)
#925683
(146,86,131)
#9C668F
(156,102,143)
#A6769B
(166,118,155)
#B086A7
(176,134,167)
#BA96B3
(186,150,179)
#C4A6BF
(196,166,191)
#CEB6CB
(206,182,203)
#D8C6D7
(216,198,215)
#E2D6E3
(226,214,227)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884677 color. Also use rgb(136,70,119) instead hex code.

Text Font Color

.myTextColor { color: #884677; }

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

This text font color is #884677.


Background Color

.myBgColor { background-color: #884677; }

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

This div background color is #884677.


Border color

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

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

This div border color is #884677.


Opacity

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

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

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

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

This text has shadow with #884677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884677 on black background.


Color preview on white background

This text has color #884677 on white background.



Black color preview on #884677 background

This text has black color on #884677 background.


White color preview on #884677 background

This text has white color on #884677 background.