COLOR #884E7D

HEX: #884E7D
RGB: (136,78,125)

Renk bilgisi

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

RGB renk modeli

#884E7D color RGB value is (136,78,125).

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

RGB bağlantıları ve doygunluk

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

136
78
125

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

Yüzdelerle RGB renk parçaları

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

%40.12
%23.01
%36.87

CMYK RENK MODELİ

#884E7D rengi CMYK tonu (0,43,8,47).

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

CMYK yüzdeleri

%0
%42.65
%8.09
%46.67

Codes

Color #884E7D in popluar color models

884E7D
RGB13678125
HSL311°27.10%41.96%
HSB/HSV311°42.65%53.33%
CMYK0.00%42.65%8.09%
46.67%

Color #884E7D in popluar number systems.

HEX884E7D
Decimal13678125
Binary1000100010011101111101
Octal210116175

Shades and tints

Shades of #884E7D

#884E7D
(136,78,125)
#7C4772
(124,71,114)
#704067
(112,64,103)
#64395C
(100,57,92)
#583251
(88,50,81)
#4C2B46
(76,43,70)
#40243B
(64,36,59)
#341D30
(52,29,48)
#281625
(40,22,37)
#1C0F1A
(28,15,26)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #884E7D

#884E7D
(136,78,125)
#925E88
(146,94,136)
#9C6E93
(156,110,147)
#A67E9E
(166,126,158)
#B08EA9
(176,142,169)
#BA9EB4
(186,158,180)
#C4AEBF
(196,174,191)
#CEBECA
(206,190,202)
#D8CED5
(216,206,213)
#E2DEE0
(226,222,224)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884E7D; }

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

This text font color is #884E7D.


Background Color

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

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

This div background color is #884E7D.


Border color

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

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

This div border color is #884E7D.


Opacity

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

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

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

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

This text has shadow with #884E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884E7D on black background.


Color preview on white background

This text has color #884E7D on white background.



Black color preview on #884E7D background

This text has black color on #884E7D background.


White color preview on #884E7D background

This text has white color on #884E7D background.