COLOR #889B55

HEX: #889B55 RGB: (136,155,85)

Color info

#889B55 contains mainly red and green colors. Web safe color of #889B55 is #999966 (or #996).

RGB color model

#889B55 color RGB value is (136,155,85).

RGB: (136,155,85) (53%, 61%, 33%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 85 of 255 = 33%

136
155
85

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

Portions of RGB colors in percentages

R + G + B = 136 + 155 + 85 = 376 (100%)
R 136 of 376 ~ 36.17%
G 155 of 376 ~ 41.22%
B 85 of 376 ~ 22.61'%

%36.17
%41.22
%22.61

CMYK color model

#889B55 color CMYK value is (12,0,45,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 39.22%

CMYK: (12,0,45,39)
C12M0Y45K39 (12%, 0%, 45%, 39%)
(0.12 / 0.00 / 0.45 / 0.39)

CMYK percentages

%12.26
%0
%45.16
%39.22

Codes

Color #889B55 in popluar color models

88 9B 55
RGB 136 155 85
HSL 76° 29.17% 47.06%
HSB/HSV 76° 45.16% 60.78%
CMYK 12.26% 0.00% 45.16%
39.22%

Color #889B55 in popluar number systems.

HEX 88 9B 55
Decimal 136 155 85
Binary 10001000 10011011 1010101
Octal 210 233 125

Shades and tints

Shades of #889B55

#889B55
(136,155,85)
#7C8D4E
(124,141,78)
#707F47
(112,127,71)
#647140
(100,113,64)
#586339
(88,99,57)
#4C5532
(76,85,50)
#40472B
(64,71,43)
#343924
(52,57,36)
#282B1D
(40,43,29)
#1C1D16
(28,29,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #889B55

#889B55
(136,155,85)
#92A464
(146,164,100)
#9CAD73
(156,173,115)
#A6B682
(166,182,130)
#B0BF91
(176,191,145)
#BAC8A0
(186,200,160)
#C4D1AF
(196,209,175)
#CEDABE
(206,218,190)
#D8E3CD
(216,227,205)
#E2ECDC
(226,236,220)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B55; }

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

This text font color is #889B55.

Background Color

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

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

This div background color is #889B55.

Border color

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

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

This div border color is #889B55.

Opacity

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

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

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

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

This text has shadow with #889B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889B55.

Preview

Color preview on black background

This text has color #889B55 on black background.


Color preview on white background

This text has color #889B55 on white background.


Black color preview on #889B55 background

This text has black color on #889B55 background.


White color preview on #889B55 background

This text has white color on #889B55 background.


Related colors

Complementary color

Complementary color for #hex is #7764AA.


I love getcolorcode.com

Triadic colors

1 #55889B and #9B5588 with #889B55 are triadic colors.

2 #559B88 and #9B8855 with #889B55 are triadic colors.