COLOR #88938C

HEX: #88938C
RGB: (136,147,140)

Color info

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

RGB color model

#88938C color RGB value is (136,147,140).

  • red value is 136;
  • green value is 147;
  • blue value is 140.
RGB:
(136,147,140)
(53%,58%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 140 of 255 = 55%

136
147
140

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

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 140 = 423 (100%)
R 136 of 423 ~ 32.15%
G 147 of 423 ~ 34.75%
B 140 of 423 ~ 33.1%

%32.15
%34.75
%33.1

CMYK color model

#88938C color CMYK value is (7,0,5,42).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK:
(7,0,5,42)
C7M0Y5K42 
(7%,0%,5%,42%)
(0.07/0.00/0.05/0.42)	

CMYK percentages

%7.48
%0
%4.76
%42.35

Codes

Color #88938C in popluar color models

88938C
RGB136147140
HSL142°4.85%55.49%
HSB/HSV142°7.48%57.65%
CMYK7.48%0.00%4.76%
42.35%

Color #88938C in popluar number systems.

HEX88938C
Decimal136147140
Binary100010001001001110001100
Octal210223214

Shades and tints

Shades of #88938C

#88938C
(136,147,140)
#7C8680
(124,134,128)
#707974
(112,121,116)
#646C68
(100,108,104)
#585F5C
(88,95,92)
#4C5250
(76,82,80)
#404544
(64,69,68)
#343838
(52,56,56)
#282B2C
(40,43,44)
#1C1E20
(28,30,32)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #88938C

#88938C
(136,147,140)
#929C96
(146,156,150)
#9CA5A0
(156,165,160)
#A6AEAA
(166,174,170)
#B0B7B4
(176,183,180)
#BAC0BE
(186,192,190)
#C4C9C8
(196,201,200)
#CED2D2
(206,210,210)
#D8DBDC
(216,219,220)
#E2E4E6
(226,228,230)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88938C; }

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

This text font color is #88938C.


Background Color

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

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

This div background color is #88938C.


Border color

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

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

This div border color is #88938C.


Opacity

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

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

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

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

This text has shadow with #88938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88938C on black background.


Color preview on white background

This text has color #88938C on white background.



Black color preview on #88938C background

This text has black color on #88938C background.


White color preview on #88938C background

This text has white color on #88938C background.