COLOR #888144

HEX: #888144
RGB: (136,129,68)

Color info

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

RGB color model

#888144 color RGB value is (136,129,68).

  • red value is 136;
  • green value is 129;
  • blue value is 68.
RGB:
(136,129,68)
(53%,51%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 68 of 255 = 27%

136
129
68

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 68 = 333 (100%)
R 136 of 333 ~ 40.84%
G 129 of 333 ~ 38.74%
B 68 of 333 ~ 20.42%

%40.84
%38.74
%20.42

CMYK color model

#888144 color CMYK value is (0,5,50,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 50.00%
  • key color value is 46.67%
CMYK:
(0,5,50,47)
C0M5Y50K47 
(0%,5%,50%,47%)
(0.00/0.05/0.50/0.47)	

CMYK percentages

%0
%5.15
%50
%46.67

Codes

Color #888144 in popluar color models

888144
RGB13612968
HSL54°33.33%40.00%
HSB/HSV54°50.00%53.33%
CMYK0.00%5.15%50.00%
46.67%

Color #888144 in popluar number systems.

HEX888144
Decimal13612968
Binary10001000100000011000100
Octal210201104

Shades and tints

Shades of #888144

#888144
(136,129,68)
#7C763E
(124,118,62)
#706B38
(112,107,56)
#646032
(100,96,50)
#58552C
(88,85,44)
#4C4A26
(76,74,38)
#403F20
(64,63,32)
#34341A
(52,52,26)
#282914
(40,41,20)
#1C1E0E
(28,30,14)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #888144

#888144
(136,129,68)
#928C55
(146,140,85)
#9C9766
(156,151,102)
#A6A277
(166,162,119)
#B0AD88
(176,173,136)
#BAB899
(186,184,153)
#C4C3AA
(196,195,170)
#CECEBB
(206,206,187)
#D8D9CC
(216,217,204)
#E2E4DD
(226,228,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888144 color. Also use rgb(136,129,68) instead hex code.

Text Font Color

.myTextColor { color: #888144; }

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

This text font color is #888144.


Background Color

.myBgColor { background-color: #888144; }

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

This div background color is #888144.


Border color

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

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

This div border color is #888144.


Opacity

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

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

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

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

This text has shadow with #888144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888144 on black background.


Color preview on white background

This text has color #888144 on white background.



Black color preview on #888144 background

This text has black color on #888144 background.


White color preview on #888144 background

This text has white color on #888144 background.