COLOR #888041

HEX: #888041
RGB: (136,128,65)

Color info

#888041 contains mainly red and green colors. Web safe color of #888041 is #996633 (or #963).

RGB color model

#888041 color RGB value is (136,128,65).

  • red value is 136;
  • green value is 128;
  • blue value is 65.
RGB:
(136,128,65)
(53%,50%,25%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 65 of 255 = 25%

136
128
65

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

Portions of RGB colors in percentages

R + G + B =
136 + 128 + 65 = 329 (100%)
R 136 of 329 ~ 41.34%
G 128 of 329 ~ 38.91%
B 65 of 329 ~ 19.76%

%41.34
%38.91
%19.76

CMYK color model

#888041 color CMYK value is (0,6,52,47).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 52.21%
  • key color value is 46.67%
CMYK:
(0,6,52,47)
C0M6Y52K47 
(0%,6%,52%,47%)
(0.00/0.06/0.52/0.47)	

CMYK percentages

%0
%5.88
%52.21
%46.67

Codes

Color #888041 in popluar color models

888041
RGB13612865
HSL53°35.32%39.41%
HSB/HSV53°52.21%53.33%
CMYK0.00%5.88%52.21%
46.67%

Color #888041 in popluar number systems.

HEX888041
Decimal13612865
Binary10001000100000001000001
Octal210200101

Shades and tints

Shades of #888041

#888041
(136,128,65)
#7C753C
(124,117,60)
#706A37
(112,106,55)
#645F32
(100,95,50)
#58542D
(88,84,45)
#4C4928
(76,73,40)
#403E23
(64,62,35)
#34331E
(52,51,30)
#282819
(40,40,25)
#1C1D14
(28,29,20)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #888041

#888041
(136,128,65)
#928B52
(146,139,82)
#9C9663
(156,150,99)
#A6A174
(166,161,116)
#B0AC85
(176,172,133)
#BAB796
(186,183,150)
#C4C2A7
(196,194,167)
#CECDB8
(206,205,184)
#D8D8C9
(216,216,201)
#E2E3DA
(226,227,218)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888041 color. Also use rgb(136,128,65) instead hex code.

Text Font Color

.myTextColor { color: #888041; }

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

This text font color is #888041.


Background Color

.myBgColor { background-color: #888041; }

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

This div background color is #888041.


Border color

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

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

This div border color is #888041.


Opacity

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

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

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

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

This text has shadow with #888041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888041 on black background.


Color preview on white background

This text has color #888041 on white background.



Black color preview on #888041 background

This text has black color on #888041 background.


White color preview on #888041 background

This text has white color on #888041 background.