COLOR #8D061B

HEX: #8D061B
RGB: (141,6,27)

Color info

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

RGB color model

#8D061B color RGB value is (141,6,27).

  • red value is 141;
  • green value is 6;
  • blue value is 27.
RGB:
(141,6,27)
(55%,2%,11%)

RGB channels and saturation

R 141 of 255 = 55%
G 6 of 255 = 2%
B 27 of 255 = 11%

141
6
27

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

Portions of RGB colors in percentages

R + G + B =
141 + 6 + 27 = 174 (100%)
R 141 of 174 ~ 81.03%
G 6 of 174 ~ 3.45%
B 27 of 174 ~ 15.52%

%81.03
%15.52

CMYK color model

#8D061B color CMYK value is (0,96,81,45).

  • cyan value is 0.00%
  • magenta value is 95.74%
  • yellow value is 80.85%
  • key color value is 44.71%
CMYK:
(0,96,81,45)
C0M96Y81K45 
(0%,96%,81%,45%)
(0.00/0.96/0.81/0.45)	

CMYK percentages

%0
%95.74
%80.85
%44.71

Codes

Color #8D061B in popluar color models

8D061B
RGB141627
HSL351°91.84%28.82%
HSB/HSV351°95.74%55.29%
CMYK0.00%95.74%80.85%
44.71%

Color #8D061B in popluar number systems.

HEX8D061B
Decimal141627
Binary1000110111011011
Octal215633

Shades and tints

Shades of #8D061B

#8D061B
(141,6,27)
#810619
(129,6,25)
#750617
(117,6,23)
#690615
(105,6,21)
#5D0613
(93,6,19)
#510611
(81,6,17)
#45060F
(69,6,15)
#39060D
(57,6,13)
#2D060B
(45,6,11)
#210609
(33,6,9)
#150607
(21,6,7)
#000000
(0,0,0)

Tints of #8D061B

#8D061B
(141,6,27)
#971C2F
(151,28,47)
#A13243
(161,50,67)
#AB4857
(171,72,87)
#B55E6B
(181,94,107)
#BF747F
(191,116,127)
#C98A93
(201,138,147)
#D3A0A7
(211,160,167)
#DDB6BB
(221,182,187)
#E7CCCF
(231,204,207)
#F1E2E3
(241,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D061B color. Also use rgb(141,6,27) instead hex code.

Text Font Color

.myTextColor { color: #8D061B; }

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

This text font color is #8D061B.


Background Color

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

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

This div background color is #8D061B.


Border color

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

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

This div border color is #8D061B.


Opacity

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

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

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

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

This text has shadow with #8D061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D061B on black background.


Color preview on white background

This text has color #8D061B on white background.



Black color preview on #8D061B background

This text has black color on #8D061B background.


White color preview on #8D061B background

This text has white color on #8D061B background.