COLOR #886263

HEX: #886263
RGB: (136,98,99)

Renk bilgisi

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

RGB renk modeli

#886263 color RGB value is (136,98,99).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 98 of 255 = 38%
B 99 of 255 = 39%

136
98
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 98 + 99 = 333 (100%)
R 136 of 333 ~ 40.84%
G 98 of 333 ~ 29.43%
B 99 of 333 ~ 29.73%

%40.84
%29.43
%29.73

CMYK RENK MODELİ

#886263 rengi CMYK tonu (0,28,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.94%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,28,27,47)
C0M28Y27K47 
(0%,28%,27%,47%)
(0.00/0.28/0.27/0.47)	

CMYK yüzdeleri

%0
%27.94
%27.21
%46.67

Codes

Color #886263 in popluar color models

886263
RGB1369899
HSL358°16.24%45.88%
HSB/HSV358°27.94%53.33%
CMYK0.00%27.94%27.21%
46.67%

Color #886263 in popluar number systems.

HEX886263
Decimal1369899
Binary1000100011000101100011
Octal210142143

Shades and tints

Shades of #886263

#886263
(136,98,99)
#7C5A5A
(124,90,90)
#705251
(112,82,81)
#644A48
(100,74,72)
#58423F
(88,66,63)
#4C3A36
(76,58,54)
#40322D
(64,50,45)
#342A24
(52,42,36)
#28221B
(40,34,27)
#1C1A12
(28,26,18)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #886263

#886263
(136,98,99)
#927071
(146,112,113)
#9C7E7F
(156,126,127)
#A68C8D
(166,140,141)
#B09A9B
(176,154,155)
#BAA8A9
(186,168,169)
#C4B6B7
(196,182,183)
#CEC4C5
(206,196,197)
#D8D2D3
(216,210,211)
#E2E0E1
(226,224,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886263; }

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

This text font color is #886263.


Background Color

.myBgColor { background-color: #886263; }

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

This div background color is #886263.


Border color

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

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

This div border color is #886263.


Opacity

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

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

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

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

This text has shadow with #886263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886263 on black background.


Color preview on white background

This text has color #886263 on white background.



Black color preview on #886263 background

This text has black color on #886263 background.


White color preview on #886263 background

This text has white color on #886263 background.