COLOR #889966

HEX: #889966
RGB: (136,153,102)

Renk bilgisi

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

RGB renk modeli

#889966 color RGB value is (136,153,102).

  • kırmız ton 136;
  • yeşil ton 153;
  • mavi ton 102.
RGB:
(136,153,102)
(53%,60%,40%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 153 of 255 = 60%
B 102 of 255 = 40%

136
153
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 153 + 102 = 391 (100%)
R 136 of 391 ~ 34.78%
G 153 of 391 ~ 39.13%
B 102 of 391 ~ 26.09%

%34.78
%39.13
%26.09

CMYK RENK MODELİ

#889966 rengi CMYK tonu (11,0,33,40).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 40.00%
CMYK:
(11,0,33,40)
C11M0Y33K40 
(11%,0%,33%,40%)
(0.11/0.00/0.33/0.40)	

CMYK yüzdeleri

%11.11
%0
%33.33
%40

Codes

Color #889966 in popluar color models

889966
RGB136153102
HSL80°20.00%50.00%
HSB/HSV80°33.33%60.00%
CMYK11.11%0.00%33.33%
40.00%

Color #889966 in popluar number systems.

HEX889966
Decimal136153102
Binary10001000100110011100110
Octal210231146

Shades and tints

Shades of #889966

#889966
(136,153,102)
#7C8C5D
(124,140,93)
#707F54
(112,127,84)
#64724B
(100,114,75)
#586542
(88,101,66)
#4C5839
(76,88,57)
#404B30
(64,75,48)
#343E27
(52,62,39)
#28311E
(40,49,30)
#1C2415
(28,36,21)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #889966

#889966
(136,153,102)
#92A273
(146,162,115)
#9CAB80
(156,171,128)
#A6B48D
(166,180,141)
#B0BD9A
(176,189,154)
#BAC6A7
(186,198,167)
#C4CFB4
(196,207,180)
#CED8C1
(206,216,193)
#D8E1CE
(216,225,206)
#E2EADB
(226,234,219)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889966 color. Also use rgb(136,153,102) instead hex code.

Text Font Color

.myTextColor { color: #889966; }

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

This text font color is #889966.


Background Color

.myBgColor { background-color: #889966; }

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

This div background color is #889966.


Border color

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

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

This div border color is #889966.


Opacity

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

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

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

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

This text has shadow with #889966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889966 on black background.


Color preview on white background

This text has color #889966 on white background.



Black color preview on #889966 background

This text has black color on #889966 background.


White color preview on #889966 background

This text has white color on #889966 background.