COLOR #882261

HEX: #882261
RGB: (136,34,97)

Color info

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

RGB color model

#882261 color RGB value is (136,34,97).

  • red value is 136;
  • green value is 34;
  • blue value is 97.
RGB:
(136,34,97)
(53%,13%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 34 of 255 = 13%
B 97 of 255 = 38%

136
34
97

R + G + B ~ 35%. #882261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 34 + 97 = 267 (100%)
R 136 of 267 ~ 50.94%
G 34 of 267 ~ 12.73%
B 97 of 267 ~ 36.33%

%50.94
%12.73
%36.33

CMYK color model

#882261 color CMYK value is (0,75,29,47).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 28.68%
  • key color value is 46.67%
CMYK:
(0,75,29,47)
C0M75Y29K47 
(0%,75%,29%,47%)
(0.00/0.75/0.29/0.47)	

CMYK percentages

%0
%75
%28.68
%46.67

Codes

Color #882261 in popluar color models

882261
RGB1363497
HSL323°60.00%33.33%
HSB/HSV323°75.00%53.33%
CMYK0.00%75.00%28.68%
46.67%

Color #882261 in popluar number systems.

HEX882261
Decimal1363497
Binary100010001000101100001
Octal21042141

Shades and tints

Shades of #882261

#882261
(136,34,97)
#7C1F59
(124,31,89)
#701C51
(112,28,81)
#641949
(100,25,73)
#581641
(88,22,65)
#4C1339
(76,19,57)
#401031
(64,16,49)
#340D29
(52,13,41)
#280A21
(40,10,33)
#1C0719
(28,7,25)
#100411
(16,4,17)
#000000
(0,0,0)

Tints of #882261

#882261
(136,34,97)
#92366F
(146,54,111)
#9C4A7D
(156,74,125)
#A65E8B
(166,94,139)
#B07299
(176,114,153)
#BA86A7
(186,134,167)
#C49AB5
(196,154,181)
#CEAEC3
(206,174,195)
#D8C2D1
(216,194,209)
#E2D6DF
(226,214,223)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882261 color. Also use rgb(136,34,97) instead hex code.

Text Font Color

.myTextColor { color: #882261; }

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

This text font color is #882261.


Background Color

.myBgColor { background-color: #882261; }

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

This div background color is #882261.


Border color

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

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

This div border color is #882261.


Opacity

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

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

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

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

This text has shadow with #882261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882261 on black background.


Color preview on white background

This text has color #882261 on white background.



Black color preview on #882261 background

This text has black color on #882261 background.


White color preview on #882261 background

This text has white color on #882261 background.