COLOR #886468

HEX: #886468
RGB: (136,100,104)

Color info

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

RGB color model

#886468 color RGB value is (136,100,104).

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

RGB channels and saturation

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

136
100
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 104 = 340 (100%)
R 136 of 340 ~ 40%
G 100 of 340 ~ 29.41%
B 104 of 340 ~ 30.59%

%40
%29.41
%30.59

CMYK color model

#886468 color CMYK value is (0,26,24,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,26,24,47)
C0M26Y24K47 
(0%,26%,24%,47%)
(0.00/0.26/0.24/0.47)	

CMYK percentages

%0
%26.47
%23.53
%46.67

Codes

Color #886468 in popluar color models

886468
RGB136100104
HSL353°15.25%46.27%
HSB/HSV353°26.47%53.33%
CMYK0.00%26.47%23.53%
46.67%

Color #886468 in popluar number systems.

HEX886468
Decimal136100104
Binary1000100011001001101000
Octal210144150

Shades and tints

Shades of #886468

#886468
(136,100,104)
#7C5B5F
(124,91,95)
#705256
(112,82,86)
#64494D
(100,73,77)
#584044
(88,64,68)
#4C373B
(76,55,59)
#402E32
(64,46,50)
#342529
(52,37,41)
#281C20
(40,28,32)
#1C1317
(28,19,23)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #886468

#886468
(136,100,104)
#927275
(146,114,117)
#9C8082
(156,128,130)
#A68E8F
(166,142,143)
#B09C9C
(176,156,156)
#BAAAA9
(186,170,169)
#C4B8B6
(196,184,182)
#CEC6C3
(206,198,195)
#D8D4D0
(216,212,208)
#E2E2DD
(226,226,221)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886468; }

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

This text font color is #886468.


Background Color

.myBgColor { background-color: #886468; }

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

This div background color is #886468.


Border color

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

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

This div border color is #886468.


Opacity

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

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

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

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

This text has shadow with #886468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886468 on black background.


Color preview on white background

This text has color #886468 on white background.



Black color preview on #886468 background

This text has black color on #886468 background.


White color preview on #886468 background

This text has white color on #886468 background.