COLOR #88637A

HEX: #88637A
RGB: (136,99,122)

Color info

#88637A contains red, green and blue colors in about the same proportion. Web safe color of #88637A is #996666 (or #966).

RGB color model

#88637A color RGB value is (136,99,122).

  • red value is 136;
  • green value is 99;
  • blue value is 122.
RGB:
(136,99,122)
(53%,39%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 99 of 255 = 39%
B 122 of 255 = 48%

136
99
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 99 + 122 = 357 (100%)
R 136 of 357 ~ 38.1%
G 99 of 357 ~ 27.73%
B 122 of 357 ~ 34.17%

%38.1
%27.73
%34.17

CMYK color model

#88637A color CMYK value is (0,27,10,47).

  • cyan value is 0.00%
  • magenta value is 27.21%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(0,27,10,47)
C0M27Y10K47 
(0%,27%,10%,47%)
(0.00/0.27/0.10/0.47)	

CMYK percentages

%0
%27.21
%10.29
%46.67

Codes

Color #88637A in popluar color models

88637A
RGB13699122
HSL323°15.74%46.08%
HSB/HSV323°27.21%53.33%
CMYK0.00%27.21%10.29%
46.67%

Color #88637A in popluar number systems.

HEX88637A
Decimal13699122
Binary1000100011000111111010
Octal210143172

Shades and tints

Shades of #88637A

#88637A
(136,99,122)
#7C5A6F
(124,90,111)
#705164
(112,81,100)
#644859
(100,72,89)
#583F4E
(88,63,78)
#4C3643
(76,54,67)
#402D38
(64,45,56)
#34242D
(52,36,45)
#281B22
(40,27,34)
#1C1217
(28,18,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #88637A

#88637A
(136,99,122)
#927186
(146,113,134)
#9C7F92
(156,127,146)
#A68D9E
(166,141,158)
#B09BAA
(176,155,170)
#BAA9B6
(186,169,182)
#C4B7C2
(196,183,194)
#CEC5CE
(206,197,206)
#D8D3DA
(216,211,218)
#E2E1E6
(226,225,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88637A; }

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

This text font color is #88637A.


Background Color

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

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

This div background color is #88637A.


Border color

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

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

This div border color is #88637A.


Opacity

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

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

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

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

This text has shadow with #88637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88637A on black background.


Color preview on white background

This text has color #88637A on white background.



Black color preview on #88637A background

This text has black color on #88637A background.


White color preview on #88637A background

This text has white color on #88637A background.