COLOR #8C0828

HEX: #8C0828
RGB: (140,8,40)

Color info

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

RGB color model

#8C0828 color RGB value is (140,8,40).

  • red value is 140;
  • green value is 8;
  • blue value is 40.
RGB:
(140,8,40)
(55%,3%,16%)

RGB channels and saturation

R 140 of 255 = 55%
G 8 of 255 = 3%
B 40 of 255 = 16%

140
8
40

R + G + B ~ 25%. #8C0828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 8 + 40 = 188 (100%)
R 140 of 188 ~ 74.47%
G 8 of 188 ~ 4.26%
B 40 of 188 ~ 21.28%

%74.47
%21.28

CMYK color model

#8C0828 color CMYK value is (0,94,71,45).

  • cyan value is 0.00%
  • magenta value is 94.29%
  • yellow value is 71.43%
  • key color value is 45.10%
CMYK:
(0,94,71,45)
C0M94Y71K45 
(0%,94%,71%,45%)
(0.00/0.94/0.71/0.45)	

CMYK percentages

%0
%94.29
%71.43
%45.1

Codes

Color #8C0828 in popluar color models

8C0828
RGB140840
HSL345°89.19%29.02%
HSB/HSV345°94.29%54.90%
CMYK0.00%94.29%71.43%
45.10%

Color #8C0828 in popluar number systems.

HEX8C0828
Decimal140840
Binary100011001000101000
Octal2141050

Shades and tints

Shades of #8C0828

#8C0828
(140,8,40)
#800825
(128,8,37)
#740822
(116,8,34)
#68081F
(104,8,31)
#5C081C
(92,8,28)
#500819
(80,8,25)
#440816
(68,8,22)
#380813
(56,8,19)
#2C0810
(44,8,16)
#20080D
(32,8,13)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #8C0828

#8C0828
(140,8,40)
#961E3B
(150,30,59)
#A0344E
(160,52,78)
#AA4A61
(170,74,97)
#B46074
(180,96,116)
#BE7687
(190,118,135)
#C88C9A
(200,140,154)
#D2A2AD
(210,162,173)
#DCB8C0
(220,184,192)
#E6CED3
(230,206,211)
#F0E4E6
(240,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0828 color. Also use rgb(140,8,40) instead hex code.

Text Font Color

.myTextColor { color: #8C0828; }

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

This text font color is #8C0828.


Background Color

.myBgColor { background-color: #8C0828; }

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

This div background color is #8C0828.


Border color

.myBorderColor { border: 1px solid #8C0828; }

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

This div border color is #8C0828.


Opacity

.myOpacity80 { color: #8C0828; opacity: 0.8; }

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

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

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

This text has shadow with #8C0828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0828 on black background.


Color preview on white background

This text has color #8C0828 on white background.



Black color preview on #8C0828 background

This text has black color on #8C0828 background.


White color preview on #8C0828 background

This text has white color on #8C0828 background.