COLOR #889063

HEX: #889063
RGB: (136,144,99)

Color info

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

RGB color model

#889063 color RGB value is (136,144,99).

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

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 99 of 255 = 39%

136
144
99

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 99 = 379 (100%)
R 136 of 379 ~ 35.88%
G 144 of 379 ~ 37.99%
B 99 of 379 ~ 26.12%

%35.88
%37.99
%26.12

CMYK color model

#889063 color CMYK value is (6,0,31,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 43.53%
CMYK:
(6,0,31,44)
C6M0Y31K44 
(6%,0%,31%,44%)
(0.06/0.00/0.31/0.44)	

CMYK percentages

%5.56
%0
%31.25
%43.53

Codes

Color #889063 in popluar color models

889063
RGB13614499
HSL71°18.52%47.65%
HSB/HSV71°31.25%56.47%
CMYK5.56%0.00%31.25%
43.53%

Color #889063 in popluar number systems.

HEX889063
Decimal13614499
Binary10001000100100001100011
Octal210220143

Shades and tints

Shades of #889063

#889063
(136,144,99)
#7C835A
(124,131,90)
#707651
(112,118,81)
#646948
(100,105,72)
#585C3F
(88,92,63)
#4C4F36
(76,79,54)
#40422D
(64,66,45)
#343524
(52,53,36)
#28281B
(40,40,27)
#1C1B12
(28,27,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #889063

#889063
(136,144,99)
#929A71
(146,154,113)
#9CA47F
(156,164,127)
#A6AE8D
(166,174,141)
#B0B89B
(176,184,155)
#BAC2A9
(186,194,169)
#C4CCB7
(196,204,183)
#CED6C5
(206,214,197)
#D8E0D3
(216,224,211)
#E2EAE1
(226,234,225)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889063; }

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

This text font color is #889063.


Background Color

.myBgColor { background-color: #889063; }

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

This div background color is #889063.


Border color

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

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

This div border color is #889063.


Opacity

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

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

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

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

This text has shadow with #889063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889063 on black background.


Color preview on white background

This text has color #889063 on white background.



Black color preview on #889063 background

This text has black color on #889063 background.


White color preview on #889063 background

This text has white color on #889063 background.