COLOR #890840

HEX: #890840
RGB: (137,8,64)

Color info

#890840 contains mainly red color. Web safe color of #890840 is #990033 (or #903).

RGB color model

#890840 color RGB value is (137,8,64).

  • red value is 137;
  • green value is 8;
  • blue value is 64.
RGB:
(137,8,64)
(54%,3%,25%)

RGB channels and saturation

R 137 of 255 = 54%
G 8 of 255 = 3%
B 64 of 255 = 25%

137
8
64

R + G + B ~ 27%. #890840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 8 + 64 = 209 (100%)
R 137 of 209 ~ 65.55%
G 8 of 209 ~ 3.83%
B 64 of 209 ~ 30.62%

%65.55
%30.62

CMYK color model

#890840 color CMYK value is (0,94,53,46).

  • cyan value is 0.00%
  • magenta value is 94.16%
  • yellow value is 53.28%
  • key color value is 46.27%
CMYK:
(0,94,53,46)
C0M94Y53K46 
(0%,94%,53%,46%)
(0.00/0.94/0.53/0.46)	

CMYK percentages

%0
%94.16
%53.28
%46.27

Codes

Color #890840 in popluar color models

890840
RGB137864
HSL334°88.97%28.43%
HSB/HSV334°94.16%53.73%
CMYK0.00%94.16%53.28%
46.27%

Color #890840 in popluar number systems.

HEX890840
Decimal137864
Binary1000100110001000000
Octal21110100

Shades and tints

Shades of #890840

#890840
(137,8,64)
#7D083B
(125,8,59)
#710836
(113,8,54)
#650831
(101,8,49)
#59082C
(89,8,44)
#4D0827
(77,8,39)
#410822
(65,8,34)
#35081D
(53,8,29)
#290818
(41,8,24)
#1D0813
(29,8,19)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #890840

#890840
(137,8,64)
#931E51
(147,30,81)
#9D3462
(157,52,98)
#A74A73
(167,74,115)
#B16084
(177,96,132)
#BB7695
(187,118,149)
#C58CA6
(197,140,166)
#CFA2B7
(207,162,183)
#D9B8C8
(217,184,200)
#E3CED9
(227,206,217)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #890840 color. Also use rgb(137,8,64) instead hex code.

Text Font Color

.myTextColor { color: #890840; }

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

This text font color is #890840.


Background Color

.myBgColor { background-color: #890840; }

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

This div background color is #890840.


Border color

.myBorderColor { border: 1px solid #890840; }

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

This div border color is #890840.


Opacity

.myOpacity80 { color: #890840; opacity: 0.8; }

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

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

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

This text has shadow with #890840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890840 on black background.


Color preview on white background

This text has color #890840 on white background.



Black color preview on #890840 background

This text has black color on #890840 background.


White color preview on #890840 background

This text has white color on #890840 background.