COLOR #886767

HEX: #886767
RGB: (136,103,103)

Color info

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

RGB color model

#886767 color RGB value is (136,103,103).

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

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 103 of 255 = 40%

136
103
103

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 103 = 342 (100%)
R 136 of 342 ~ 39.77%
G 103 of 342 ~ 30.12%
B 103 of 342 ~ 30.12%

%39.77
%30.12
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(0,24,24,47)
C0M24Y24K47 
(0%,24%,24%,47%)
(0.00/0.24/0.24/0.47)	

CMYK percentages

%0
%24.26
%24.26
%46.67

Codes

Color #886767 in popluar color models

886767
RGB136103103
HSL13.81%46.86%
HSB/HSV24.26%53.33%
CMYK0.00%24.26%24.26%
46.67%

Color #886767 in popluar number systems.

HEX886767
Decimal136103103
Binary1000100011001111100111
Octal210147147

Shades and tints

Shades of #886767

#886767
(136,103,103)
#7C5E5E
(124,94,94)
#705555
(112,85,85)
#644C4C
(100,76,76)
#584343
(88,67,67)
#4C3A3A
(76,58,58)
#403131
(64,49,49)
#342828
(52,40,40)
#281F1F
(40,31,31)
#1C1616
(28,22,22)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #886767

#886767
(136,103,103)
#927474
(146,116,116)
#9C8181
(156,129,129)
#A68E8E
(166,142,142)
#B09B9B
(176,155,155)
#BAA8A8
(186,168,168)
#C4B5B5
(196,181,181)
#CEC2C2
(206,194,194)
#D8CFCF
(216,207,207)
#E2DCDC
(226,220,220)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886767; }

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

This text font color is #886767.


Background Color

.myBgColor { background-color: #886767; }

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

This div background color is #886767.


Border color

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

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

This div border color is #886767.


Opacity

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

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

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

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

This text has shadow with #886767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886767 on black background.


Color preview on white background

This text has color #886767 on white background.



Black color preview on #886767 background

This text has black color on #886767 background.


White color preview on #886767 background

This text has white color on #886767 background.