COLOR #883B68

HEX: #883B68
RGB: (136,59,104)

Color info

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

RGB color model

#883B68 color RGB value is (136,59,104).

  • red value is 136;
  • green value is 59;
  • blue value is 104.
RGB:
(136,59,104)
(53%,23%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 59 of 255 = 23%
B 104 of 255 = 41%

136
59
104

R + G + B ~ 39%. #883B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 59 + 104 = 299 (100%)
R 136 of 299 ~ 45.48%
G 59 of 299 ~ 19.73%
B 104 of 299 ~ 34.78%

%45.48
%19.73
%34.78

CMYK color model

#883B68 color CMYK value is (0,57,24,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,57,24,47)
C0M57Y24K47 
(0%,57%,24%,47%)
(0.00/0.57/0.24/0.47)	

CMYK percentages

%0
%56.62
%23.53
%46.67

Codes

Color #883B68 in popluar color models

883B68
RGB13659104
HSL325°39.49%38.24%
HSB/HSV325°56.62%53.33%
CMYK0.00%56.62%23.53%
46.67%

Color #883B68 in popluar number systems.

HEX883B68
Decimal13659104
Binary100010001110111101000
Octal21073150

Shades and tints

Shades of #883B68

#883B68
(136,59,104)
#7C365F
(124,54,95)
#703156
(112,49,86)
#642C4D
(100,44,77)
#582744
(88,39,68)
#4C223B
(76,34,59)
#401D32
(64,29,50)
#341829
(52,24,41)
#281320
(40,19,32)
#1C0E17
(28,14,23)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #883B68

#883B68
(136,59,104)
#924C75
(146,76,117)
#9C5D82
(156,93,130)
#A66E8F
(166,110,143)
#B07F9C
(176,127,156)
#BA90A9
(186,144,169)
#C4A1B6
(196,161,182)
#CEB2C3
(206,178,195)
#D8C3D0
(216,195,208)
#E2D4DD
(226,212,221)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883B68 color. Also use rgb(136,59,104) instead hex code.

Text Font Color

.myTextColor { color: #883B68; }

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

This text font color is #883B68.


Background Color

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

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

This div background color is #883B68.


Border color

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

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

This div border color is #883B68.


Opacity

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

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

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

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

This text has shadow with #883B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883B68 on black background.


Color preview on white background

This text has color #883B68 on white background.



Black color preview on #883B68 background

This text has black color on #883B68 background.


White color preview on #883B68 background

This text has white color on #883B68 background.