COLOR #880751

HEX: #880751
RGB: (136,7,81)

Color info

#880751 contains mainly red and blue colors. Web safe color of #880751 is #990066 (or #906).

RGB color model

#880751 color RGB value is (136,7,81).

  • red value is 136;
  • green value is 7;
  • blue value is 81.
RGB:
(136,7,81)
(53%,3%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 7 of 255 = 3%
B 81 of 255 = 32%

136
7
81

R + G + B ~ 29%. #880751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 7 + 81 = 224 (100%)
R 136 of 224 ~ 60.71%
G 7 of 224 ~ 3.13%
B 81 of 224 ~ 36.16%

%60.71
%36.16

CMYK color model

#880751 color CMYK value is (0,95,40,47).

  • cyan value is 0.00%
  • magenta value is 94.85%
  • yellow value is 40.44%
  • key color value is 46.67%
CMYK:
(0,95,40,47)
C0M95Y40K47 
(0%,95%,40%,47%)
(0.00/0.95/0.40/0.47)	

CMYK percentages

%0
%94.85
%40.44
%46.67

Codes

Color #880751 in popluar color models

880751
RGB136781
HSL326°90.21%28.04%
HSB/HSV326°94.85%53.33%
CMYK0.00%94.85%40.44%
46.67%

Color #880751 in popluar number systems.

HEX880751
Decimal136781
Binary100010001111010001
Octal2107121

Shades and tints

Shades of #880751

#880751
(136,7,81)
#7C074A
(124,7,74)
#700743
(112,7,67)
#64073C
(100,7,60)
#580735
(88,7,53)
#4C072E
(76,7,46)
#400727
(64,7,39)
#340720
(52,7,32)
#280719
(40,7,25)
#1C0712
(28,7,18)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #880751

#880751
(136,7,81)
#921D60
(146,29,96)
#9C336F
(156,51,111)
#A6497E
(166,73,126)
#B05F8D
(176,95,141)
#BA759C
(186,117,156)
#C48BAB
(196,139,171)
#CEA1BA
(206,161,186)
#D8B7C9
(216,183,201)
#E2CDD8
(226,205,216)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880751 color. Also use rgb(136,7,81) instead hex code.

Text Font Color

.myTextColor { color: #880751; }

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

This text font color is #880751.


Background Color

.myBgColor { background-color: #880751; }

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

This div background color is #880751.


Border color

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

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

This div border color is #880751.


Opacity

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

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

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

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

This text has shadow with #880751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880751 on black background.


Color preview on white background

This text has color #880751 on white background.



Black color preview on #880751 background

This text has black color on #880751 background.


White color preview on #880751 background

This text has white color on #880751 background.