COLOR #882F5D

HEX: #882F5D RGB: (136,47,93)

Color info

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

RGB color model

#882F5D color RGB value is (136,47,93).

RGB: (136,47,93) (53%, 18%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 47 of 255 = 18%
B 93 of 255 = 36%

136
47
93

R + G + B ~ 36%. #882F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 47 + 93 = 276 (100%)
R 136 of 276 ~ 49.28%
G 47 of 276 ~ 17.03%
B 93 of 276 ~ 33.7'%

%49.28
%17.03
%33.7

CMYK color model

#882F5D color CMYK value is (0,65,32,47).

  • cyan value is 0.00%
  • magenta value is 65.44%
  • yellow value is 31.62%
  • key color value is 46.67%

CMYK: (0,65,32,47)
C0M65Y32K47 (0%, 65%, 32%, 47%)
(0.00 / 0.65 / 0.32 / 0.47)

CMYK percentages

%0
%65.44
%31.62
%46.67

Codes

Color #882F5D in popluar color models

88 2F 5D
RGB 136 47 93
HSL 329° 48.63% 35.88%
HSB/HSV 329° 65.44% 53.33%
CMYK 0.00% 65.44% 31.62%
46.67%

Color #882F5D in popluar number systems.

HEX 88 2F 5D
Decimal 136 47 93
Binary 10001000 101111 1011101
Octal 210 57 135

Shades and tints

Shades of #882F5D

#882F5D
(136,47,93)
#7C2B55
(124,43,85)
#70274D
(112,39,77)
#642345
(100,35,69)
#581F3D
(88,31,61)
#4C1B35
(76,27,53)
#40172D
(64,23,45)
#341325
(52,19,37)
#280F1D
(40,15,29)
#1C0B15
(28,11,21)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #882F5D

#882F5D
(136,47,93)
#92416B
(146,65,107)
#9C5379
(156,83,121)
#A66587
(166,101,135)
#B07795
(176,119,149)
#BA89A3
(186,137,163)
#C49BB1
(196,155,177)
#CEADBF
(206,173,191)
#D8BFCD
(216,191,205)
#E2D1DB
(226,209,219)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882F5D color. Also use rgb(136,47,93) instead hex code.

Text Font Color

.myTextColor { color: #882F5D; }

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

This text font color is #882F5D.

Background Color

.myBgColor { background-color: #882F5D; }

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

This div background color is #882F5D.

Border color

.myBorderColor { border: 1px solid #882F5D; }

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

This div border color is #882F5D.

Opacity

.myOpacity80 { color: #882F5D; opacity: 0.8; }

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

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

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

This text has shadow with #882F5D color.


.textShadow {text-shadow: 3px 3px 1px #882F5D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #882F5D; -webkit-box-shadow: 1px 1px 3px 2px #882F5D; box-shadow:1px 1px 3px 2px #882F5D;">
Div content here
</div>

This div box has shadow with color #882F5D.

Preview

Color preview on black background

This text has color #882F5D on black background.


Color preview on white background

This text has color #882F5D on white background.


Black color preview on #882F5D background

This text has black color on #882F5D background.


White color preview on #882F5D background

This text has white color on #882F5D background.


Related colors

Complementary color

Complementary color for #hex is #77D0A2.


I love getcolorcode.com

Triadic colors

1 #5D882F and #2F5D88 with #882F5D are triadic colors.

2 #5D2F88 and #2F885D with #882F5D are triadic colors.