COLOR #890823

HEX: #890823
RGB: (137,8,35)

Color info

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

RGB color model

#890823 color RGB value is (137,8,35).

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

RGB channels and saturation

R 137 of 255 = 54%
G 8 of 255 = 3%
B 35 of 255 = 14%

137
8
35

R + G + B ~ 24%. #890823 is dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 8 + 35 = 180 (100%)
R 137 of 180 ~ 76.11%
G 8 of 180 ~ 4.44%
B 35 of 180 ~ 19.44%

%76.11
%19.44

CMYK color model

#890823 color CMYK value is (0,94,74,46).

  • cyan value is 0.00%
  • magenta value is 94.16%
  • yellow value is 74.45%
  • key color value is 46.27%
CMYK:
(0,94,74,46)
C0M94Y74K46 
(0%,94%,74%,46%)
(0.00/0.94/0.74/0.46)	

CMYK percentages

%0
%94.16
%74.45
%46.27

Codes

Color #890823 in popluar color models

890823
RGB137835
HSL347°88.97%28.43%
HSB/HSV347°94.16%53.73%
CMYK0.00%94.16%74.45%
46.27%

Color #890823 in popluar number systems.

HEX890823
Decimal137835
Binary100010011000100011
Octal2111043

Shades and tints

Shades of #890823

#890823
(137,8,35)
#7D0820
(125,8,32)
#71081D
(113,8,29)
#65081A
(101,8,26)
#590817
(89,8,23)
#4D0814
(77,8,20)
#410811
(65,8,17)
#35080E
(53,8,14)
#29080B
(41,8,11)
#1D0808
(29,8,8)
#110805
(17,8,5)
#000000
(0,0,0)

Tints of #890823

#890823
(137,8,35)
#931E37
(147,30,55)
#9D344B
(157,52,75)
#A74A5F
(167,74,95)
#B16073
(177,96,115)
#BB7687
(187,118,135)
#C58C9B
(197,140,155)
#CFA2AF
(207,162,175)
#D9B8C3
(217,184,195)
#E3CED7
(227,206,215)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #890823; }

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

This text font color is #890823.


Background Color

.myBgColor { background-color: #890823; }

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

This div background color is #890823.


Border color

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

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

This div border color is #890823.


Opacity

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

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

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

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

This text has shadow with #890823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #890823 on black background.


Color preview on white background

This text has color #890823 on white background.



Black color preview on #890823 background

This text has black color on #890823 background.


White color preview on #890823 background

This text has white color on #890823 background.