COLOR #886368

HEX: #886368
RGB: (136,99,104)

Color info

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

RGB color model

#886368 color RGB value is (136,99,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 104 of 255 = 41%

136
99
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 104 = 339 (100%)
R 136 of 339 ~ 40.12%
G 99 of 339 ~ 29.2%
B 104 of 339 ~ 30.68%

%40.12
%29.2
%30.68

CMYK color model

#886368 color CMYK value is (0,27,24,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,27,24,47)
C0M27Y24K47 
(0%,27%,24%,47%)
(0.00/0.27/0.24/0.47)	

CMYK percentages

%0
%27.21
%23.53
%46.67

Codes

Color #886368 in popluar color models

886368
RGB13699104
HSL352°15.74%46.08%
HSB/HSV352°27.21%53.33%
CMYK0.00%27.21%23.53%
46.67%

Color #886368 in popluar number systems.

HEX886368
Decimal13699104
Binary1000100011000111101000
Octal210143150

Shades and tints

Shades of #886368

#886368
(136,99,104)
#7C5A5F
(124,90,95)
#705156
(112,81,86)
#64484D
(100,72,77)
#583F44
(88,63,68)
#4C363B
(76,54,59)
#402D32
(64,45,50)
#342429
(52,36,41)
#281B20
(40,27,32)
#1C1217
(28,18,23)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #886368

#886368
(136,99,104)
#927175
(146,113,117)
#9C7F82
(156,127,130)
#A68D8F
(166,141,143)
#B09B9C
(176,155,156)
#BAA9A9
(186,169,169)
#C4B7B6
(196,183,182)
#CEC5C3
(206,197,195)
#D8D3D0
(216,211,208)
#E2E1DD
(226,225,221)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886368; }

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

This text font color is #886368.


Background Color

.myBgColor { background-color: #886368; }

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

This div background color is #886368.


Border color

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

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

This div border color is #886368.


Opacity

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

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

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

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

This text has shadow with #886368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886368 on black background.


Color preview on white background

This text has color #886368 on white background.



Black color preview on #886368 background

This text has black color on #886368 background.


White color preview on #886368 background

This text has white color on #886368 background.