COLOR #883F52

HEX: #883F52
RGB: (136,63,82)

Color info

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

RGB color model

#883F52 color RGB value is (136,63,82).

  • red value is 136;
  • green value is 63;
  • blue value is 82.
RGB:
(136,63,82)
(53%,25%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 63 of 255 = 25%
B 82 of 255 = 32%

136
63
82

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

Portions of RGB colors in percentages

R + G + B =
136 + 63 + 82 = 281 (100%)
R 136 of 281 ~ 48.4%
G 63 of 281 ~ 22.42%
B 82 of 281 ~ 29.18%

%48.4
%22.42
%29.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.68%
  • 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
%53.68
%39.71
%46.67

Codes

Color #883F52 in popluar color models

883F52
RGB1366382
HSL344°36.68%39.02%
HSB/HSV344°53.68%53.33%
CMYK0.00%53.68%39.71%
46.67%

Color #883F52 in popluar number systems.

HEX883F52
Decimal1366382
Binary100010001111111010010
Octal21077122

Shades and tints

Shades of #883F52

#883F52
(136,63,82)
#7C3A4B
(124,58,75)
#703544
(112,53,68)
#64303D
(100,48,61)
#582B36
(88,43,54)
#4C262F
(76,38,47)
#402128
(64,33,40)
#341C21
(52,28,33)
#28171A
(40,23,26)
#1C1213
(28,18,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #883F52

#883F52
(136,63,82)
#925061
(146,80,97)
#9C6170
(156,97,112)
#A6727F
(166,114,127)
#B0838E
(176,131,142)
#BA949D
(186,148,157)
#C4A5AC
(196,165,172)
#CEB6BB
(206,182,187)
#D8C7CA
(216,199,202)
#E2D8D9
(226,216,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883F52; }

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

This text font color is #883F52.


Background Color

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

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

This div background color is #883F52.


Border color

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

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

This div border color is #883F52.


Opacity

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

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

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

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

This text has shadow with #883F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883F52 on black background.


Color preview on white background

This text has color #883F52 on white background.



Black color preview on #883F52 background

This text has black color on #883F52 background.


White color preview on #883F52 background

This text has white color on #883F52 background.