COLOR #888E33

HEX: #888E33
RGB: (136,142,51)

Color info

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

RGB color model

#888E33 color RGB value is (136,142,51).

  • red value is 136;
  • green value is 142;
  • blue value is 51.
RGB:
(136,142,51)
(53%,56%,20%)

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 51 of 255 = 20%

136
142
51

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

Portions of RGB colors in percentages

R + G + B =
136 + 142 + 51 = 329 (100%)
R 136 of 329 ~ 41.34%
G 142 of 329 ~ 43.16%
B 51 of 329 ~ 15.5%

%41.34
%43.16
%15.5

CMYK color model

#888E33 color CMYK value is (4,0,64,44).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 44.31%
CMYK:
(4,0,64,44)
C4M0Y64K44 
(4%,0%,64%,44%)
(0.04/0.00/0.64/0.44)	

CMYK percentages

%4.23
%0
%64.08
%44.31

Codes

Color #888E33 in popluar color models

888E33
RGB13614251
HSL64°47.15%37.84%
HSB/HSV64°64.08%55.69%
CMYK4.23%0.00%64.08%
44.31%

Color #888E33 in popluar number systems.

HEX888E33
Decimal13614251
Binary1000100010001110110011
Octal21021663

Shades and tints

Shades of #888E33

#888E33
(136,142,51)
#7C822F
(124,130,47)
#70762B
(112,118,43)
#646A27
(100,106,39)
#585E23
(88,94,35)
#4C521F
(76,82,31)
#40461B
(64,70,27)
#343A17
(52,58,23)
#282E13
(40,46,19)
#1C220F
(28,34,15)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #888E33

#888E33
(136,142,51)
#929845
(146,152,69)
#9CA257
(156,162,87)
#A6AC69
(166,172,105)
#B0B67B
(176,182,123)
#BAC08D
(186,192,141)
#C4CA9F
(196,202,159)
#CED4B1
(206,212,177)
#D8DEC3
(216,222,195)
#E2E8D5
(226,232,213)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888E33 color. Also use rgb(136,142,51) instead hex code.

Text Font Color

.myTextColor { color: #888E33; }

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

This text font color is #888E33.


Background Color

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

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

This div background color is #888E33.


Border color

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

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

This div border color is #888E33.


Opacity

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

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

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

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

This text has shadow with #888E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E33 on black background.


Color preview on white background

This text has color #888E33 on white background.



Black color preview on #888E33 background

This text has black color on #888E33 background.


White color preview on #888E33 background

This text has white color on #888E33 background.