COLOR #88486C

HEX: #88486C
RGB: (136,72,108)

Color info

#88486C contains mainly red and blue colors. Web safe color of #88486C is #993366 (or #936).

RGB color model

#88486C color RGB value is (136,72,108).

  • red value is 136;
  • green value is 72;
  • blue value is 108.
RGB:
(136,72,108)
(53%,28%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 108 of 255 = 42%

136
72
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 72 + 108 = 316 (100%)
R 136 of 316 ~ 43.04%
G 72 of 316 ~ 22.78%
B 108 of 316 ~ 34.18%

%43.04
%22.78
%34.18

CMYK color model

#88486C color CMYK value is (0,47,21,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,47,21,47)
C0M47Y21K47 
(0%,47%,21%,47%)
(0.00/0.47/0.21/0.47)	

CMYK percentages

%0
%47.06
%20.59
%46.67

Codes

Color #88486C in popluar color models

88486C
RGB13672108
HSL326°30.77%40.78%
HSB/HSV326°47.06%53.33%
CMYK0.00%47.06%20.59%
46.67%

Color #88486C in popluar number systems.

HEX88486C
Decimal13672108
Binary1000100010010001101100
Octal210110154

Shades and tints

Shades of #88486C

#88486C
(136,72,108)
#7C4263
(124,66,99)
#703C5A
(112,60,90)
#643651
(100,54,81)
#583048
(88,48,72)
#4C2A3F
(76,42,63)
#402436
(64,36,54)
#341E2D
(52,30,45)
#281824
(40,24,36)
#1C121B
(28,18,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #88486C

#88486C
(136,72,108)
#925879
(146,88,121)
#9C6886
(156,104,134)
#A67893
(166,120,147)
#B088A0
(176,136,160)
#BA98AD
(186,152,173)
#C4A8BA
(196,168,186)
#CEB8C7
(206,184,199)
#D8C8D4
(216,200,212)
#E2D8E1
(226,216,225)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88486C color. Also use rgb(136,72,108) instead hex code.

Text Font Color

.myTextColor { color: #88486C; }

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

This text font color is #88486C.


Background Color

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

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

This div background color is #88486C.


Border color

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

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

This div border color is #88486C.


Opacity

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

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

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

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

This text has shadow with #88486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88486C on black background.


Color preview on white background

This text has color #88486C on white background.



Black color preview on #88486C background

This text has black color on #88486C background.


White color preview on #88486C background

This text has white color on #88486C background.