COLOR #884157

HEX: #884157
RGB: (136,65,87)

Color info

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

RGB color model

#884157 color RGB value is (136,65,87).

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

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 87 of 255 = 34%

136
65
87

R + G + B ~ 37%. #884157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 65 + 87 = 288 (100%)
R 136 of 288 ~ 47.22%
G 65 of 288 ~ 22.57%
B 87 of 288 ~ 30.21%

%47.22
%22.57
%30.21

CMYK color model

#884157 color CMYK value is (0,52,36,47).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(0,52,36,47)
C0M52Y36K47 
(0%,52%,36%,47%)
(0.00/0.52/0.36/0.47)	

CMYK percentages

%0
%52.21
%36.03
%46.67

Codes

Color #884157 in popluar color models

884157
RGB1366587
HSL341°35.32%39.41%
HSB/HSV341°52.21%53.33%
CMYK0.00%52.21%36.03%
46.67%

Color #884157 in popluar number systems.

HEX884157
Decimal1366587
Binary1000100010000011010111
Octal210101127

Shades and tints

Shades of #884157

#884157
(136,65,87)
#7C3C50
(124,60,80)
#703749
(112,55,73)
#643242
(100,50,66)
#582D3B
(88,45,59)
#4C2834
(76,40,52)
#40232D
(64,35,45)
#341E26
(52,30,38)
#28191F
(40,25,31)
#1C1418
(28,20,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #884157

#884157
(136,65,87)
#925266
(146,82,102)
#9C6375
(156,99,117)
#A67484
(166,116,132)
#B08593
(176,133,147)
#BA96A2
(186,150,162)
#C4A7B1
(196,167,177)
#CEB8C0
(206,184,192)
#D8C9CF
(216,201,207)
#E2DADE
(226,218,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884157; }

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

This text font color is #884157.


Background Color

.myBgColor { background-color: #884157; }

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

This div background color is #884157.


Border color

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

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

This div border color is #884157.


Opacity

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

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

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

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

This text has shadow with #884157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884157 on black background.


Color preview on white background

This text has color #884157 on white background.



Black color preview on #884157 background

This text has black color on #884157 background.


White color preview on #884157 background

This text has white color on #884157 background.