COLOR #889748

HEX: #889748
RGB: (136,151,72)

Color info

#889748 contains mainly red and green colors. Web safe color of #889748 is #999933 (or #993).

RGB color model

#889748 color RGB value is (136,151,72).

  • red value is 136;
  • green value is 151;
  • blue value is 72.
RGB:
(136,151,72)
(53%,59%,28%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 72 of 255 = 28%

136
151
72

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

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 72 = 359 (100%)
R 136 of 359 ~ 37.88%
G 151 of 359 ~ 42.06%
B 72 of 359 ~ 20.06%

%37.88
%42.06
%20.06

CMYK color model

#889748 color CMYK value is (10,0,52,41).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 52.32%
  • key color value is 40.78%
CMYK:
(10,0,52,41)
C10M0Y52K41 
(10%,0%,52%,41%)
(0.10/0.00/0.52/0.41)	

CMYK percentages

%9.93
%0
%52.32
%40.78

Codes

Color #889748 in popluar color models

889748
RGB13615172
HSL71°35.43%43.73%
HSB/HSV71°52.32%59.22%
CMYK9.93%0.00%52.32%
40.78%

Color #889748 in popluar number systems.

HEX889748
Decimal13615172
Binary10001000100101111001000
Octal210227110

Shades and tints

Shades of #889748

#889748
(136,151,72)
#7C8A42
(124,138,66)
#707D3C
(112,125,60)
#647036
(100,112,54)
#586330
(88,99,48)
#4C562A
(76,86,42)
#404924
(64,73,36)
#343C1E
(52,60,30)
#282F18
(40,47,24)
#1C2212
(28,34,18)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #889748

#889748
(136,151,72)
#92A058
(146,160,88)
#9CA968
(156,169,104)
#A6B278
(166,178,120)
#B0BB88
(176,187,136)
#BAC498
(186,196,152)
#C4CDA8
(196,205,168)
#CED6B8
(206,214,184)
#D8DFC8
(216,223,200)
#E2E8D8
(226,232,216)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889748 color. Also use rgb(136,151,72) instead hex code.

Text Font Color

.myTextColor { color: #889748; }

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

This text font color is #889748.


Background Color

.myBgColor { background-color: #889748; }

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

This div background color is #889748.


Border color

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

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

This div border color is #889748.


Opacity

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

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

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

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

This text has shadow with #889748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889748 on black background.


Color preview on white background

This text has color #889748 on white background.



Black color preview on #889748 background

This text has black color on #889748 background.


White color preview on #889748 background

This text has white color on #889748 background.