COLOR #888149

HEX: #888149
RGB: (136,129,73)

Color info

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

RGB color model

#888149 color RGB value is (136,129,73).

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

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 73 of 255 = 29%

136
129
73

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

Portions of RGB colors in percentages

R + G + B =
136 + 129 + 73 = 338 (100%)
R 136 of 338 ~ 40.24%
G 129 of 338 ~ 38.17%
B 73 of 338 ~ 21.6%

%40.24
%38.17
%21.6

CMYK color model

#888149 color CMYK value is (0,5,46,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(0,5,46,47)
C0M5Y46K47 
(0%,5%,46%,47%)
(0.00/0.05/0.46/0.47)	

CMYK percentages

%0
%5.15
%46.32
%46.67

Codes

Color #888149 in popluar color models

888149
RGB13612973
HSL53°30.14%40.98%
HSB/HSV53°46.32%53.33%
CMYK0.00%5.15%46.32%
46.67%

Color #888149 in popluar number systems.

HEX888149
Decimal13612973
Binary10001000100000011001001
Octal210201111

Shades and tints

Shades of #888149

#888149
(136,129,73)
#7C7643
(124,118,67)
#706B3D
(112,107,61)
#646037
(100,96,55)
#585531
(88,85,49)
#4C4A2B
(76,74,43)
#403F25
(64,63,37)
#34341F
(52,52,31)
#282919
(40,41,25)
#1C1E13
(28,30,19)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #888149

#888149
(136,129,73)
#928C59
(146,140,89)
#9C9769
(156,151,105)
#A6A279
(166,162,121)
#B0AD89
(176,173,137)
#BAB899
(186,184,153)
#C4C3A9
(196,195,169)
#CECEB9
(206,206,185)
#D8D9C9
(216,217,201)
#E2E4D9
(226,228,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888149; }

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

This text font color is #888149.


Background Color

.myBgColor { background-color: #888149; }

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

This div background color is #888149.


Border color

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

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

This div border color is #888149.


Opacity

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

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

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

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

This text has shadow with #888149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888149 on black background.


Color preview on white background

This text has color #888149 on white background.



Black color preview on #888149 background

This text has black color on #888149 background.


White color preview on #888149 background

This text has white color on #888149 background.