COLOR #888146

HEX: #888146 RGB: (136,129,70)

Color info

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

RGB color model

#888146 color RGB value is (136,129,70).

RGB: (136,129,70) (53%, 51%, 27%)

RGB channels and saturation

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

136
129
70

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 70 = 335 (100%)
R 136 of 335 ~ 40.6%
G 129 of 335 ~ 38.51%
B 70 of 335 ~ 20.9'%

%40.6
%38.51
%20.9

CMYK color model

#888146 color CMYK value is (0,5,49,47).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 48.53%
  • key color value is 46.67%

CMYK: (0,5,49,47)
C0M5Y49K47 (0%, 5%, 49%, 47%)
(0.00 / 0.05 / 0.49 / 0.47)

CMYK percentages

%0
%5.15
%48.53
%46.67

Codes

Color #888146 in popluar color models

88 81 46
RGB 136 129 70
HSL 54° 32.04% 40.39%
HSB/HSV 54° 48.53% 53.33%
CMYK 0.00% 5.15% 48.53%
46.67%

Color #888146 in popluar number systems.

HEX 88 81 46
Decimal 136 129 70
Binary 10001000 10000001 1000110
Octal 210 201 106

Shades and tints

Shades of #888146

#888146
(136,129,70)
#7C7640
(124,118,64)
#706B3A
(112,107,58)
#646034
(100,96,52)
#58552E
(88,85,46)
#4C4A28
(76,74,40)
#403F22
(64,63,34)
#34341C
(52,52,28)
#282916
(40,41,22)
#1C1E10
(28,30,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #888146

#888146
(136,129,70)
#928C56
(146,140,86)
#9C9766
(156,151,102)
#A6A276
(166,162,118)
#B0AD86
(176,173,134)
#BAB896
(186,184,150)
#C4C3A6
(196,195,166)
#CECEB6
(206,206,182)
#D8D9C6
(216,217,198)
#E2E4D6
(226,228,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888146; }

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

This text font color is #888146.

Background Color

.myBgColor { background-color: #888146; }

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

This div background color is #888146.

Border color

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

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

This div border color is #888146.

Opacity

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

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

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

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

This text has shadow with #888146 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888146.

Preview

Color preview on black background

This text has color #888146 on black background.


Color preview on white background

This text has color #888146 on white background.


Black color preview on #888146 background

This text has black color on #888146 background.


White color preview on #888146 background

This text has white color on #888146 background.


Related colors

Complementary color

Complementary color for #hex is #777EB9.


I love getcolorcode.com

Triadic colors

1 #468881 and #814688 with #888146 are triadic colors.

2 #468188 and #818846 with #888146 are triadic colors.