COLOR #888562

HEX: #888562 RGB: (136,133,98)

Color info

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

RGB color model

#888562 color RGB value is (136,133,98).

RGB: (136,133,98) (53%, 52%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 98 of 255 = 38%

136
133
98

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 98 = 367 (100%)
R 136 of 367 ~ 37.06%
G 133 of 367 ~ 36.24%
B 98 of 367 ~ 26.7'%

%37.06
%36.24
%26.7

CMYK color model

#888562 color CMYK value is (0,2,28,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 27.94%
  • key color value is 46.67%

CMYK: (0,2,28,47)
C0M2Y28K47 (0%, 2%, 28%, 47%)
(0.00 / 0.02 / 0.28 / 0.47)

CMYK percentages

%0
%2.21
%27.94
%46.67

Codes

Color #888562 in popluar color models

88 85 62
RGB 136 133 98
HSL 55° 16.24% 45.88%
HSB/HSV 55° 27.94% 53.33%
CMYK 0.00% 2.21% 27.94%
46.67%

Color #888562 in popluar number systems.

HEX 88 85 62
Decimal 136 133 98
Binary 10001000 10000101 1100010
Octal 210 205 142

Shades and tints

Shades of #888562

#888562
(136,133,98)
#7C795A
(124,121,90)
#706D52
(112,109,82)
#64614A
(100,97,74)
#585542
(88,85,66)
#4C493A
(76,73,58)
#403D32
(64,61,50)
#34312A
(52,49,42)
#282522
(40,37,34)
#1C191A
(28,25,26)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #888562

#888562
(136,133,98)
#929070
(146,144,112)
#9C9B7E
(156,155,126)
#A6A68C
(166,166,140)
#B0B19A
(176,177,154)
#BABCA8
(186,188,168)
#C4C7B6
(196,199,182)
#CED2C4
(206,210,196)
#D8DDD2
(216,221,210)
#E2E8E0
(226,232,224)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888562 color. Also use rgb(136,133,98) instead hex code.

Text Font Color

.myTextColor { color: #888562; }

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

This text font color is #888562.

Background Color

.myBgColor { background-color: #888562; }

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

This div background color is #888562.

Border color

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

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

This div border color is #888562.

Opacity

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

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

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

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

This text has shadow with #888562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888562.

Preview

Color preview on black background

This text has color #888562 on black background.


Color preview on white background

This text has color #888562 on white background.


Black color preview on #888562 background

This text has black color on #888562 background.


White color preview on #888562 background

This text has white color on #888562 background.


Related colors

Complementary color

Complementary color for #hex is #777A9D.


I love getcolorcode.com

Triadic colors

1 #628885 and #856288 with #888562 are triadic colors.

2 #628588 and #858862 with #888562 are triadic colors.