COLOR #888050

HEX: #888050
RGB: (136,128,80)

Color info

#888050 contains red, green and blue colors in about the same proportion. Web safe color of #888050 is #996666 (or #966).

RGB color model

#888050 color RGB value is (136,128,80).

  • red value is 136;
  • green value is 128;
  • blue value is 80.
RGB:
(136,128,80)
(53%,50%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 80 of 255 = 31%

136
128
80

R + G + B ~ 45%. #888050 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 80 = 344 (100%)
R 136 of 344 ~ 39.53%
G 128 of 344 ~ 37.21%
B 80 of 344 ~ 23.26%

%39.53
%37.21
%23.26

CMYK color model

#888050 color CMYK value is (0,6,41,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,6,41,47)
C0M6Y41K47 
(0%,6%,41%,47%)
(0.00/0.06/0.41/0.47)	

CMYK percentages

%0
%5.88
%41.18
%46.67

Codes

Color #888050 in popluar color models

888050
RGB13612880
HSL51°25.93%42.35%
HSB/HSV51°41.18%53.33%
CMYK0.00%5.88%41.18%
46.67%

Color #888050 in popluar number systems.

HEX888050
Decimal13612880
Binary10001000100000001010000
Octal210200120

Shades and tints

Shades of #888050

#888050
(136,128,80)
#7C7549
(124,117,73)
#706A42
(112,106,66)
#645F3B
(100,95,59)
#585434
(88,84,52)
#4C492D
(76,73,45)
#403E26
(64,62,38)
#34331F
(52,51,31)
#282818
(40,40,24)
#1C1D11
(28,29,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #888050

#888050
(136,128,80)
#928B5F
(146,139,95)
#9C966E
(156,150,110)
#A6A17D
(166,161,125)
#B0AC8C
(176,172,140)
#BAB79B
(186,183,155)
#C4C2AA
(196,194,170)
#CECDB9
(206,205,185)
#D8D8C8
(216,216,200)
#E2E3D7
(226,227,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888050 color. Also use rgb(136,128,80) instead hex code.

Text Font Color

.myTextColor { color: #888050; }

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

This text font color is #888050.


Background Color

.myBgColor { background-color: #888050; }

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

This div background color is #888050.


Border color

.myBorderColor { border: 1px solid #888050; }

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

This div border color is #888050.


Opacity

.myOpacity80 { color: #888050; opacity: 0.8; }

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

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

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

This text has shadow with #888050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888050 on black background.


Color preview on white background

This text has color #888050 on white background.



Black color preview on #888050 background

This text has black color on #888050 background.


White color preview on #888050 background

This text has white color on #888050 background.