COLOR #888D3E

HEX: #888D3E
RGB: (136,141,62)

Color info

#888D3E contains mainly red and green colors. Web safe color of #888D3E is #999933 (or #993).

RGB color model

#888D3E color RGB value is (136,141,62).

  • red value is 136;
  • green value is 141;
  • blue value is 62.
RGB:
(136,141,62)
(53%,55%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 141 of 255 = 55%
B 62 of 255 = 24%

136
141
62

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

Portions of RGB colors in percentages

R + G + B =
136 + 141 + 62 = 339 (100%)
R 136 of 339 ~ 40.12%
G 141 of 339 ~ 41.59%
B 62 of 339 ~ 18.29%

%40.12
%41.59
%18.29

CMYK color model

#888D3E color CMYK value is (4,0,56,45).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 56.03%
  • key color value is 44.71%
CMYK:
(4,0,56,45)
C4M0Y56K45 
(4%,0%,56%,45%)
(0.04/0.00/0.56/0.45)	

CMYK percentages

%3.55
%0
%56.03
%44.71

Codes

Color #888D3E in popluar color models

888D3E
RGB13614162
HSL64°38.92%39.80%
HSB/HSV64°56.03%55.29%
CMYK3.55%0.00%56.03%
44.71%

Color #888D3E in popluar number systems.

HEX888D3E
Decimal13614162
Binary1000100010001101111110
Octal21021576

Shades and tints

Shades of #888D3E

#888D3E
(136,141,62)
#7C8139
(124,129,57)
#707534
(112,117,52)
#64692F
(100,105,47)
#585D2A
(88,93,42)
#4C5125
(76,81,37)
#404520
(64,69,32)
#34391B
(52,57,27)
#282D16
(40,45,22)
#1C2111
(28,33,17)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #888D3E

#888D3E
(136,141,62)
#92974F
(146,151,79)
#9CA160
(156,161,96)
#A6AB71
(166,171,113)
#B0B582
(176,181,130)
#BABF93
(186,191,147)
#C4C9A4
(196,201,164)
#CED3B5
(206,211,181)
#D8DDC6
(216,221,198)
#E2E7D7
(226,231,215)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888D3E color. Also use rgb(136,141,62) instead hex code.

Text Font Color

.myTextColor { color: #888D3E; }

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

This text font color is #888D3E.


Background Color

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

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

This div background color is #888D3E.


Border color

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

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

This div border color is #888D3E.


Opacity

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

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

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

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

This text has shadow with #888D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888D3E on black background.


Color preview on white background

This text has color #888D3E on white background.



Black color preview on #888D3E background

This text has black color on #888D3E background.


White color preview on #888D3E background

This text has white color on #888D3E background.