COLOR #888B55

HEX: #888B55
RGB: (136,139,85)

Color info

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

RGB color model

#888B55 color RGB value is (136,139,85).

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

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 85 of 255 = 33%

136
139
85

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

Portions of RGB colors in percentages

R + G + B =
136 + 139 + 85 = 360 (100%)
R 136 of 360 ~ 37.78%
G 139 of 360 ~ 38.61%
B 85 of 360 ~ 23.61%

%37.78
%38.61
%23.61

CMYK color model

#888B55 color CMYK value is (2,0,39,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%
CMYK:
(2,0,39,45)
C2M0Y39K45 
(2%,0%,39%,45%)
(0.02/0.00/0.39/0.45)	

CMYK percentages

%2.16
%0
%38.85
%45.49

Codes

Color #888B55 in popluar color models

888B55
RGB13613985
HSL63°24.11%43.92%
HSB/HSV63°38.85%54.51%
CMYK2.16%0.00%38.85%
45.49%

Color #888B55 in popluar number systems.

HEX888B55
Decimal13613985
Binary10001000100010111010101
Octal210213125

Shades and tints

Shades of #888B55

#888B55
(136,139,85)
#7C7F4E
(124,127,78)
#707347
(112,115,71)
#646740
(100,103,64)
#585B39
(88,91,57)
#4C4F32
(76,79,50)
#40432B
(64,67,43)
#343724
(52,55,36)
#282B1D
(40,43,29)
#1C1F16
(28,31,22)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #888B55

#888B55
(136,139,85)
#929564
(146,149,100)
#9C9F73
(156,159,115)
#A6A982
(166,169,130)
#B0B391
(176,179,145)
#BABDA0
(186,189,160)
#C4C7AF
(196,199,175)
#CED1BE
(206,209,190)
#D8DBCD
(216,219,205)
#E2E5DC
(226,229,220)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888B55; }

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

This text font color is #888B55.


Background Color

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

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

This div background color is #888B55.


Border color

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

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

This div border color is #888B55.


Opacity

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

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

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

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

This text has shadow with #888B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888B55 on black background.


Color preview on white background

This text has color #888B55 on white background.



Black color preview on #888B55 background

This text has black color on #888B55 background.


White color preview on #888B55 background

This text has white color on #888B55 background.