COLOR #883655

HEX: #883655
RGB: (136,54,85)

Color info

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

RGB color model

#883655 color RGB value is (136,54,85).

  • red value is 136;
  • green value is 54;
  • blue value is 85.
RGB:
(136,54,85)
(53%,21%,33%)

RGB channels and saturation

R 136 of 255 = 53%
G 54 of 255 = 21%
B 85 of 255 = 33%

136
54
85

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

Portions of RGB colors in percentages

R + G + B =
136 + 54 + 85 = 275 (100%)
R 136 of 275 ~ 49.45%
G 54 of 275 ~ 19.64%
B 85 of 275 ~ 30.91%

%49.45
%19.64
%30.91

CMYK color model

#883655 color CMYK value is (0,60,38,47).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 37.50%
  • key color value is 46.67%
CMYK:
(0,60,38,47)
C0M60Y38K47 
(0%,60%,38%,47%)
(0.00/0.60/0.38/0.47)	

CMYK percentages

%0
%60.29
%37.5
%46.67

Codes

Color #883655 in popluar color models

883655
RGB1365485
HSL337°43.16%37.25%
HSB/HSV337°60.29%53.33%
CMYK0.00%60.29%37.50%
46.67%

Color #883655 in popluar number systems.

HEX883655
Decimal1365485
Binary100010001101101010101
Octal21066125

Shades and tints

Shades of #883655

#883655
(136,54,85)
#7C324E
(124,50,78)
#702E47
(112,46,71)
#642A40
(100,42,64)
#582639
(88,38,57)
#4C2232
(76,34,50)
#401E2B
(64,30,43)
#341A24
(52,26,36)
#28161D
(40,22,29)
#1C1216
(28,18,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #883655

#883655
(136,54,85)
#924864
(146,72,100)
#9C5A73
(156,90,115)
#A66C82
(166,108,130)
#B07E91
(176,126,145)
#BA90A0
(186,144,160)
#C4A2AF
(196,162,175)
#CEB4BE
(206,180,190)
#D8C6CD
(216,198,205)
#E2D8DC
(226,216,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883655 color. Also use rgb(136,54,85) instead hex code.

Text Font Color

.myTextColor { color: #883655; }

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

This text font color is #883655.


Background Color

.myBgColor { background-color: #883655; }

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

This div background color is #883655.


Border color

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

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

This div border color is #883655.


Opacity

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

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

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

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

This text has shadow with #883655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883655 on black background.


Color preview on white background

This text has color #883655 on white background.



Black color preview on #883655 background

This text has black color on #883655 background.


White color preview on #883655 background

This text has white color on #883655 background.