COLOR #88386C

HEX: #88386C
RGB: (136,56,108)

Color info

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

RGB color model

#88386C color RGB value is (136,56,108).

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

RGB channels and saturation

R 136 of 255 = 53%
G 56 of 255 = 22%
B 108 of 255 = 42%

136
56
108

R + G + B ~ 39%. #88386C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 56 + 108 = 300 (100%)
R 136 of 300 ~ 45.33%
G 56 of 300 ~ 18.67%
B 108 of 300 ~ 36%

%45.33
%18.67
%36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(0,59,21,47)
C0M59Y21K47 
(0%,59%,21%,47%)
(0.00/0.59/0.21/0.47)	

CMYK percentages

%0
%58.82
%20.59
%46.67

Codes

Color #88386C in popluar color models

88386C
RGB13656108
HSL321°41.67%37.65%
HSB/HSV321°58.82%53.33%
CMYK0.00%58.82%20.59%
46.67%

Color #88386C in popluar number systems.

HEX88386C
Decimal13656108
Binary100010001110001101100
Octal21070154

Shades and tints

Shades of #88386C

#88386C
(136,56,108)
#7C3363
(124,51,99)
#702E5A
(112,46,90)
#642951
(100,41,81)
#582448
(88,36,72)
#4C1F3F
(76,31,63)
#401A36
(64,26,54)
#34152D
(52,21,45)
#281024
(40,16,36)
#1C0B1B
(28,11,27)
#100612
(16,6,18)
#000000
(0,0,0)

Tints of #88386C

#88386C
(136,56,108)
#924A79
(146,74,121)
#9C5C86
(156,92,134)
#A66E93
(166,110,147)
#B080A0
(176,128,160)
#BA92AD
(186,146,173)
#C4A4BA
(196,164,186)
#CEB6C7
(206,182,199)
#D8C8D4
(216,200,212)
#E2DAE1
(226,218,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88386C; }

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

This text font color is #88386C.


Background Color

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

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

This div background color is #88386C.


Border color

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

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

This div border color is #88386C.


Opacity

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

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

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

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

This text has shadow with #88386C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88386C on black background.


Color preview on white background

This text has color #88386C on white background.



Black color preview on #88386C background

This text has black color on #88386C background.


White color preview on #88386C background

This text has white color on #88386C background.