COLOR #884174

HEX: #884174
RGB: (136,65,116)

Color info

#884174 contains mainly red and blue colors. Web safe color of #884174 is #993366 (or #936).

RGB color model

#884174 color RGB value is (136,65,116).

  • red value is 136;
  • green value is 65;
  • blue value is 116.
RGB:
(136,65,116)
(53%,25%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 116 of 255 = 45%

136
65
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 65 + 116 = 317 (100%)
R 136 of 317 ~ 42.9%
G 65 of 317 ~ 20.5%
B 116 of 317 ~ 36.59%

%42.9
%20.5
%36.59

CMYK color model

#884174 color CMYK value is (0,52,15,47).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,52,15,47)
C0M52Y15K47 
(0%,52%,15%,47%)
(0.00/0.52/0.15/0.47)	

CMYK percentages

%0
%52.21
%14.71
%46.67

Codes

Color #884174 in popluar color models

884174
RGB13665116
HSL317°35.32%39.41%
HSB/HSV317°52.21%53.33%
CMYK0.00%52.21%14.71%
46.67%

Color #884174 in popluar number systems.

HEX884174
Decimal13665116
Binary1000100010000011110100
Octal210101164

Shades and tints

Shades of #884174

#884174
(136,65,116)
#7C3C6A
(124,60,106)
#703760
(112,55,96)
#643256
(100,50,86)
#582D4C
(88,45,76)
#4C2842
(76,40,66)
#402338
(64,35,56)
#341E2E
(52,30,46)
#281924
(40,25,36)
#1C141A
(28,20,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #884174

#884174
(136,65,116)
#925280
(146,82,128)
#9C638C
(156,99,140)
#A67498
(166,116,152)
#B085A4
(176,133,164)
#BA96B0
(186,150,176)
#C4A7BC
(196,167,188)
#CEB8C8
(206,184,200)
#D8C9D4
(216,201,212)
#E2DAE0
(226,218,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884174; }

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

This text font color is #884174.


Background Color

.myBgColor { background-color: #884174; }

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

This div background color is #884174.


Border color

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

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

This div border color is #884174.


Opacity

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

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

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

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

This text has shadow with #884174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884174 on black background.


Color preview on white background

This text has color #884174 on white background.



Black color preview on #884174 background

This text has black color on #884174 background.


White color preview on #884174 background

This text has white color on #884174 background.