COLOR #889377

HEX: #889377
RGB: (136,147,119)

Color info

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

RGB color model

#889377 color RGB value is (136,147,119).

  • red value is 136;
  • green value is 147;
  • blue value is 119.
RGB:
(136,147,119)
(53%,58%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 119 of 255 = 47%

136
147
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 119 = 402 (100%)
R 136 of 402 ~ 33.83%
G 147 of 402 ~ 36.57%
B 119 of 402 ~ 29.6%

%33.83
%36.57
%29.6

CMYK color model

#889377 color CMYK value is (7,0,19,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(7,0,19,42)
C7M0Y19K42 
(7%,0%,19%,42%)
(0.07/0.00/0.19/0.42)	

CMYK percentages

%7.48
%0
%19.05
%42.35

Codes

Color #889377 in popluar color models

889377
RGB136147119
HSL84°11.48%52.16%
HSB/HSV84°19.05%57.65%
CMYK7.48%0.00%19.05%
42.35%

Color #889377 in popluar number systems.

HEX889377
Decimal136147119
Binary10001000100100111110111
Octal210223167

Shades and tints

Shades of #889377

#889377
(136,147,119)
#7C866D
(124,134,109)
#707963
(112,121,99)
#646C59
(100,108,89)
#585F4F
(88,95,79)
#4C5245
(76,82,69)
#40453B
(64,69,59)
#343831
(52,56,49)
#282B27
(40,43,39)
#1C1E1D
(28,30,29)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #889377

#889377
(136,147,119)
#929C83
(146,156,131)
#9CA58F
(156,165,143)
#A6AE9B
(166,174,155)
#B0B7A7
(176,183,167)
#BAC0B3
(186,192,179)
#C4C9BF
(196,201,191)
#CED2CB
(206,210,203)
#D8DBD7
(216,219,215)
#E2E4E3
(226,228,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889377 color. Also use rgb(136,147,119) instead hex code.

Text Font Color

.myTextColor { color: #889377; }

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

This text font color is #889377.


Background Color

.myBgColor { background-color: #889377; }

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

This div background color is #889377.


Border color

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

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

This div border color is #889377.


Opacity

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

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

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

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

This text has shadow with #889377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889377 on black background.


Color preview on white background

This text has color #889377 on white background.



Black color preview on #889377 background

This text has black color on #889377 background.


White color preview on #889377 background

This text has white color on #889377 background.