COLOR #88937A

HEX: #88937A RGB: (136,147,122)

Color info

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

RGB color model

#88937A color RGB value is (136,147,122).

RGB: (136,147,122) (53%, 58%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 122 of 255 = 48%

136
147
122

R + G + B ~ 53%. #88937A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 147 + 122 = 405 (100%)
R 136 of 405 ~ 33.58%
G 147 of 405 ~ 36.3%
B 122 of 405 ~ 30.12'%

%33.58
%36.3
%30.12

CMYK color model

#88937A color CMYK value is (7,0,17,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK: (7,0,17,42) C7M0Y17K42 (7%,0%,17%,42%) (0.07/0.00/0.17/0.42) 

CMYK percentages

%7.48
%0
%17.01
%42.35

Codes

Color #88937A in popluar color models

88 93 7A
RGB 136 147 122
HSL 86° 10.37% 52.75%
HSB/HSV 86° 17.01% 57.65%
CMYK 7.48% 0.00% 17.01%
42.35%

Color #88937A in popluar number systems.

HEX 88 93 7A
Decimal 136 147 122
Binary 10001000 10010011 1111010
Octal 210 223 172

Shades and tints

Shades of #88937A

#88937A
(136,147,122)
#7C866F
(124,134,111)
#707964
(112,121,100)
#646C59
(100,108,89)
#585F4E
(88,95,78)
#4C5243
(76,82,67)
#404538
(64,69,56)
#34382D
(52,56,45)
#282B22
(40,43,34)
#1C1E17
(28,30,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #88937A

#88937A
(136,147,122)
#929C86
(146,156,134)
#9CA592
(156,165,146)
#A6AE9E
(166,174,158)
#B0B7AA
(176,183,170)
#BAC0B6
(186,192,182)
#C4C9C2
(196,201,194)
#CED2CE
(206,210,206)
#D8DBDA
(216,219,218)
#E2E4E6
(226,228,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88937A color. Also use rgb(136,147,122) instead hex code.

Text Font Color

.myTextColor { color: #88937A; }

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

This text font color is #88937A.

Background Color

.myBgColor { background-color: #88937A; }

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

This div background color is #88937A.

Border color

.myBorderColor { border: 1px solid #88937A; }

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

This div border color is #88937A.

Opacity

.myOpacity80 { color: #88937A; opacity: 0.8; }

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

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

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

This text has shadow with #88937A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88937A.

Preview

Color preview on black background

This text has color #88937A on black background.


Color preview on white background

This text has color #88937A on white background.


Black color preview on #88937A background

This text has black color on #88937A background.


White color preview on #88937A background

This text has white color on #88937A background.


Related colors

Complementary color

Complementary color for #hex is #776C85.


I love getcolorcode.com

Triadic colors

1 #7A8893 and #937A88 with #88937A are triadic colors.

2 #7A9388 and #93887A with #88937A are triadic colors.