COLOR #8C091B

HEX: #8C091B
RGB: (140,9,27)

Color info

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

RGB color model

#8C091B color RGB value is (140,9,27).

  • red value is 140;
  • green value is 9;
  • blue value is 27.
RGB:
(140,9,27)
(55%,4%,11%)

RGB channels and saturation

R 140 of 255 = 55%
G 9 of 255 = 4%
B 27 of 255 = 11%

140
9
27

R + G + B ~ 23%. #8C091B is dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 9 + 27 = 176 (100%)
R 140 of 176 ~ 79.55%
G 9 of 176 ~ 5.11%
B 27 of 176 ~ 15.34%

%79.55
%15.34

CMYK color model

#8C091B color CMYK value is (0,94,81,45).

  • cyan value is 0.00%
  • magenta value is 93.57%
  • yellow value is 80.71%
  • key color value is 45.10%
CMYK:
(0,94,81,45)
C0M94Y81K45 
(0%,94%,81%,45%)
(0.00/0.94/0.81/0.45)	

CMYK percentages

%0
%93.57
%80.71
%45.1

Codes

Color #8C091B in popluar color models

8C091B
RGB140927
HSL352°87.92%29.22%
HSB/HSV352°93.57%54.90%
CMYK0.00%93.57%80.71%
45.10%

Color #8C091B in popluar number systems.

HEX8C091B
Decimal140927
Binary10001100100111011
Octal2141133

Shades and tints

Shades of #8C091B

#8C091B
(140,9,27)
#800919
(128,9,25)
#740917
(116,9,23)
#680915
(104,9,21)
#5C0913
(92,9,19)
#500911
(80,9,17)
#44090F
(68,9,15)
#38090D
(56,9,13)
#2C090B
(44,9,11)
#200909
(32,9,9)
#140907
(20,9,7)
#000000
(0,0,0)

Tints of #8C091B

#8C091B
(140,9,27)
#961F2F
(150,31,47)
#A03543
(160,53,67)
#AA4B57
(170,75,87)
#B4616B
(180,97,107)
#BE777F
(190,119,127)
#C88D93
(200,141,147)
#D2A3A7
(210,163,167)
#DCB9BB
(220,185,187)
#E6CFCF
(230,207,207)
#F0E5E3
(240,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C091B; }

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

This text font color is #8C091B.


Background Color

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

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

This div background color is #8C091B.


Border color

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

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

This div border color is #8C091B.


Opacity

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

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

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

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

This text has shadow with #8C091B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C091B on black background.


Color preview on white background

This text has color #8C091B on white background.



Black color preview on #8C091B background

This text has black color on #8C091B background.


White color preview on #8C091B background

This text has white color on #8C091B background.