COLOR #887068

HEX: #887068
RGB: (136,112,104)

Renk bilgisi

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

RGB renk modeli

#887068 color RGB value is (136,112,104).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 112 of 255 = 44%
B 104 of 255 = 41%

136
112
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 112 + 104 = 352 (100%)
R 136 of 352 ~ 38.64%
G 112 of 352 ~ 31.82%
B 104 of 352 ~ 29.55%

%38.64
%31.82
%29.55

CMYK RENK MODELİ

#887068 rengi CMYK tonu (0,18,24,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 23.53%
  • ana renk tonu 46.67%
CMYK:
(0,18,24,47)
C0M18Y24K47 
(0%,18%,24%,47%)
(0.00/0.18/0.24/0.47)	

CMYK yüzdeleri

%0
%17.65
%23.53
%46.67

Codes

Color #887068 in popluar color models

887068
RGB136112104
HSL15°13.33%47.06%
HSB/HSV15°23.53%53.33%
CMYK0.00%17.65%23.53%
46.67%

Color #887068 in popluar number systems.

HEX887068
Decimal136112104
Binary1000100011100001101000
Octal210160150

Shades and tints

Shades of #887068

#887068
(136,112,104)
#7C665F
(124,102,95)
#705C56
(112,92,86)
#64524D
(100,82,77)
#584844
(88,72,68)
#4C3E3B
(76,62,59)
#403432
(64,52,50)
#342A29
(52,42,41)
#282020
(40,32,32)
#1C1617
(28,22,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #887068

#887068
(136,112,104)
#927D75
(146,125,117)
#9C8A82
(156,138,130)
#A6978F
(166,151,143)
#B0A49C
(176,164,156)
#BAB1A9
(186,177,169)
#C4BEB6
(196,190,182)
#CECBC3
(206,203,195)
#D8D8D0
(216,216,208)
#E2E5DD
(226,229,221)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887068; }

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

This text font color is #887068.


Background Color

.myBgColor { background-color: #887068; }

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

This div background color is #887068.


Border color

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

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

This div border color is #887068.


Opacity

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

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

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

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

This text has shadow with #887068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887068 on black background.


Color preview on white background

This text has color #887068 on white background.



Black color preview on #887068 background

This text has black color on #887068 background.


White color preview on #887068 background

This text has white color on #887068 background.