COLOR #888A69

HEX: #888A69
RGB: (136,138,105)

Color info

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

RGB color model

#888A69 color RGB value is (136,138,105).

  • red value is 136;
  • green value is 138;
  • blue value is 105.
RGB:
(136,138,105)
(53%,54%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 105 of 255 = 41%

136
138
105

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 105 = 379 (100%)
R 136 of 379 ~ 35.88%
G 138 of 379 ~ 36.41%
B 105 of 379 ~ 27.7%

%35.88
%36.41
%27.7

CMYK color model

#888A69 color CMYK value is (1,0,24,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK:
(1,0,24,46)
C1M0Y24K46 
(1%,0%,24%,46%)
(0.01/0.00/0.24/0.46)	

CMYK percentages

%1.45
%0
%23.91
%45.88

Codes

Color #888A69 in popluar color models

888A69
RGB136138105
HSL64°13.58%47.65%
HSB/HSV64°23.91%54.12%
CMYK1.45%0.00%23.91%
45.88%

Color #888A69 in popluar number systems.

HEX888A69
Decimal136138105
Binary10001000100010101101001
Octal210212151

Shades and tints

Shades of #888A69

#888A69
(136,138,105)
#7C7E60
(124,126,96)
#707257
(112,114,87)
#64664E
(100,102,78)
#585A45
(88,90,69)
#4C4E3C
(76,78,60)
#404233
(64,66,51)
#34362A
(52,54,42)
#282A21
(40,42,33)
#1C1E18
(28,30,24)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #888A69

#888A69
(136,138,105)
#929476
(146,148,118)
#9C9E83
(156,158,131)
#A6A890
(166,168,144)
#B0B29D
(176,178,157)
#BABCAA
(186,188,170)
#C4C6B7
(196,198,183)
#CED0C4
(206,208,196)
#D8DAD1
(216,218,209)
#E2E4DE
(226,228,222)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888A69; }

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

This text font color is #888A69.


Background Color

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

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

This div background color is #888A69.


Border color

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

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

This div border color is #888A69.


Opacity

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

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

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

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

This text has shadow with #888A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A69 on black background.


Color preview on white background

This text has color #888A69 on white background.



Black color preview on #888A69 background

This text has black color on #888A69 background.


White color preview on #888A69 background

This text has white color on #888A69 background.