COLOR #888F65

HEX: #888F65
RGB: (136,143,101)

Color info

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

RGB color model

#888F65 color RGB value is (136,143,101).

  • red value is 136;
  • green value is 143;
  • blue value is 101.
RGB:
(136,143,101)
(53%,56%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 101 of 255 = 40%

136
143
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 101 = 380 (100%)
R 136 of 380 ~ 35.79%
G 143 of 380 ~ 37.63%
B 101 of 380 ~ 26.58%

%35.79
%37.63
%26.58

CMYK color model

#888F65 color CMYK value is (5,0,29,44).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 29.37%
  • key color value is 43.92%
CMYK:
(5,0,29,44)
C5M0Y29K44 
(5%,0%,29%,44%)
(0.05/0.00/0.29/0.44)	

CMYK percentages

%4.9
%0
%29.37
%43.92

Codes

Color #888F65 in popluar color models

888F65
RGB136143101
HSL70°17.21%47.84%
HSB/HSV70°29.37%56.08%
CMYK4.90%0.00%29.37%
43.92%

Color #888F65 in popluar number systems.

HEX888F65
Decimal136143101
Binary10001000100011111100101
Octal210217145

Shades and tints

Shades of #888F65

#888F65
(136,143,101)
#7C825C
(124,130,92)
#707553
(112,117,83)
#64684A
(100,104,74)
#585B41
(88,91,65)
#4C4E38
(76,78,56)
#40412F
(64,65,47)
#343426
(52,52,38)
#28271D
(40,39,29)
#1C1A14
(28,26,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #888F65

#888F65
(136,143,101)
#929973
(146,153,115)
#9CA381
(156,163,129)
#A6AD8F
(166,173,143)
#B0B79D
(176,183,157)
#BAC1AB
(186,193,171)
#C4CBB9
(196,203,185)
#CED5C7
(206,213,199)
#D8DFD5
(216,223,213)
#E2E9E3
(226,233,227)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888F65 color. Also use rgb(136,143,101) instead hex code.

Text Font Color

.myTextColor { color: #888F65; }

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

This text font color is #888F65.


Background Color

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

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

This div background color is #888F65.


Border color

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

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

This div border color is #888F65.


Opacity

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

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

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

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

This text has shadow with #888F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F65 on black background.


Color preview on white background

This text has color #888F65 on white background.



Black color preview on #888F65 background

This text has black color on #888F65 background.


White color preview on #888F65 background

This text has white color on #888F65 background.