COLOR #888A47

HEX: #888A47 RGB: (136,138,71)

Color info

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

RGB color model

#888A47 color RGB value is (136,138,71).

RGB: (136,138,71) (53%, 54%, 28%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 71 of 255 = 28%

136
138
71

R + G + B ~ 45%. #888A47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 71 = 345 (100%)
R 136 of 345 ~ 39.42%
G 138 of 345 ~ 40%
B 71 of 345 ~ 20.58'%

%39.42
%40
%20.58

CMYK color model

#888A47 color CMYK value is (1,0,49,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 48.55%
  • key color value is 45.88%

CMYK: (1,0,49,46)
C1M0Y49K46 (1%, 0%, 49%, 46%)
(0.01 / 0.00 / 0.49 / 0.46)

CMYK percentages

%1.45
%0
%48.55
%45.88

Codes

Color #888A47 in popluar color models

88 8A 47
RGB 136 138 71
HSL 62° 32.06% 40.98%
HSB/HSV 62° 48.55% 54.12%
CMYK 1.45% 0.00% 48.55%
45.88%

Color #888A47 in popluar number systems.

HEX 88 8A 47
Decimal 136 138 71
Binary 10001000 10001010 1000111
Octal 210 212 107

Shades and tints

Shades of #888A47

#888A47
(136,138,71)
#7C7E41
(124,126,65)
#70723B
(112,114,59)
#646635
(100,102,53)
#585A2F
(88,90,47)
#4C4E29
(76,78,41)
#404223
(64,66,35)
#34361D
(52,54,29)
#282A17
(40,42,23)
#1C1E11
(28,30,17)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #888A47

#888A47
(136,138,71)
#929457
(146,148,87)
#9C9E67
(156,158,103)
#A6A877
(166,168,119)
#B0B287
(176,178,135)
#BABC97
(186,188,151)
#C4C6A7
(196,198,167)
#CED0B7
(206,208,183)
#D8DAC7
(216,218,199)
#E2E4D7
(226,228,215)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A47 color. Also use rgb(136,138,71) instead hex code.

Text Font Color

.myTextColor { color: #888A47; }

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

This text font color is #888A47.

Background Color

.myBgColor { background-color: #888A47; }

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

This div background color is #888A47.

Border color

.myBorderColor { border: 1px solid #888A47; }

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

This div border color is #888A47.

Opacity

.myOpacity80 { color: #888A47; opacity: 0.8; }

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

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

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

This text has shadow with #888A47 color.


.textShadow {text-shadow: 3px 3px 1px #888A47', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888A47; -webkit-box-shadow: 1px 1px 3px 2px #888A47; box-shadow:1px 1px 3px 2px #888A47;">
Div content here
</div>

This div box has shadow with color #888A47.

Preview

Color preview on black background

This text has color #888A47 on black background.


Color preview on white background

This text has color #888A47 on white background.


Black color preview on #888A47 background

This text has black color on #888A47 background.


White color preview on #888A47 background

This text has white color on #888A47 background.


Related colors

Complementary color

Complementary color for #hex is #7775B8.


I love getcolorcode.com

Triadic colors

1 #47888A and #8A4788 with #888A47 are triadic colors.

2 #478A88 and #8A8847 with #888A47 are triadic colors.