COLOR #889762

HEX: #889762
RGB: (136,151,98)

Color info

#889762 contains red, green and blue colors in about the same proportion. Web safe color of #889762 is #999966 (or #996).

RGB color model

#889762 color RGB value is (136,151,98).

  • red value is 136;
  • green value is 151;
  • blue value is 98.
RGB: (136,151,98) (53%,59%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 98 of 255 = 38%

136
151
98

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 98 = 385 (100%)
R 136 of 385 ~ 35.32%
G 151 of 385 ~ 39.22%
B 98 of 385 ~ 25.45%

%35.32
%39.22
%25.45

CMYK color model

#889762 color CMYK value is (10,0,35,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK: (10,0,35,41) C10M0Y35K41 (10%,0%,35%,41%) (0.10/0.00/0.35/0.41)

CMYK percentages

%9.93
%0
%35.1
%40.78

Codes

Color #889762 in popluar color models

889762
RGB13615198
HSL77°21.29%48.82%
HSB/HSV77°35.10%59.22%
CMYK9.93%0.00%35.10%
40.78%

Color #889762 in popluar number systems.

HEX889762
Decimal13615198
Binary10001000100101111100010
Octal210227142

Shades and tints

Shades of #889762

#889762
(136,151,98)
#7C8A5A
(124,138,90)
#707D52
(112,125,82)
#64704A
(100,112,74)
#586342
(88,99,66)
#4C563A
(76,86,58)
#404932
(64,73,50)
#343C2A
(52,60,42)
#282F22
(40,47,34)
#1C221A
(28,34,26)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #889762

#889762
(136,151,98)
#92A070
(146,160,112)
#9CA97E
(156,169,126)
#A6B28C
(166,178,140)
#B0BB9A
(176,187,154)
#BAC4A8
(186,196,168)
#C4CDB6
(196,205,182)
#CED6C4
(206,214,196)
#D8DFD2
(216,223,210)
#E2E8E0
(226,232,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889762 color. Also use rgb(136,151,98) instead hex code.

Text Font Color

.myTextColor { color: #889762; }

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

This text font color is #889762.


Background Color

.myBgColor { background-color: #889762; }

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

This div background color is #889762.


Border color

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

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

This div border color is #889762.


Opacity

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

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

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

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

This text has shadow with #889762 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #889762 on black background.


Color preview on white background

This text has color #889762 on white background.



Black color preview on #889762 background

This text has black color on #889762 background.


White color preview on #889762 background

This text has white color on #889762 background.