COLOR #888E43

HEX: #888E43
RGB: (136,142,67)

Color info

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

RGB color model

#888E43 color RGB value is (136,142,67).

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

RGB channels and saturation

R 136 of 255 = 53%
G 142 of 255 = 56%
B 67 of 255 = 26%

136
142
67

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

Portions of RGB colors in percentages

R + G + B =
136 + 142 + 67 = 345 (100%)
R 136 of 345 ~ 39.42%
G 142 of 345 ~ 41.16%
B 67 of 345 ~ 19.42%

%39.42
%41.16
%19.42

CMYK color model

#888E43 color CMYK value is (4,0,53,44).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(4,0,53,44)
C4M0Y53K44 
(4%,0%,53%,44%)
(0.04/0.00/0.53/0.44)	

CMYK percentages

%4.23
%0
%52.82
%44.31

Codes

Color #888E43 in popluar color models

888E43
RGB13614267
HSL65°35.89%40.98%
HSB/HSV65°52.82%55.69%
CMYK4.23%0.00%52.82%
44.31%

Color #888E43 in popluar number systems.

HEX888E43
Decimal13614267
Binary10001000100011101000011
Octal210216103

Shades and tints

Shades of #888E43

#888E43
(136,142,67)
#7C823D
(124,130,61)
#707637
(112,118,55)
#646A31
(100,106,49)
#585E2B
(88,94,43)
#4C5225
(76,82,37)
#40461F
(64,70,31)
#343A19
(52,58,25)
#282E13
(40,46,19)
#1C220D
(28,34,13)
#101607
(16,22,7)
#000000
(0,0,0)

Tints of #888E43

#888E43
(136,142,67)
#929854
(146,152,84)
#9CA265
(156,162,101)
#A6AC76
(166,172,118)
#B0B687
(176,182,135)
#BAC098
(186,192,152)
#C4CAA9
(196,202,169)
#CED4BA
(206,212,186)
#D8DECB
(216,222,203)
#E2E8DC
(226,232,220)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888E43; }

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

This text font color is #888E43.


Background Color

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

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

This div background color is #888E43.


Border color

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

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

This div border color is #888E43.


Opacity

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

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

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

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

This text has shadow with #888E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E43 on black background.


Color preview on white background

This text has color #888E43 on white background.



Black color preview on #888E43 background

This text has black color on #888E43 background.


White color preview on #888E43 background

This text has white color on #888E43 background.