COLOR #889B7C

HEX: #889B7C
RGB: (136,155,124)

Color info

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

RGB color model

#889B7C color RGB value is (136,155,124).

  • red value is 136;
  • green value is 155;
  • blue value is 124.
RGB:
(136,155,124)
(53%,61%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 124 of 255 = 49%

136
155
124

R + G + B ~ 54%. #889B7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 124 = 415 (100%)
R 136 of 415 ~ 32.77%
G 155 of 415 ~ 37.35%
B 124 of 415 ~ 29.88%

%32.77
%37.35
%29.88

CMYK color model

#889B7C color CMYK value is (12,0,20,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(12,0,20,39)
C12M0Y20K39 
(12%,0%,20%,39%)
(0.12/0.00/0.20/0.39)	

CMYK percentages

%12.26
%0
%20
%39.22

Codes

Color #889B7C in popluar color models

889B7C
RGB136155124
HSL97°13.42%54.71%
HSB/HSV97°20.00%60.78%
CMYK12.26%0.00%20.00%
39.22%

Color #889B7C in popluar number systems.

HEX889B7C
Decimal136155124
Binary10001000100110111111100
Octal210233174

Shades and tints

Shades of #889B7C

#889B7C
(136,155,124)
#7C8D71
(124,141,113)
#707F66
(112,127,102)
#64715B
(100,113,91)
#586350
(88,99,80)
#4C5545
(76,85,69)
#40473A
(64,71,58)
#34392F
(52,57,47)
#282B24
(40,43,36)
#1C1D19
(28,29,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #889B7C

#889B7C
(136,155,124)
#92A487
(146,164,135)
#9CAD92
(156,173,146)
#A6B69D
(166,182,157)
#B0BFA8
(176,191,168)
#BAC8B3
(186,200,179)
#C4D1BE
(196,209,190)
#CEDAC9
(206,218,201)
#D8E3D4
(216,227,212)
#E2ECDF
(226,236,223)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889B7C color. Also use rgb(136,155,124) instead hex code.

Text Font Color

.myTextColor { color: #889B7C; }

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

This text font color is #889B7C.


Background Color

.myBgColor { background-color: #889B7C; }

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

This div background color is #889B7C.


Border color

.myBorderColor { border: 1px solid #889B7C; }

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

This div border color is #889B7C.


Opacity

.myOpacity80 { color: #889B7C; opacity: 0.8; }

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

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

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

This text has shadow with #889B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B7C on black background.


Color preview on white background

This text has color #889B7C on white background.



Black color preview on #889B7C background

This text has black color on #889B7C background.


White color preview on #889B7C background

This text has white color on #889B7C background.