COLOR #886565

HEX: #886565
RGB: (136,101,101)

Color info

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

RGB color model

#886565 color RGB value is (136,101,101).

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

RGB channels and saturation

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

136
101
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 101 = 338 (100%)
R 136 of 338 ~ 40.24%
G 101 of 338 ~ 29.88%
B 101 of 338 ~ 29.88%

%40.24
%29.88
%29.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,26,26,47)
C0M26Y26K47 
(0%,26%,26%,47%)
(0.00/0.26/0.26/0.47)	

CMYK percentages

%0
%25.74
%25.74
%46.67

Codes

Color #886565 in popluar color models

886565
RGB136101101
HSL14.77%46.47%
HSB/HSV25.74%53.33%
CMYK0.00%25.74%25.74%
46.67%

Color #886565 in popluar number systems.

HEX886565
Decimal136101101
Binary1000100011001011100101
Octal210145145

Shades and tints

Shades of #886565

#886565
(136,101,101)
#7C5C5C
(124,92,92)
#705353
(112,83,83)
#644A4A
(100,74,74)
#584141
(88,65,65)
#4C3838
(76,56,56)
#402F2F
(64,47,47)
#342626
(52,38,38)
#281D1D
(40,29,29)
#1C1414
(28,20,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #886565

#886565
(136,101,101)
#927373
(146,115,115)
#9C8181
(156,129,129)
#A68F8F
(166,143,143)
#B09D9D
(176,157,157)
#BAABAB
(186,171,171)
#C4B9B9
(196,185,185)
#CEC7C7
(206,199,199)
#D8D5D5
(216,213,213)
#E2E3E3
(226,227,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886565; }

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

This text font color is #886565.


Background Color

.myBgColor { background-color: #886565; }

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

This div background color is #886565.


Border color

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

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

This div border color is #886565.


Opacity

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

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

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

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

This text has shadow with #886565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886565 on black background.


Color preview on white background

This text has color #886565 on white background.



Black color preview on #886565 background

This text has black color on #886565 background.


White color preview on #886565 background

This text has white color on #886565 background.