COLOR #883E6D

HEX: #883E6D
RGB: (136,62,109)

Color info

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

RGB color model

#883E6D color RGB value is (136,62,109).

  • red value is 136;
  • green value is 62;
  • blue value is 109.
RGB:
(136,62,109)
(53%,24%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 109 of 255 = 43%

136
62
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 62 + 109 = 307 (100%)
R 136 of 307 ~ 44.3%
G 62 of 307 ~ 20.2%
B 109 of 307 ~ 35.5%

%44.3
%20.2
%35.5

CMYK color model

#883E6D color CMYK value is (0,54,20,47).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,54,20,47)
C0M54Y20K47 
(0%,54%,20%,47%)
(0.00/0.54/0.20/0.47)	

CMYK percentages

%0
%54.41
%19.85
%46.67

Codes

Color #883E6D in popluar color models

883E6D
RGB13662109
HSL322°37.37%38.82%
HSB/HSV322°54.41%53.33%
CMYK0.00%54.41%19.85%
46.67%

Color #883E6D in popluar number systems.

HEX883E6D
Decimal13662109
Binary100010001111101101101
Octal21076155

Shades and tints

Shades of #883E6D

#883E6D
(136,62,109)
#7C3964
(124,57,100)
#70345B
(112,52,91)
#642F52
(100,47,82)
#582A49
(88,42,73)
#4C2540
(76,37,64)
#402037
(64,32,55)
#341B2E
(52,27,46)
#281625
(40,22,37)
#1C111C
(28,17,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #883E6D

#883E6D
(136,62,109)
#924F7A
(146,79,122)
#9C6087
(156,96,135)
#A67194
(166,113,148)
#B082A1
(176,130,161)
#BA93AE
(186,147,174)
#C4A4BB
(196,164,187)
#CEB5C8
(206,181,200)
#D8C6D5
(216,198,213)
#E2D7E2
(226,215,226)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883E6D; }

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

This text font color is #883E6D.


Background Color

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

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

This div background color is #883E6D.


Border color

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

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

This div border color is #883E6D.


Opacity

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

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

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

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

This text has shadow with #883E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883E6D on black background.


Color preview on white background

This text has color #883E6D on white background.



Black color preview on #883E6D background

This text has black color on #883E6D background.


White color preview on #883E6D background

This text has white color on #883E6D background.