COLOR #888E71

HEX: #888E71
RGB: (136,142,113)

Renk bilgisi

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

RGB renk modeli

#888E71 color RGB value is (136,142,113).

  • kırmız ton 136;
  • yeşil ton 142;
  • mavi ton 113.
RGB:
(136,142,113)
(53%,56%,44%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 113 of 255 = 44%

136
142
113

R + G + B ~ 51%. #888E71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 113 = 391 (100%)
R 136 of 391 ~ 34.78%
G 142 of 391 ~ 36.32%
B 113 of 391 ~ 28.9%

%34.78
%36.32
%28.9

CMYK RENK MODELİ

#888E71 rengi CMYK tonu (4,0,20,44).

  • camgöbeği tonu 4.23%
  • eflatun tonu 0.00%
  • sarı tonu 20.42%
  • ana renk tonu 44.31%
CMYK:
(4,0,20,44)
C4M0Y20K44 
(4%,0%,20%,44%)
(0.04/0.00/0.20/0.44)	

CMYK yüzdeleri

%4.23
%0
%20.42
%44.31

Codes

Color #888E71 in popluar color models

888E71
RGB136142113
HSL72°11.37%50.00%
HSB/HSV72°20.42%55.69%
CMYK4.23%0.00%20.42%
44.31%

Color #888E71 in popluar number systems.

HEX888E71
Decimal136142113
Binary10001000100011101110001
Octal210216161

Shades and tints

Shades of #888E71

#888E71
(136,142,113)
#7C8267
(124,130,103)
#70765D
(112,118,93)
#646A53
(100,106,83)
#585E49
(88,94,73)
#4C523F
(76,82,63)
#404635
(64,70,53)
#343A2B
(52,58,43)
#282E21
(40,46,33)
#1C2217
(28,34,23)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #888E71

#888E71
(136,142,113)
#92987D
(146,152,125)
#9CA289
(156,162,137)
#A6AC95
(166,172,149)
#B0B6A1
(176,182,161)
#BAC0AD
(186,192,173)
#C4CAB9
(196,202,185)
#CED4C5
(206,212,197)
#D8DED1
(216,222,209)
#E2E8DD
(226,232,221)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888E71 color. Also use rgb(136,142,113) instead hex code.

Text Font Color

.myTextColor { color: #888E71; }

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

This text font color is #888E71.


Background Color

.myBgColor { background-color: #888E71; }

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

This div background color is #888E71.


Border color

.myBorderColor { border: 1px solid #888E71; }

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

This div border color is #888E71.


Opacity

.myOpacity80 { color: #888E71; opacity: 0.8; }

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

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

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

This text has shadow with #888E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E71 on black background.


Color preview on white background

This text has color #888E71 on white background.



Black color preview on #888E71 background

This text has black color on #888E71 background.


White color preview on #888E71 background

This text has white color on #888E71 background.