COLOR #883A5C

HEX: #883A5C RGB: (136,58,92)

Color info

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

RGB color model

#883A5C color RGB value is (136,58,92).

RGB: (136,58,92) (53%, 23%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 58 of 255 = 23%
B 92 of 255 = 36%

136
58
92

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

Portions of RGB colors in percentages

R + G + B = 136 + 58 + 92 = 286 (100%)
R 136 of 286 ~ 47.55%
G 58 of 286 ~ 20.28%
B 92 of 286 ~ 32.17'%

%47.55
%20.28
%32.17

CMYK color model

#883A5C color CMYK value is (0,57,32,47).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK: (0,57,32,47) C0M57Y32K47 (0%,57%,32%,47%) (0.00/0.57/0.32/0.47) 

CMYK percentages

%0
%57.35
%32.35
%46.67

Codes

Color #883A5C in popluar color models

88 3A 5C
RGB 136 58 92
HSL 334° 40.21% 38.04%
HSB/HSV 334° 57.35% 53.33%
CMYK 0.00% 57.35% 32.35%
46.67%

Color #883A5C in popluar number systems.

HEX 88 3A 5C
Decimal 136 58 92
Binary 10001000 111010 1011100
Octal 210 72 134

Shades and tints

Shades of #883A5C

#883A5C
(136,58,92)
#7C3554
(124,53,84)
#70304C
(112,48,76)
#642B44
(100,43,68)
#58263C
(88,38,60)
#4C2134
(76,33,52)
#401C2C
(64,28,44)
#341724
(52,23,36)
#28121C
(40,18,28)
#1C0D14
(28,13,20)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #883A5C

#883A5C
(136,58,92)
#924B6A
(146,75,106)
#9C5C78
(156,92,120)
#A66D86
(166,109,134)
#B07E94
(176,126,148)
#BA8FA2
(186,143,162)
#C4A0B0
(196,160,176)
#CEB1BE
(206,177,190)
#D8C2CC
(216,194,204)
#E2D3DA
(226,211,218)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883A5C color. Also use rgb(136,58,92) instead hex code.

Text Font Color

.myTextColor { color: #883A5C; }

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

This text font color is #883A5C.

Background Color

.myBgColor { background-color: #883A5C; }

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

This div background color is #883A5C.

Border color

.myBorderColor { border: 1px solid #883A5C; }

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

This div border color is #883A5C.

Opacity

.myOpacity80 { color: #883A5C; opacity: 0.8; }

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

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

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

This text has shadow with #883A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883A5C.

Preview

Color preview on black background

This text has color #883A5C on black background.


Color preview on white background

This text has color #883A5C on white background.


Black color preview on #883A5C background

This text has black color on #883A5C background.


White color preview on #883A5C background

This text has white color on #883A5C background.


Related colors

Complementary color

Complementary color for #hex is #77C5A3.


I love getcolorcode.com

Triadic colors

1 #5C883A and #3A5C88 with #883A5C are triadic colors.

2 #5C3A88 and #3A885C with #883A5C are triadic colors.