COLOR #888763

HEX: #888763
RGB: (136,135,99)

Renk bilgisi

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

RGB renk modeli

#888763 color RGB value is (136,135,99).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 135 of 255 = 53%
B 99 of 255 = 39%

136
135
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 135 + 99 = 370 (100%)
R 136 of 370 ~ 36.76%
G 135 of 370 ~ 36.49%
B 99 of 370 ~ 26.76%

%36.76
%36.49
%26.76

CMYK RENK MODELİ

#888763 rengi CMYK tonu (0,1,27,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.74%
  • sarı tonu 27.21%
  • ana renk tonu 46.67%
CMYK:
(0,1,27,47)
C0M1Y27K47 
(0%,1%,27%,47%)
(0.00/0.01/0.27/0.47)	

CMYK yüzdeleri

%0
%0.74
%27.21
%46.67

Codes

Color #888763 in popluar color models

888763
RGB13613599
HSL58°15.74%46.08%
HSB/HSV58°27.21%53.33%
CMYK0.00%0.74%27.21%
46.67%

Color #888763 in popluar number systems.

HEX888763
Decimal13613599
Binary10001000100001111100011
Octal210207143

Shades and tints

Shades of #888763

#888763
(136,135,99)
#7C7B5A
(124,123,90)
#706F51
(112,111,81)
#646348
(100,99,72)
#58573F
(88,87,63)
#4C4B36
(76,75,54)
#403F2D
(64,63,45)
#343324
(52,51,36)
#28271B
(40,39,27)
#1C1B12
(28,27,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #888763

#888763
(136,135,99)
#929171
(146,145,113)
#9C9B7F
(156,155,127)
#A6A58D
(166,165,141)
#B0AF9B
(176,175,155)
#BAB9A9
(186,185,169)
#C4C3B7
(196,195,183)
#CECDC5
(206,205,197)
#D8D7D3
(216,215,211)
#E2E1E1
(226,225,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888763; }

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

This text font color is #888763.


Background Color

.myBgColor { background-color: #888763; }

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

This div background color is #888763.


Border color

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

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

This div border color is #888763.


Opacity

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

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

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

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

This text has shadow with #888763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888763 on black background.


Color preview on white background

This text has color #888763 on white background.



Black color preview on #888763 background

This text has black color on #888763 background.


White color preview on #888763 background

This text has white color on #888763 background.