COLOR #89274C

HEX: #89274C
RGB: (137,39,76)

Color info

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

RGB color model

#89274C color RGB value is (137,39,76).

  • red value is 137;
  • green value is 39;
  • blue value is 76.
RGB:
(137,39,76)
(54%,15%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 39 of 255 = 15%
B 76 of 255 = 30%

137
39
76

R + G + B ~ 33%. #89274C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 39 + 76 = 252 (100%)
R 137 of 252 ~ 54.37%
G 39 of 252 ~ 15.48%
B 76 of 252 ~ 30.16%

%54.37
%15.48
%30.16

CMYK color model

#89274C color CMYK value is (0,72,45,46).

  • cyan value is 0.00%
  • magenta value is 71.53%
  • yellow value is 44.53%
  • key color value is 46.27%
CMYK:
(0,72,45,46)
C0M72Y45K46 
(0%,72%,45%,46%)
(0.00/0.72/0.45/0.46)	

CMYK percentages

%0
%71.53
%44.53
%46.27

Codes

Color #89274C in popluar color models

89274C
RGB1373976
HSL337°55.68%34.51%
HSB/HSV337°71.53%53.73%
CMYK0.00%71.53%44.53%
46.27%

Color #89274C in popluar number systems.

HEX89274C
Decimal1373976
Binary100010011001111001100
Octal21147114

Shades and tints

Shades of #89274C

#89274C
(137,39,76)
#7D2446
(125,36,70)
#712140
(113,33,64)
#651E3A
(101,30,58)
#591B34
(89,27,52)
#4D182E
(77,24,46)
#411528
(65,21,40)
#351222
(53,18,34)
#290F1C
(41,15,28)
#1D0C16
(29,12,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #89274C

#89274C
(137,39,76)
#933A5C
(147,58,92)
#9D4D6C
(157,77,108)
#A7607C
(167,96,124)
#B1738C
(177,115,140)
#BB869C
(187,134,156)
#C599AC
(197,153,172)
#CFACBC
(207,172,188)
#D9BFCC
(217,191,204)
#E3D2DC
(227,210,220)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89274C color. Also use rgb(137,39,76) instead hex code.

Text Font Color

.myTextColor { color: #89274C; }

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

This text font color is #89274C.


Background Color

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

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

This div background color is #89274C.


Border color

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

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

This div border color is #89274C.


Opacity

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

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

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

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

This text has shadow with #89274C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89274C on black background.


Color preview on white background

This text has color #89274C on white background.



Black color preview on #89274C background

This text has black color on #89274C background.


White color preview on #89274C background

This text has white color on #89274C background.