COLOR #886268

HEX: #886268
RGB: (136,98,104)

Color info

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

RGB color model

#886268 color RGB value is (136,98,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 98 of 255 = 38%
B 104 of 255 = 41%

136
98
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 98 + 104 = 338 (100%)
R 136 of 338 ~ 40.24%
G 98 of 338 ~ 28.99%
B 104 of 338 ~ 30.77%

%40.24
%28.99
%30.77

CMYK color model

#886268 color CMYK value is (0,28,24,47).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,28,24,47)
C0M28Y24K47 
(0%,28%,24%,47%)
(0.00/0.28/0.24/0.47)	

CMYK percentages

%0
%27.94
%23.53
%46.67

Codes

Color #886268 in popluar color models

886268
RGB13698104
HSL351°16.24%45.88%
HSB/HSV351°27.94%53.33%
CMYK0.00%27.94%23.53%
46.67%

Color #886268 in popluar number systems.

HEX886268
Decimal13698104
Binary1000100011000101101000
Octal210142150

Shades and tints

Shades of #886268

#886268
(136,98,104)
#7C5A5F
(124,90,95)
#705256
(112,82,86)
#644A4D
(100,74,77)
#584244
(88,66,68)
#4C3A3B
(76,58,59)
#403232
(64,50,50)
#342A29
(52,42,41)
#282220
(40,34,32)
#1C1A17
(28,26,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #886268

#886268
(136,98,104)
#927075
(146,112,117)
#9C7E82
(156,126,130)
#A68C8F
(166,140,143)
#B09A9C
(176,154,156)
#BAA8A9
(186,168,169)
#C4B6B6
(196,182,182)
#CEC4C3
(206,196,195)
#D8D2D0
(216,210,208)
#E2E0DD
(226,224,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886268; }

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

This text font color is #886268.


Background Color

.myBgColor { background-color: #886268; }

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

This div background color is #886268.


Border color

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

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

This div border color is #886268.


Opacity

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

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

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

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

This text has shadow with #886268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886268 on black background.


Color preview on white background

This text has color #886268 on white background.



Black color preview on #886268 background

This text has black color on #886268 background.


White color preview on #886268 background

This text has white color on #886268 background.