COLOR #88748D

HEX: #88748D
RGB: (136,116,141)

Color info

#88748D contains red, green and blue colors in about the same proportion. Web safe color of #88748D is #996699 (or #969).

RGB color model

#88748D color RGB value is (136,116,141).

  • red value is 136;
  • green value is 116;
  • blue value is 141.
RGB:
(136,116,141)
(53%,45%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 116 of 255 = 45%
B 141 of 255 = 55%

136
116
141

R + G + B ~ 51%. #88748D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 116 + 141 = 393 (100%)
R 136 of 393 ~ 34.61%
G 116 of 393 ~ 29.52%
B 141 of 393 ~ 35.88%

%34.61
%29.52
%35.88

CMYK color model

#88748D color CMYK value is (4,18,0,45).

  • cyan value is 3.55%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,18,0,45)
C4M18Y0K45 
(4%,18%,0%,45%)
(0.04/0.18/0.00/0.45)	

CMYK percentages

%3.55
%17.73
%0
%44.71

Codes

Color #88748D in popluar color models

88748D
RGB136116141
HSL288°9.88%50.39%
HSB/HSV288°17.73%55.29%
CMYK3.55%17.73%0.00%
44.71%

Color #88748D in popluar number systems.

HEX88748D
Decimal136116141
Binary10001000111010010001101
Octal210164215

Shades and tints

Shades of #88748D

#88748D
(136,116,141)
#7C6A81
(124,106,129)
#706075
(112,96,117)
#645669
(100,86,105)
#584C5D
(88,76,93)
#4C4251
(76,66,81)
#403845
(64,56,69)
#342E39
(52,46,57)
#28242D
(40,36,45)
#1C1A21
(28,26,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #88748D

#88748D
(136,116,141)
#928097
(146,128,151)
#9C8CA1
(156,140,161)
#A698AB
(166,152,171)
#B0A4B5
(176,164,181)
#BAB0BF
(186,176,191)
#C4BCC9
(196,188,201)
#CEC8D3
(206,200,211)
#D8D4DD
(216,212,221)
#E2E0E7
(226,224,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88748D color. Also use rgb(136,116,141) instead hex code.

Text Font Color

.myTextColor { color: #88748D; }

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

This text font color is #88748D.


Background Color

.myBgColor { background-color: #88748D; }

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

This div background color is #88748D.


Border color

.myBorderColor { border: 1px solid #88748D; }

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

This div border color is #88748D.


Opacity

.myOpacity80 { color: #88748D; opacity: 0.8; }

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

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

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

This text has shadow with #88748D color.

.textShadow {text-shadow: 3px 3px 1px #88748D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88748D on black background.


Color preview on white background

This text has color #88748D on white background.



Black color preview on #88748D background

This text has black color on #88748D background.


White color preview on #88748D background

This text has white color on #88748D background.