COLOR #886E63

HEX: #886E63
RGB: (136,110,99)

Renk bilgisi

#886E63 contains red, green and blue colors in about the same proportion. #886E63 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#886E63 color RGB value is (136,110,99).

  • kırmız ton 136;
  • yeşil ton 110;
  • mavi ton 99.
RGB:
(136,110,99)
(53%,43%,39%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 110 of 255 = 43%
B 99 of 255 = 39%

136
110
99

R + G + B ~ 45%. #886E63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 110 + 99 = 345 (100%)
R 136 of 345 ~ 39.42%
G 110 of 345 ~ 31.88%
B 99 of 345 ~ 28.7%

%39.42
%31.88
%28.7

CMYK RENK MODELİ

#886E63 rengi CMYK tonu (0,19,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.12%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,19,27,47)
C0M19Y27K47 
(0%,19%,27%,47%)
(0.00/0.19/0.27/0.47)	

CMYK yüzdeleri

%0
%19.12
%27.21
%46.67

Codes

Color #886E63 in popluar color models

886E63
RGB13611099
HSL18°15.74%46.08%
HSB/HSV18°27.21%53.33%
CMYK0.00%19.12%27.21%
46.67%

Color #886E63 in popluar number systems.

HEX886E63
Decimal13611099
Binary1000100011011101100011
Octal210156143

Shades and tints

Shades of #886E63

#886E63
(136,110,99)
#7C645A
(124,100,90)
#705A51
(112,90,81)
#645048
(100,80,72)
#58463F
(88,70,63)
#4C3C36
(76,60,54)
#40322D
(64,50,45)
#342824
(52,40,36)
#281E1B
(40,30,27)
#1C1412
(28,20,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #886E63

#886E63
(136,110,99)
#927B71
(146,123,113)
#9C887F
(156,136,127)
#A6958D
(166,149,141)
#B0A29B
(176,162,155)
#BAAFA9
(186,175,169)
#C4BCB7
(196,188,183)
#CEC9C5
(206,201,197)
#D8D6D3
(216,214,211)
#E2E3E1
(226,227,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886E63 color. Also use rgb(136,110,99) instead hex code.

Text Font Color

.myTextColor { color: #886E63; }

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

This text font color is #886E63.


Background Color

.myBgColor { background-color: #886E63; }

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

This div background color is #886E63.


Border color

.myBorderColor { border: 1px solid #886E63; }

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

This div border color is #886E63.


Opacity

.myOpacity80 { color: #886E63; opacity: 0.8; }

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

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

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

This text has shadow with #886E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886E63 on black background.


Color preview on white background

This text has color #886E63 on white background.



Black color preview on #886E63 background

This text has black color on #886E63 background.


White color preview on #886E63 background

This text has white color on #886E63 background.