COLOR #886863

HEX: #886863
RGB: (136,104,99)

Renk bilgisi

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

RGB renk modeli

#886863 color RGB value is (136,104,99).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 104 of 255 = 41%
B 99 of 255 = 39%

136
104
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 104 + 99 = 339 (100%)
R 136 of 339 ~ 40.12%
G 104 of 339 ~ 30.68%
B 99 of 339 ~ 29.2%

%40.12
%30.68
%29.2

CMYK RENK MODELİ

#886863 rengi CMYK tonu (0,24,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.53%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,24,27,47)
C0M24Y27K47 
(0%,24%,27%,47%)
(0.00/0.24/0.27/0.47)	

CMYK yüzdeleri

%0
%23.53
%27.21
%46.67

Codes

Color #886863 in popluar color models

886863
RGB13610499
HSL15.74%46.08%
HSB/HSV27.21%53.33%
CMYK0.00%23.53%27.21%
46.67%

Color #886863 in popluar number systems.

HEX886863
Decimal13610499
Binary1000100011010001100011
Octal210150143

Shades and tints

Shades of #886863

#886863
(136,104,99)
#7C5F5A
(124,95,90)
#705651
(112,86,81)
#644D48
(100,77,72)
#58443F
(88,68,63)
#4C3B36
(76,59,54)
#40322D
(64,50,45)
#342924
(52,41,36)
#28201B
(40,32,27)
#1C1712
(28,23,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #886863

#886863
(136,104,99)
#927571
(146,117,113)
#9C827F
(156,130,127)
#A68F8D
(166,143,141)
#B09C9B
(176,156,155)
#BAA9A9
(186,169,169)
#C4B6B7
(196,182,183)
#CEC3C5
(206,195,197)
#D8D0D3
(216,208,211)
#E2DDE1
(226,221,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886863; }

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

This text font color is #886863.


Background Color

.myBgColor { background-color: #886863; }

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

This div background color is #886863.


Border color

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

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

This div border color is #886863.


Opacity

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

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

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

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

This text has shadow with #886863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886863 on black background.


Color preview on white background

This text has color #886863 on white background.



Black color preview on #886863 background

This text has black color on #886863 background.


White color preview on #886863 background

This text has white color on #886863 background.