COLOR #886466

HEX: #886466
RGB: (136,100,102)

Color info

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

RGB color model

#886466 color RGB value is (136,100,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 102 of 255 = 40%

136
100
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 102 = 338 (100%)
R 136 of 338 ~ 40.24%
G 100 of 338 ~ 29.59%
B 102 of 338 ~ 30.18%

%40.24
%29.59
%30.18

CMYK color model

#886466 color CMYK value is (0,26,25,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,26,25,47)
C0M26Y25K47 
(0%,26%,25%,47%)
(0.00/0.26/0.25/0.47)	

CMYK percentages

%0
%26.47
%25
%46.67

Codes

Color #886466 in popluar color models

886466
RGB136100102
HSL357°15.25%46.27%
HSB/HSV357°26.47%53.33%
CMYK0.00%26.47%25.00%
46.67%

Color #886466 in popluar number systems.

HEX886466
Decimal136100102
Binary1000100011001001100110
Octal210144146

Shades and tints

Shades of #886466

#886466
(136,100,102)
#7C5B5D
(124,91,93)
#705254
(112,82,84)
#64494B
(100,73,75)
#584042
(88,64,66)
#4C3739
(76,55,57)
#402E30
(64,46,48)
#342527
(52,37,39)
#281C1E
(40,28,30)
#1C1315
(28,19,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #886466

#886466
(136,100,102)
#927273
(146,114,115)
#9C8080
(156,128,128)
#A68E8D
(166,142,141)
#B09C9A
(176,156,154)
#BAAAA7
(186,170,167)
#C4B8B4
(196,184,180)
#CEC6C1
(206,198,193)
#D8D4CE
(216,212,206)
#E2E2DB
(226,226,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886466; }

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

This text font color is #886466.


Background Color

.myBgColor { background-color: #886466; }

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

This div background color is #886466.


Border color

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

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

This div border color is #886466.


Opacity

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

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

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

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

This text has shadow with #886466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886466 on black background.


Color preview on white background

This text has color #886466 on white background.



Black color preview on #886466 background

This text has black color on #886466 background.


White color preview on #886466 background

This text has white color on #886466 background.