COLOR #88414C

HEX: #88414C RGB: (136,65,76)

Color info

#88414C contains mainly red color. Web safe color of #88414C is #993333 (or #933).

RGB color model

#88414C color RGB value is (136,65,76).

RGB: (136,65,76) (53%, 25%, 30%)

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 76 of 255 = 30%

136
65
76

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

Portions of RGB colors in percentages

R + G + B = 136 + 65 + 76 = 277 (100%)
R 136 of 277 ~ 49.1%
G 65 of 277 ~ 23.47%
B 76 of 277 ~ 27.44'%

%49.1
%23.47
%27.44

CMYK color model

#88414C color CMYK value is (0,52,44,47).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 44.12%
  • key color value is 46.67%
CMYK: (0,52,44,47) C0M52Y44K47 (0%,52%,44%,47%) (0.00/0.52/0.44/0.47) 

CMYK percentages

%0
%52.21
%44.12
%46.67

Codes

Color #88414C in popluar color models

88 41 4C
RGB 136 65 76
HSL 351° 35.32% 39.41%
HSB/HSV 351° 52.21% 53.33%
CMYK 0.00% 52.21% 44.12%
46.67%

Color #88414C in popluar number systems.

HEX 88 41 4C
Decimal 136 65 76
Binary 10001000 1000001 1001100
Octal 210 101 114

Shades and tints

Shades of #88414C

#88414C
(136,65,76)
#7C3C46
(124,60,70)
#703740
(112,55,64)
#64323A
(100,50,58)
#582D34
(88,45,52)
#4C282E
(76,40,46)
#402328
(64,35,40)
#341E22
(52,30,34)
#28191C
(40,25,28)
#1C1416
(28,20,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #88414C

#88414C
(136,65,76)
#92525C
(146,82,92)
#9C636C
(156,99,108)
#A6747C
(166,116,124)
#B0858C
(176,133,140)
#BA969C
(186,150,156)
#C4A7AC
(196,167,172)
#CEB8BC
(206,184,188)
#D8C9CC
(216,201,204)
#E2DADC
(226,218,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88414C color. Also use rgb(136,65,76) instead hex code.

Text Font Color

.myTextColor { color: #88414C; }

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

This text font color is #88414C.

Background Color

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

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

This div background color is #88414C.

Border color

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

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

This div border color is #88414C.

Opacity

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

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

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

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

This text has shadow with #88414C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88414C.

Preview

Color preview on black background

This text has color #88414C on black background.


Color preview on white background

This text has color #88414C on white background.


Black color preview on #88414C background

This text has black color on #88414C background.


White color preview on #88414C background

This text has white color on #88414C background.


Related colors

Complementary color

Complementary color for #hex is #77BEB3.


I love getcolorcode.com

Triadic colors

1 #4C8841 and #414C88 with #88414C are triadic colors.

2 #4C4188 and #41884C with #88414C are triadic colors.