COLOR #888852

HEX: #888852 RGB: (136,136,82)

Color info

#888852 contains red, green and blue colors in about the same proportion. Web safe color of #888852 is #999966 (or #996).

RGB color model

#888852 color RGB value is (136,136,82).

RGB: (136,136,82) (53%, 53%, 32%)

RGB channels and saturation

R 136 of 255 = 53%
G 136 of 255 = 53%
B 82 of 255 = 32%

136
136
82

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

Portions of RGB colors in percentages

R + G + B = 136 + 136 + 82 = 354 (100%)
R 136 of 354 ~ 38.42%
G 136 of 354 ~ 38.42%
B 82 of 354 ~ 23.16'%

%38.42
%38.42
%23.16

CMYK color model

#888852 color CMYK value is (0,0,40,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 46.67%
CMYK: (0,0,40,47) C0M0Y40K47 (0%,0%,40%,47%) (0.00/0.00/0.40/0.47) 

CMYK percentages

%0
%0
%39.71
%46.67

Codes

Color #888852 in popluar color models

88 88 52
RGB 136 136 82
HSL 60° 24.77% 42.75%
HSB/HSV 60° 39.71% 53.33%
CMYK 0.00% 0.00% 39.71%
46.67%

Color #888852 in popluar number systems.

HEX 88 88 52
Decimal 136 136 82
Binary 10001000 10001000 1010010
Octal 210 210 122

Shades and tints

Shades of #888852

#888852
(136,136,82)
#7C7C4B
(124,124,75)
#707044
(112,112,68)
#64643D
(100,100,61)
#585836
(88,88,54)
#4C4C2F
(76,76,47)
#404028
(64,64,40)
#343421
(52,52,33)
#28281A
(40,40,26)
#1C1C13
(28,28,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #888852

#888852
(136,136,82)
#929261
(146,146,97)
#9C9C70
(156,156,112)
#A6A67F
(166,166,127)
#B0B08E
(176,176,142)
#BABA9D
(186,186,157)
#C4C4AC
(196,196,172)
#CECEBB
(206,206,187)
#D8D8CA
(216,216,202)
#E2E2D9
(226,226,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888852; }

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

This text font color is #888852.

Background Color

.myBgColor { background-color: #888852; }

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

This div background color is #888852.

Border color

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

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

This div border color is #888852.

Opacity

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

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

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

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

This text has shadow with #888852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888852.

Preview

Color preview on black background

This text has color #888852 on black background.


Color preview on white background

This text has color #888852 on white background.


Black color preview on #888852 background

This text has black color on #888852 background.


White color preview on #888852 background

This text has white color on #888852 background.


Related colors

Complementary color

Complementary color for #hex is #7777AD.


I love getcolorcode.com