COLOR #886378

HEX: #886378
RGB: (136,99,120)

Color info

#886378 contains red, green and blue colors in about the same proportion. Web safe color of #886378 is #996666 (or #966).

RGB color model

#886378 color RGB value is (136,99,120).

  • red value is 136;
  • green value is 99;
  • blue value is 120.
RGB:
(136,99,120)
(53%,39%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 120 of 255 = 47%

136
99
120

R + G + B ~ 46%. #886378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 120 = 355 (100%)
R 136 of 355 ~ 38.31%
G 99 of 355 ~ 27.89%
B 120 of 355 ~ 33.8%

%38.31
%27.89
%33.8

CMYK color model

#886378 color CMYK value is (0,27,12,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(0,27,12,47)
C0M27Y12K47 
(0%,27%,12%,47%)
(0.00/0.27/0.12/0.47)	

CMYK percentages

%0
%27.21
%11.76
%46.67

Codes

Color #886378 in popluar color models

886378
RGB13699120
HSL326°15.74%46.08%
HSB/HSV326°27.21%53.33%
CMYK0.00%27.21%11.76%
46.67%

Color #886378 in popluar number systems.

HEX886378
Decimal13699120
Binary1000100011000111111000
Octal210143170

Shades and tints

Shades of #886378

#886378
(136,99,120)
#7C5A6E
(124,90,110)
#705164
(112,81,100)
#64485A
(100,72,90)
#583F50
(88,63,80)
#4C3646
(76,54,70)
#402D3C
(64,45,60)
#342432
(52,36,50)
#281B28
(40,27,40)
#1C121E
(28,18,30)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #886378

#886378
(136,99,120)
#927184
(146,113,132)
#9C7F90
(156,127,144)
#A68D9C
(166,141,156)
#B09BA8
(176,155,168)
#BAA9B4
(186,169,180)
#C4B7C0
(196,183,192)
#CEC5CC
(206,197,204)
#D8D3D8
(216,211,216)
#E2E1E4
(226,225,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886378 color. Also use rgb(136,99,120) instead hex code.

Text Font Color

.myTextColor { color: #886378; }

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

This text font color is #886378.


Background Color

.myBgColor { background-color: #886378; }

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

This div background color is #886378.


Border color

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

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

This div border color is #886378.


Opacity

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

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

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

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

This text has shadow with #886378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886378 on black background.


Color preview on white background

This text has color #886378 on white background.



Black color preview on #886378 background

This text has black color on #886378 background.


White color preview on #886378 background

This text has white color on #886378 background.