COLOR #888276

HEX: #888276
RGB: (136,130,118)

Renk bilgisi

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

RGB renk modeli

#888276 color RGB value is (136,130,118).

  • kırmız ton 136;
  • yeşil ton 130;
  • mavi ton 118.
RGB:
(136,130,118)
(53%,51%,46%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 130 of 255 = 51%
B 118 of 255 = 46%

136
130
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 130 + 118 = 384 (100%)
R 136 of 384 ~ 35.42%
G 130 of 384 ~ 33.85%
B 118 of 384 ~ 30.73%

%35.42
%33.85
%30.73

CMYK RENK MODELİ

#888276 rengi CMYK tonu (0,4,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.41%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(0,4,13,47)
C0M4Y13K47 
(0%,4%,13%,47%)
(0.00/0.04/0.13/0.47)	

CMYK yüzdeleri

%0
%4.41
%13.24
%46.67

Codes

Color #888276 in popluar color models

888276
RGB136130118
HSL40°7.09%49.80%
HSB/HSV40°13.24%53.33%
CMYK0.00%4.41%13.24%
46.67%

Color #888276 in popluar number systems.

HEX888276
Decimal136130118
Binary10001000100000101110110
Octal210202166

Shades and tints

Shades of #888276

#888276
(136,130,118)
#7C776C
(124,119,108)
#706C62
(112,108,98)
#646158
(100,97,88)
#58564E
(88,86,78)
#4C4B44
(76,75,68)
#40403A
(64,64,58)
#343530
(52,53,48)
#282A26
(40,42,38)
#1C1F1C
(28,31,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #888276

#888276
(136,130,118)
#928D82
(146,141,130)
#9C988E
(156,152,142)
#A6A39A
(166,163,154)
#B0AEA6
(176,174,166)
#BAB9B2
(186,185,178)
#C4C4BE
(196,196,190)
#CECFCA
(206,207,202)
#D8DAD6
(216,218,214)
#E2E5E2
(226,229,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888276 color. Also use rgb(136,130,118) instead hex code.

Text Font Color

.myTextColor { color: #888276; }

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

This text font color is #888276.


Background Color

.myBgColor { background-color: #888276; }

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

This div background color is #888276.


Border color

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

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

This div border color is #888276.


Opacity

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

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

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

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

This text has shadow with #888276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888276 on black background.


Color preview on white background

This text has color #888276 on white background.



Black color preview on #888276 background

This text has black color on #888276 background.


White color preview on #888276 background

This text has white color on #888276 background.