COLOR #888642

HEX: #888642 RGB: (136,134,66)

Color info

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

RGB color model

#888642 color RGB value is (136,134,66).

RGB: (136,134,66) (53%, 53%, 26%)

RGB channels and saturation

R 136 of 255 = 53%
G 134 of 255 = 53%
B 66 of 255 = 26%

136
134
66

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

Portions of RGB colors in percentages

R + G + B = 136 + 134 + 66 = 336 (100%)
R 136 of 336 ~ 40.48%
G 134 of 336 ~ 39.88%
B 66 of 336 ~ 19.64'%

%40.48
%39.88
%19.64

CMYK color model

#888642 color CMYK value is (0,1,51,47).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 51.47%
  • key color value is 46.67%

CMYK: (0,1,51,47)
C0M1Y51K47 (0%, 1%, 51%, 47%)
(0.00 / 0.01 / 0.51 / 0.47)

CMYK percentages

%0
%1.47
%51.47
%46.67

Codes

Color #888642 in popluar color models

88 86 42
RGB 136 134 66
HSL 58° 34.65% 39.61%
HSB/HSV 58° 51.47% 53.33%
CMYK 0.00% 1.47% 51.47%
46.67%

Color #888642 in popluar number systems.

HEX 88 86 42
Decimal 136 134 66
Binary 10001000 10000110 1000010
Octal 210 206 102

Shades and tints

Shades of #888642

#888642
(136,134,66)
#7C7A3C
(124,122,60)
#706E36
(112,110,54)
#646230
(100,98,48)
#58562A
(88,86,42)
#4C4A24
(76,74,36)
#403E1E
(64,62,30)
#343218
(52,50,24)
#282612
(40,38,18)
#1C1A0C
(28,26,12)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #888642

#888642
(136,134,66)
#929153
(146,145,83)
#9C9C64
(156,156,100)
#A6A775
(166,167,117)
#B0B286
(176,178,134)
#BABD97
(186,189,151)
#C4C8A8
(196,200,168)
#CED3B9
(206,211,185)
#D8DECA
(216,222,202)
#E2E9DB
(226,233,219)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888642 color. Also use rgb(136,134,66) instead hex code.

Text Font Color

.myTextColor { color: #888642; }

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

This text font color is #888642.

Background Color

.myBgColor { background-color: #888642; }

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

This div background color is #888642.

Border color

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

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

This div border color is #888642.

Opacity

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

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

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

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

This text has shadow with #888642 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888642.

Preview

Color preview on black background

This text has color #888642 on black background.


Color preview on white background

This text has color #888642 on white background.


Black color preview on #888642 background

This text has black color on #888642 background.


White color preview on #888642 background

This text has white color on #888642 background.


Related colors

Complementary color

Complementary color for #hex is #7779BD.


I love getcolorcode.com

Triadic colors

1 #428886 and #864288 with #888642 are triadic colors.

2 #428688 and #868842 with #888642 are triadic colors.