COLOR #889069

HEX: #889069
RGB: (136,144,105)

Color info

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

RGB color model

#889069 color RGB value is (136,144,105).

  • red value is 136;
  • green value is 144;
  • blue value is 105.
RGB:
(136,144,105)
(53%,56%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 105 of 255 = 41%

136
144
105

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 105 = 385 (100%)
R 136 of 385 ~ 35.32%
G 144 of 385 ~ 37.4%
B 105 of 385 ~ 27.27%

%35.32
%37.4
%27.27

CMYK color model

#889069 color CMYK value is (6,0,27,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 43.53%
CMYK:
(6,0,27,44)
C6M0Y27K44 
(6%,0%,27%,44%)
(0.06/0.00/0.27/0.44)	

CMYK percentages

%5.56
%0
%27.08
%43.53

Codes

Color #889069 in popluar color models

889069
RGB136144105
HSL72°15.66%48.82%
HSB/HSV72°27.08%56.47%
CMYK5.56%0.00%27.08%
43.53%

Color #889069 in popluar number systems.

HEX889069
Decimal136144105
Binary10001000100100001101001
Octal210220151

Shades and tints

Shades of #889069

#889069
(136,144,105)
#7C8360
(124,131,96)
#707657
(112,118,87)
#64694E
(100,105,78)
#585C45
(88,92,69)
#4C4F3C
(76,79,60)
#404233
(64,66,51)
#34352A
(52,53,42)
#282821
(40,40,33)
#1C1B18
(28,27,24)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #889069

#889069
(136,144,105)
#929A76
(146,154,118)
#9CA483
(156,164,131)
#A6AE90
(166,174,144)
#B0B89D
(176,184,157)
#BAC2AA
(186,194,170)
#C4CCB7
(196,204,183)
#CED6C4
(206,214,196)
#D8E0D1
(216,224,209)
#E2EADE
(226,234,222)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889069 color. Also use rgb(136,144,105) instead hex code.

Text Font Color

.myTextColor { color: #889069; }

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

This text font color is #889069.


Background Color

.myBgColor { background-color: #889069; }

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

This div background color is #889069.


Border color

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

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

This div border color is #889069.


Opacity

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

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

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

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

This text has shadow with #889069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889069 on black background.


Color preview on white background

This text has color #889069 on white background.



Black color preview on #889069 background

This text has black color on #889069 background.


White color preview on #889069 background

This text has white color on #889069 background.