COLOR #883B75

HEX: #883B75
RGB: (136,59,117)

Color info

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

RGB color model

#883B75 color RGB value is (136,59,117).

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

RGB channels and saturation

R 136 of 255 = 53%
G 59 of 255 = 23%
B 117 of 255 = 46%

136
59
117

R + G + B ~ 41%. #883B75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 59 + 117 = 312 (100%)
R 136 of 312 ~ 43.59%
G 59 of 312 ~ 18.91%
B 117 of 312 ~ 37.5%

%43.59
%18.91
%37.5

CMYK color model

#883B75 color CMYK value is (0,57,14,47).

  • cyan value is 0.00%
  • magenta value is 56.62%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(0,57,14,47)
C0M57Y14K47 
(0%,57%,14%,47%)
(0.00/0.57/0.14/0.47)	

CMYK percentages

%0
%56.62
%13.97
%46.67

Codes

Color #883B75 in popluar color models

883B75
RGB13659117
HSL315°39.49%38.24%
HSB/HSV315°56.62%53.33%
CMYK0.00%56.62%13.97%
46.67%

Color #883B75 in popluar number systems.

HEX883B75
Decimal13659117
Binary100010001110111110101
Octal21073165

Shades and tints

Shades of #883B75

#883B75
(136,59,117)
#7C366B
(124,54,107)
#703161
(112,49,97)
#642C57
(100,44,87)
#58274D
(88,39,77)
#4C2243
(76,34,67)
#401D39
(64,29,57)
#34182F
(52,24,47)
#281325
(40,19,37)
#1C0E1B
(28,14,27)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #883B75

#883B75
(136,59,117)
#924C81
(146,76,129)
#9C5D8D
(156,93,141)
#A66E99
(166,110,153)
#B07FA5
(176,127,165)
#BA90B1
(186,144,177)
#C4A1BD
(196,161,189)
#CEB2C9
(206,178,201)
#D8C3D5
(216,195,213)
#E2D4E1
(226,212,225)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883B75; }

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

This text font color is #883B75.


Background Color

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

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

This div background color is #883B75.


Border color

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

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

This div border color is #883B75.


Opacity

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

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

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

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

This text has shadow with #883B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883B75 on black background.


Color preview on white background

This text has color #883B75 on white background.



Black color preview on #883B75 background

This text has black color on #883B75 background.


White color preview on #883B75 background

This text has white color on #883B75 background.