COLOR #889B4F

HEX: #889B4F
RGB: (136,155,79)

Color info

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

RGB color model

#889B4F color RGB value is (136,155,79).

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

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 79 of 255 = 31%

136
155
79

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 79 = 370 (100%)
R 136 of 370 ~ 36.76%
G 155 of 370 ~ 41.89%
B 79 of 370 ~ 21.35%

%36.76
%41.89
%21.35

CMYK color model

#889B4F color CMYK value is (12,0,49,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 49.03%
  • key color value is 39.22%
CMYK:
(12,0,49,39)
C12M0Y49K39 
(12%,0%,49%,39%)
(0.12/0.00/0.49/0.39)	

CMYK percentages

%12.26
%0
%49.03
%39.22

Codes

Color #889B4F in popluar color models

889B4F
RGB13615579
HSL75°32.48%45.88%
HSB/HSV75°49.03%60.78%
CMYK12.26%0.00%49.03%
39.22%

Color #889B4F in popluar number systems.

HEX889B4F
Decimal13615579
Binary10001000100110111001111
Octal210233117

Shades and tints

Shades of #889B4F

#889B4F
(136,155,79)
#7C8D48
(124,141,72)
#707F41
(112,127,65)
#64713A
(100,113,58)
#586333
(88,99,51)
#4C552C
(76,85,44)
#404725
(64,71,37)
#34391E
(52,57,30)
#282B17
(40,43,23)
#1C1D10
(28,29,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #889B4F

#889B4F
(136,155,79)
#92A45F
(146,164,95)
#9CAD6F
(156,173,111)
#A6B67F
(166,182,127)
#B0BF8F
(176,191,143)
#BAC89F
(186,200,159)
#C4D1AF
(196,209,175)
#CEDABF
(206,218,191)
#D8E3CF
(216,227,207)
#E2ECDF
(226,236,223)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B4F; }

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

This text font color is #889B4F.


Background Color

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

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

This div background color is #889B4F.


Border color

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

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

This div border color is #889B4F.


Opacity

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

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

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

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

This text has shadow with #889B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B4F on black background.


Color preview on white background

This text has color #889B4F on white background.



Black color preview on #889B4F background

This text has black color on #889B4F background.


White color preview on #889B4F background

This text has white color on #889B4F background.