COLOR #887368

HEX: #887368
RGB: (136,115,104)

Renk bilgisi

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

RGB renk modeli

#887368 color RGB value is (136,115,104).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 115 of 255 = 45%
B 104 of 255 = 41%

136
115
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 115 + 104 = 355 (100%)
R 136 of 355 ~ 38.31%
G 115 of 355 ~ 32.39%
B 104 of 355 ~ 29.3%

%38.31
%32.39
%29.3

CMYK RENK MODELİ

#887368 rengi CMYK tonu (0,15,24,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.44%
  • sarı tonu 23.53%
  • ana renk tonu 46.67%
CMYK:
(0,15,24,47)
C0M15Y24K47 
(0%,15%,24%,47%)
(0.00/0.15/0.24/0.47)	

CMYK yüzdeleri

%0
%15.44
%23.53
%46.67

Codes

Color #887368 in popluar color models

887368
RGB136115104
HSL21°13.33%47.06%
HSB/HSV21°23.53%53.33%
CMYK0.00%15.44%23.53%
46.67%

Color #887368 in popluar number systems.

HEX887368
Decimal136115104
Binary1000100011100111101000
Octal210163150

Shades and tints

Shades of #887368

#887368
(136,115,104)
#7C695F
(124,105,95)
#705F56
(112,95,86)
#64554D
(100,85,77)
#584B44
(88,75,68)
#4C413B
(76,65,59)
#403732
(64,55,50)
#342D29
(52,45,41)
#282320
(40,35,32)
#1C1917
(28,25,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #887368

#887368
(136,115,104)
#927F75
(146,127,117)
#9C8B82
(156,139,130)
#A6978F
(166,151,143)
#B0A39C
(176,163,156)
#BAAFA9
(186,175,169)
#C4BBB6
(196,187,182)
#CEC7C3
(206,199,195)
#D8D3D0
(216,211,208)
#E2DFDD
(226,223,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887368; }

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

This text font color is #887368.


Background Color

.myBgColor { background-color: #887368; }

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

This div background color is #887368.


Border color

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

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

This div border color is #887368.


Opacity

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

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

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

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

This text has shadow with #887368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887368 on black background.


Color preview on white background

This text has color #887368 on white background.



Black color preview on #887368 background

This text has black color on #887368 background.


White color preview on #887368 background

This text has white color on #887368 background.