COLOR #888958

HEX: #888958 RGB: (136,137,88)

Color info

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

RGB color model

#888958 color RGB value is (136,137,88).

RGB: (136,137,88) (53%, 54%, 35%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 88 of 255 = 35%

136
137
88

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 88 = 361 (100%)
R 136 of 361 ~ 37.67%
G 137 of 361 ~ 37.95%
B 88 of 361 ~ 24.38'%

%37.67
%37.95
%24.38

CMYK color model

#888958 color CMYK value is (1,0,36,46).

  • cyan value is 0.73%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 46.27%

CMYK: (1,0,36,46)
C1M0Y36K46 (1%, 0%, 36%, 46%)
(0.01 / 0.00 / 0.36 / 0.46)

CMYK percentages

%0.73
%0
%35.77
%46.27

Codes

Color #888958 in popluar color models

88 89 58
RGB 136 137 88
HSL 61° 21.78% 44.12%
HSB/HSV 61° 35.77% 53.73%
CMYK 0.73% 0.00% 35.77%
46.27%

Color #888958 in popluar number systems.

HEX 88 89 58
Decimal 136 137 88
Binary 10001000 10001001 1011000
Octal 210 211 130

Shades and tints

Shades of #888958

#888958
(136,137,88)
#7C7D50
(124,125,80)
#707148
(112,113,72)
#646540
(100,101,64)
#585938
(88,89,56)
#4C4D30
(76,77,48)
#404128
(64,65,40)
#343520
(52,53,32)
#282918
(40,41,24)
#1C1D10
(28,29,16)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #888958

#888958
(136,137,88)
#929367
(146,147,103)
#9C9D76
(156,157,118)
#A6A785
(166,167,133)
#B0B194
(176,177,148)
#BABBA3
(186,187,163)
#C4C5B2
(196,197,178)
#CECFC1
(206,207,193)
#D8D9D0
(216,217,208)
#E2E3DF
(226,227,223)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888958; }

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

This text font color is #888958.

Background Color

.myBgColor { background-color: #888958; }

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

This div background color is #888958.

Border color

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

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

This div border color is #888958.

Opacity

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

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

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

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

This text has shadow with #888958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888958.

Preview

Color preview on black background

This text has color #888958 on black background.


Color preview on white background

This text has color #888958 on white background.


Black color preview on #888958 background

This text has black color on #888958 background.


White color preview on #888958 background

This text has white color on #888958 background.


Related colors

Complementary color

Complementary color for #hex is #7776A7.


I love getcolorcode.com

Triadic colors

1 #588889 and #895888 with #888958 are triadic colors.

2 #588988 and #898858 with #888958 are triadic colors.