COLOR #887868

HEX: #887868
RGB: (136,120,104)

Renk bilgisi

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

RGB renk modeli

#887868 color RGB value is (136,120,104).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 120 of 255 = 47%
B 104 of 255 = 41%

136
120
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 120 + 104 = 360 (100%)
R 136 of 360 ~ 37.78%
G 120 of 360 ~ 33.33%
B 104 of 360 ~ 28.89%

%37.78
%33.33
%28.89

CMYK RENK MODELİ

#887868 rengi CMYK tonu (0,12,24,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.76%
  • sarı tonu 23.53%
  • ana renk tonu 46.67%
CMYK:
(0,12,24,47)
C0M12Y24K47 
(0%,12%,24%,47%)
(0.00/0.12/0.24/0.47)	

CMYK yüzdeleri

%0
%11.76
%23.53
%46.67

Codes

Color #887868 in popluar color models

887868
RGB136120104
HSL30°13.33%47.06%
HSB/HSV30°23.53%53.33%
CMYK0.00%11.76%23.53%
46.67%

Color #887868 in popluar number systems.

HEX887868
Decimal136120104
Binary1000100011110001101000
Octal210170150

Shades and tints

Shades of #887868

#887868
(136,120,104)
#7C6E5F
(124,110,95)
#706456
(112,100,86)
#645A4D
(100,90,77)
#585044
(88,80,68)
#4C463B
(76,70,59)
#403C32
(64,60,50)
#343229
(52,50,41)
#282820
(40,40,32)
#1C1E17
(28,30,23)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #887868

#887868
(136,120,104)
#928475
(146,132,117)
#9C9082
(156,144,130)
#A69C8F
(166,156,143)
#B0A89C
(176,168,156)
#BAB4A9
(186,180,169)
#C4C0B6
(196,192,182)
#CECCC3
(206,204,195)
#D8D8D0
(216,216,208)
#E2E4DD
(226,228,221)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887868; }

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

This text font color is #887868.


Background Color

.myBgColor { background-color: #887868; }

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

This div background color is #887868.


Border color

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

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

This div border color is #887868.


Opacity

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

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

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

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

This text has shadow with #887868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887868 on black background.


Color preview on white background

This text has color #887868 on white background.



Black color preview on #887868 background

This text has black color on #887868 background.


White color preview on #887868 background

This text has white color on #887868 background.