COLOR #889373

HEX: #889373
RGB: (136,147,115)

Color info

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

RGB color model

#889373 color RGB value is (136,147,115).

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

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 115 of 255 = 45%

136
147
115

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

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 115 = 398 (100%)
R 136 of 398 ~ 34.17%
G 147 of 398 ~ 36.93%
B 115 of 398 ~ 28.89%

%34.17
%36.93
%28.89

CMYK color model

#889373 color CMYK value is (7,0,22,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(7,0,22,42)
C7M0Y22K42 
(7%,0%,22%,42%)
(0.07/0.00/0.22/0.42)	

CMYK percentages

%7.48
%0
%21.77
%42.35

Codes

Color #889373 in popluar color models

889373
RGB136147115
HSL81°12.90%51.37%
HSB/HSV81°21.77%57.65%
CMYK7.48%0.00%21.77%
42.35%

Color #889373 in popluar number systems.

HEX889373
Decimal136147115
Binary10001000100100111110011
Octal210223163

Shades and tints

Shades of #889373

#889373
(136,147,115)
#7C8669
(124,134,105)
#70795F
(112,121,95)
#646C55
(100,108,85)
#585F4B
(88,95,75)
#4C5241
(76,82,65)
#404537
(64,69,55)
#34382D
(52,56,45)
#282B23
(40,43,35)
#1C1E19
(28,30,25)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #889373

#889373
(136,147,115)
#929C7F
(146,156,127)
#9CA58B
(156,165,139)
#A6AE97
(166,174,151)
#B0B7A3
(176,183,163)
#BAC0AF
(186,192,175)
#C4C9BB
(196,201,187)
#CED2C7
(206,210,199)
#D8DBD3
(216,219,211)
#E2E4DF
(226,228,223)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889373; }

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

This text font color is #889373.


Background Color

.myBgColor { background-color: #889373; }

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

This div background color is #889373.


Border color

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

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

This div border color is #889373.


Opacity

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

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

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

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

This text has shadow with #889373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889373 on black background.


Color preview on white background

This text has color #889373 on white background.



Black color preview on #889373 background

This text has black color on #889373 background.


White color preview on #889373 background

This text has white color on #889373 background.