COLOR #884D80

HEX: #884D80
RGB: (136,77,128)

Renk bilgisi

#884D80 contains red, green and blue colors in about the same proportion. #884D80 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#884D80 color RGB value is (136,77,128).

  • kırmız ton 136;
  • yeşil ton 77;
  • mavi ton 128.
RGB:
(136,77,128)
(53%,30%,50%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 77 of 255 = 30%
B 128 of 255 = 50%

136
77
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 77 + 128 = 341 (100%)
R 136 of 341 ~ 39.88%
G 77 of 341 ~ 22.58%
B 128 of 341 ~ 37.54%

%39.88
%22.58
%37.54

CMYK RENK MODELİ

#884D80 rengi CMYK tonu (0,43,6,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.38%
  • sarı tonu 5.88%
  • ana renk tonu 46.67%
CMYK:
(0,43,6,47)
C0M43Y6K47 
(0%,43%,6%,47%)
(0.00/0.43/0.06/0.47)	

CMYK yüzdeleri

%0
%43.38
%5.88
%46.67

Codes

Color #884D80 in popluar color models

884D80
RGB13677128
HSL308°27.70%41.76%
HSB/HSV308°43.38%53.33%
CMYK0.00%43.38%5.88%
46.67%

Color #884D80 in popluar number systems.

HEX884D80
Decimal13677128
Binary10001000100110110000000
Octal210115200

Shades and tints

Shades of #884D80

#884D80
(136,77,128)
#7C4675
(124,70,117)
#703F6A
(112,63,106)
#64385F
(100,56,95)
#583154
(88,49,84)
#4C2A49
(76,42,73)
#40233E
(64,35,62)
#341C33
(52,28,51)
#281528
(40,21,40)
#1C0E1D
(28,14,29)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #884D80

#884D80
(136,77,128)
#925D8B
(146,93,139)
#9C6D96
(156,109,150)
#A67DA1
(166,125,161)
#B08DAC
(176,141,172)
#BA9DB7
(186,157,183)
#C4ADC2
(196,173,194)
#CEBDCD
(206,189,205)
#D8CDD8
(216,205,216)
#E2DDE3
(226,221,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D80 color. Also use rgb(136,77,128) instead hex code.

Text Font Color

.myTextColor { color: #884D80; }

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

This text font color is #884D80.


Background Color

.myBgColor { background-color: #884D80; }

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

This div background color is #884D80.


Border color

.myBorderColor { border: 1px solid #884D80; }

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

This div border color is #884D80.


Opacity

.myOpacity80 { color: #884D80; opacity: 0.8; }

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

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

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

This text has shadow with #884D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884D80 on black background.


Color preview on white background

This text has color #884D80 on white background.



Black color preview on #884D80 background

This text has black color on #884D80 background.


White color preview on #884D80 background

This text has white color on #884D80 background.