COLOR #888757

HEX: #888757
RGB: (136,135,87)

Renk bilgisi

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

RGB renk modeli

#888757 color RGB value is (136,135,87).

  • kırmız ton 136;
  • yeşil ton 135;
  • mavi ton 87.
RGB:
(136,135,87)
(53%,53%,34%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 135 of 255 = 53%
B 87 of 255 = 34%

136
135
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 135 + 87 = 358 (100%)
R 136 of 358 ~ 37.99%
G 135 of 358 ~ 37.71%
B 87 of 358 ~ 24.3%

%37.99
%37.71
%24.3

CMYK RENK MODELİ

#888757 rengi CMYK tonu (0,1,36,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.74%
  • sarı tonu 36.03%
  • ana renk tonu 46.67%
CMYK:
(0,1,36,47)
C0M1Y36K47 
(0%,1%,36%,47%)
(0.00/0.01/0.36/0.47)	

CMYK yüzdeleri

%0
%0.74
%36.03
%46.67

Codes

Color #888757 in popluar color models

888757
RGB13613587
HSL59°21.97%43.73%
HSB/HSV59°36.03%53.33%
CMYK0.00%0.74%36.03%
46.67%

Color #888757 in popluar number systems.

HEX888757
Decimal13613587
Binary10001000100001111010111
Octal210207127

Shades and tints

Shades of #888757

#888757
(136,135,87)
#7C7B50
(124,123,80)
#706F49
(112,111,73)
#646342
(100,99,66)
#58573B
(88,87,59)
#4C4B34
(76,75,52)
#403F2D
(64,63,45)
#343326
(52,51,38)
#28271F
(40,39,31)
#1C1B18
(28,27,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #888757

#888757
(136,135,87)
#929166
(146,145,102)
#9C9B75
(156,155,117)
#A6A584
(166,165,132)
#B0AF93
(176,175,147)
#BAB9A2
(186,185,162)
#C4C3B1
(196,195,177)
#CECDC0
(206,205,192)
#D8D7CF
(216,215,207)
#E2E1DE
(226,225,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888757 color. Also use rgb(136,135,87) instead hex code.

Text Font Color

.myTextColor { color: #888757; }

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

This text font color is #888757.


Background Color

.myBgColor { background-color: #888757; }

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

This div background color is #888757.


Border color

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

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

This div border color is #888757.


Opacity

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

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

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

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

This text has shadow with #888757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888757 on black background.


Color preview on white background

This text has color #888757 on white background.



Black color preview on #888757 background

This text has black color on #888757 background.


White color preview on #888757 background

This text has white color on #888757 background.