COLOR #88414B

HEX: #88414B
RGB: (136,65,75)

Color info

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

RGB color model

#88414B color RGB value is (136,65,75).

  • red value is 136;
  • green value is 65;
  • blue value is 75.
RGB:
(136,65,75)
(53%,25%,29%)

RGB channels and saturation

R 136 of 255 = 53%
G 65 of 255 = 25%
B 75 of 255 = 29%

136
65
75

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

Portions of RGB colors in percentages

R + G + B =
136 + 65 + 75 = 276 (100%)
R 136 of 276 ~ 49.28%
G 65 of 276 ~ 23.55%
B 75 of 276 ~ 27.17%

%49.28
%23.55
%27.17

CMYK color model

#88414B color CMYK value is (0,52,45,47).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 44.85%
  • key color value is 46.67%
CMYK:
(0,52,45,47)
C0M52Y45K47 
(0%,52%,45%,47%)
(0.00/0.52/0.45/0.47)	

CMYK percentages

%0
%52.21
%44.85
%46.67

Codes

Color #88414B in popluar color models

88414B
RGB1366575
HSL352°35.32%39.41%
HSB/HSV352°52.21%53.33%
CMYK0.00%52.21%44.85%
46.67%

Color #88414B in popluar number systems.

HEX88414B
Decimal1366575
Binary1000100010000011001011
Octal210101113

Shades and tints

Shades of #88414B

#88414B
(136,65,75)
#7C3C45
(124,60,69)
#70373F
(112,55,63)
#643239
(100,50,57)
#582D33
(88,45,51)
#4C282D
(76,40,45)
#402327
(64,35,39)
#341E21
(52,30,33)
#28191B
(40,25,27)
#1C1415
(28,20,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #88414B

#88414B
(136,65,75)
#92525B
(146,82,91)
#9C636B
(156,99,107)
#A6747B
(166,116,123)
#B0858B
(176,133,139)
#BA969B
(186,150,155)
#C4A7AB
(196,167,171)
#CEB8BB
(206,184,187)
#D8C9CB
(216,201,203)
#E2DADB
(226,218,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88414B; }

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

This text font color is #88414B.


Background Color

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

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

This div background color is #88414B.


Border color

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

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

This div border color is #88414B.


Opacity

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

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

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

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

This text has shadow with #88414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88414B on black background.


Color preview on white background

This text has color #88414B on white background.



Black color preview on #88414B background

This text has black color on #88414B background.


White color preview on #88414B background

This text has white color on #88414B background.