COLOR #883E52

HEX: #883E52 RGB: (136,62,82)

Color info

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

RGB color model

#883E52 color RGB value is (136,62,82).

RGB: (136,62,82) (53%, 24%, 32%)

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 82 of 255 = 32%

136
62
82

R + G + B ~ 36%. #883E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 62 + 82 = 280 (100%)
R 136 of 280 ~ 48.57%
G 62 of 280 ~ 22.14%
B 82 of 280 ~ 29.29'%

%48.57
%22.14
%29.29

CMYK color model

#883E52 color CMYK value is (0,54,40,47).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 39.71%
  • key color value is 46.67%

CMYK: (0,54,40,47)
C0M54Y40K47 (0%, 54%, 40%, 47%)
(0.00 / 0.54 / 0.40 / 0.47)

CMYK percentages

%0
%54.41
%39.71
%46.67

Codes

Color #883E52 in popluar color models

88 3E 52
RGB 136 62 82
HSL 344° 37.37% 38.82%
HSB/HSV 344° 54.41% 53.33%
CMYK 0.00% 54.41% 39.71%
46.67%

Color #883E52 in popluar number systems.

HEX 88 3E 52
Decimal 136 62 82
Binary 10001000 111110 1010010
Octal 210 76 122

Shades and tints

Shades of #883E52

#883E52
(136,62,82)
#7C394B
(124,57,75)
#703444
(112,52,68)
#642F3D
(100,47,61)
#582A36
(88,42,54)
#4C252F
(76,37,47)
#402028
(64,32,40)
#341B21
(52,27,33)
#28161A
(40,22,26)
#1C1113
(28,17,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #883E52

#883E52
(136,62,82)
#924F61
(146,79,97)
#9C6070
(156,96,112)
#A6717F
(166,113,127)
#B0828E
(176,130,142)
#BA939D
(186,147,157)
#C4A4AC
(196,164,172)
#CEB5BB
(206,181,187)
#D8C6CA
(216,198,202)
#E2D7D9
(226,215,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883E52 color. Also use rgb(136,62,82) instead hex code.

Text Font Color

.myTextColor { color: #883E52; }

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

This text font color is #883E52.

Background Color

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

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

This div background color is #883E52.

Border color

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

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

This div border color is #883E52.

Opacity

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

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

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

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

This text has shadow with #883E52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #883E52.

Preview

Color preview on black background

This text has color #883E52 on black background.


Color preview on white background

This text has color #883E52 on white background.


Black color preview on #883E52 background

This text has black color on #883E52 background.


White color preview on #883E52 background

This text has white color on #883E52 background.


Related colors

Complementary color

Complementary color for #hex is #77C1AD.


I love getcolorcode.com

Triadic colors

1 #52883E and #3E5288 with #883E52 are triadic colors.

2 #523E88 and #3E8852 with #883E52 are triadic colors.