COLOR #888B51

HEX: #888B51
RGB: (136,139,81)

Color info

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

RGB color model

#888B51 color RGB value is (136,139,81).

  • red value is 136;
  • green value is 139;
  • blue value is 81.
RGB:
(136,139,81)
(53%,55%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 81 of 255 = 32%

136
139
81

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

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 81 = 356 (100%)
R 136 of 356 ~ 38.2%
G 139 of 356 ~ 39.04%
B 81 of 356 ~ 22.75%

%38.2
%39.04
%22.75

CMYK color model

#888B51 color CMYK value is (2,0,42,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 45.49%
CMYK:
(2,0,42,45)
C2M0Y42K45 
(2%,0%,42%,45%)
(0.02/0.00/0.42/0.45)	

CMYK percentages

%2.16
%0
%41.73
%45.49

Codes

Color #888B51 in popluar color models

888B51
RGB13613981
HSL63°26.36%43.14%
HSB/HSV63°41.73%54.51%
CMYK2.16%0.00%41.73%
45.49%

Color #888B51 in popluar number systems.

HEX888B51
Decimal13613981
Binary10001000100010111010001
Octal210213121

Shades and tints

Shades of #888B51

#888B51
(136,139,81)
#7C7F4A
(124,127,74)
#707343
(112,115,67)
#64673C
(100,103,60)
#585B35
(88,91,53)
#4C4F2E
(76,79,46)
#404327
(64,67,39)
#343720
(52,55,32)
#282B19
(40,43,25)
#1C1F12
(28,31,18)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #888B51

#888B51
(136,139,81)
#929560
(146,149,96)
#9C9F6F
(156,159,111)
#A6A97E
(166,169,126)
#B0B38D
(176,179,141)
#BABD9C
(186,189,156)
#C4C7AB
(196,199,171)
#CED1BA
(206,209,186)
#D8DBC9
(216,219,201)
#E2E5D8
(226,229,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B51 color. Also use rgb(136,139,81) instead hex code.

Text Font Color

.myTextColor { color: #888B51; }

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

This text font color is #888B51.


Background Color

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

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

This div background color is #888B51.


Border color

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

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

This div border color is #888B51.


Opacity

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

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

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

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

This text has shadow with #888B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888B51 on black background.


Color preview on white background

This text has color #888B51 on white background.



Black color preview on #888B51 background

This text has black color on #888B51 background.


White color preview on #888B51 background

This text has white color on #888B51 background.