COLOR #88938A

HEX: #88938A RGB: (136,147,138)

Color info

#88938A contains red, green and blue colors in about the same proportion. Web safe color of #88938A is #999999 (or #999).

RGB color model

#88938A color RGB value is (136,147,138).

RGB: (136,147,138) (53%, 58%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 138 of 255 = 54%

136
147
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 147 + 138 = 421 (100%)
R 136 of 421 ~ 32.3%
G 147 of 421 ~ 34.92%
B 138 of 421 ~ 32.78'%

%32.3
%34.92
%32.78

CMYK color model

#88938A color CMYK value is (7,0,6,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 42.35%
CMYK: (7,0,6,42) C7M0Y6K42 (7%,0%,6%,42%) (0.07/0.00/0.06/0.42) 

CMYK percentages

%7.48
%0
%6.12
%42.35

Codes

Color #88938A in popluar color models

88 93 8A
RGB 136 147 138
HSL 131° 4.85% 55.49%
HSB/HSV 131° 7.48% 57.65%
CMYK 7.48% 0.00% 6.12%
42.35%

Color #88938A in popluar number systems.

HEX 88 93 8A
Decimal 136 147 138
Binary 10001000 10010011 10001010
Octal 210 223 212

Shades and tints

Shades of #88938A

#88938A
(136,147,138)
#7C867E
(124,134,126)
#707972
(112,121,114)
#646C66
(100,108,102)
#585F5A
(88,95,90)
#4C524E
(76,82,78)
#404542
(64,69,66)
#343836
(52,56,54)
#282B2A
(40,43,42)
#1C1E1E
(28,30,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #88938A

#88938A
(136,147,138)
#929C94
(146,156,148)
#9CA59E
(156,165,158)
#A6AEA8
(166,174,168)
#B0B7B2
(176,183,178)
#BAC0BC
(186,192,188)
#C4C9C6
(196,201,198)
#CED2D0
(206,210,208)
#D8DBDA
(216,219,218)
#E2E4E4
(226,228,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88938A; }

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

This text font color is #88938A.

Background Color

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

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

This div background color is #88938A.

Border color

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

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

This div border color is #88938A.

Opacity

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

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

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

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

This text has shadow with #88938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88938A.

Preview

Color preview on black background

This text has color #88938A on black background.


Color preview on white background

This text has color #88938A on white background.


Black color preview on #88938A background

This text has black color on #88938A background.


White color preview on #88938A background

This text has white color on #88938A background.


Related colors

Complementary color

Complementary color for #hex is #776C75.


I love getcolorcode.com

Triadic colors

1 #8A8893 and #938A88 with #88938A are triadic colors.

2 #8A9388 and #93888A with #88938A are triadic colors.