COLOR #888A67

HEX: #888A67
RGB: (136,138,103)

Color info

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

RGB color model

#888A67 color RGB value is (136,138,103).

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

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 103 of 255 = 40%

136
138
103

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

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 103 = 377 (100%)
R 136 of 377 ~ 36.07%
G 138 of 377 ~ 36.6%
B 103 of 377 ~ 27.32%

%36.07
%36.6
%27.32

CMYK color model

#888A67 color CMYK value is (1,0,25,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 25.36%
  • key color value is 45.88%
CMYK:
(1,0,25,46)
C1M0Y25K46 
(1%,0%,25%,46%)
(0.01/0.00/0.25/0.46)	

CMYK percentages

%1.45
%0
%25.36
%45.88

Codes

Color #888A67 in popluar color models

888A67
RGB136138103
HSL63°14.52%47.25%
HSB/HSV63°25.36%54.12%
CMYK1.45%0.00%25.36%
45.88%

Color #888A67 in popluar number systems.

HEX888A67
Decimal136138103
Binary10001000100010101100111
Octal210212147

Shades and tints

Shades of #888A67

#888A67
(136,138,103)
#7C7E5E
(124,126,94)
#707255
(112,114,85)
#64664C
(100,102,76)
#585A43
(88,90,67)
#4C4E3A
(76,78,58)
#404231
(64,66,49)
#343628
(52,54,40)
#282A1F
(40,42,31)
#1C1E16
(28,30,22)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #888A67

#888A67
(136,138,103)
#929474
(146,148,116)
#9C9E81
(156,158,129)
#A6A88E
(166,168,142)
#B0B29B
(176,178,155)
#BABCA8
(186,188,168)
#C4C6B5
(196,198,181)
#CED0C2
(206,208,194)
#D8DACF
(216,218,207)
#E2E4DC
(226,228,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888A67; }

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

This text font color is #888A67.


Background Color

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

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

This div background color is #888A67.


Border color

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

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

This div border color is #888A67.


Opacity

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

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

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

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

This text has shadow with #888A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A67 on black background.


Color preview on white background

This text has color #888A67 on white background.



Black color preview on #888A67 background

This text has black color on #888A67 background.


White color preview on #888A67 background

This text has white color on #888A67 background.