COLOR #88236B

HEX: #88236B
RGB: (136,35,107)

Color info

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

RGB color model

#88236B color RGB value is (136,35,107).

  • red value is 136;
  • green value is 35;
  • blue value is 107.
RGB:
(136,35,107)
(53%,14%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 35 of 255 = 14%
B 107 of 255 = 42%

136
35
107

R + G + B ~ 36%. #88236B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 35 + 107 = 278 (100%)
R 136 of 278 ~ 48.92%
G 35 of 278 ~ 12.59%
B 107 of 278 ~ 38.49%

%48.92
%12.59
%38.49

CMYK color model

#88236B color CMYK value is (0,74,21,47).

  • cyan value is 0.00%
  • magenta value is 74.26%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(0,74,21,47)
C0M74Y21K47 
(0%,74%,21%,47%)
(0.00/0.74/0.21/0.47)	

CMYK percentages

%0
%74.26
%21.32
%46.67

Codes

Color #88236B in popluar color models

88236B
RGB13635107
HSL317°59.06%33.53%
HSB/HSV317°74.26%53.33%
CMYK0.00%74.26%21.32%
46.67%

Color #88236B in popluar number systems.

HEX88236B
Decimal13635107
Binary100010001000111101011
Octal21043153

Shades and tints

Shades of #88236B

#88236B
(136,35,107)
#7C2062
(124,32,98)
#701D59
(112,29,89)
#641A50
(100,26,80)
#581747
(88,23,71)
#4C143E
(76,20,62)
#401135
(64,17,53)
#340E2C
(52,14,44)
#280B23
(40,11,35)
#1C081A
(28,8,26)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #88236B

#88236B
(136,35,107)
#923778
(146,55,120)
#9C4B85
(156,75,133)
#A65F92
(166,95,146)
#B0739F
(176,115,159)
#BA87AC
(186,135,172)
#C49BB9
(196,155,185)
#CEAFC6
(206,175,198)
#D8C3D3
(216,195,211)
#E2D7E0
(226,215,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88236B color. Also use rgb(136,35,107) instead hex code.

Text Font Color

.myTextColor { color: #88236B; }

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

This text font color is #88236B.


Background Color

.myBgColor { background-color: #88236B; }

<div style="background-color:#88236B">Inner text</div>

This div background color is #88236B.


Border color

.myBorderColor { border: 1px solid #88236B; }

<div style="border:3px solid #88236B">Div</div>

This div border color is #88236B.


Opacity

.myOpacity80 { color: #88236B; opacity: 0.8; }

<p style="color:#88236B;opacity:0.8;">80%</p>

Text with #88236B 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 #88236B;}

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

This text has shadow with #88236B color.

.textShadow {text-shadow: 3px 3px 1px #88236B, 3px 3px 1px red;}

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

This text has shadow with #88236B primary color and red secondary color.


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

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

This text has shadow with #88236B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88236B on black background.


Color preview on white background

This text has color #88236B on white background.



Black color preview on #88236B background

This text has black color on #88236B background.


White color preview on #88236B background

This text has white color on #88236B background.