COLOR #8B061D

HEX: #8B061D
RGB: (139,6,29)

Color info

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

RGB color model

#8B061D color RGB value is (139,6,29).

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

RGB channels and saturation

R 139 of 255 = 55%
G 6 of 255 = 2%
B 29 of 255 = 11%

139
6
29

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

Portions of RGB colors in percentages

R + G + B =
139 + 6 + 29 = 174 (100%)
R 139 of 174 ~ 79.89%
G 6 of 174 ~ 3.45%
B 29 of 174 ~ 16.67%

%79.89
%16.67

CMYK color model

#8B061D color CMYK value is (0,96,79,45).

  • cyan value is 0.00%
  • magenta value is 95.68%
  • yellow value is 79.14%
  • key color value is 45.49%
CMYK:
(0,96,79,45)
C0M96Y79K45 
(0%,96%,79%,45%)
(0.00/0.96/0.79/0.45)	

CMYK percentages

%0
%95.68
%79.14
%45.49

Codes

Color #8B061D in popluar color models

8B061D
RGB139629
HSL350°91.72%28.43%
HSB/HSV350°95.68%54.51%
CMYK0.00%95.68%79.14%
45.49%

Color #8B061D in popluar number systems.

HEX8B061D
Decimal139629
Binary1000101111011101
Octal213635

Shades and tints

Shades of #8B061D

#8B061D
(139,6,29)
#7F061B
(127,6,27)
#730619
(115,6,25)
#670617
(103,6,23)
#5B0615
(91,6,21)
#4F0613
(79,6,19)
#430611
(67,6,17)
#37060F
(55,6,15)
#2B060D
(43,6,13)
#1F060B
(31,6,11)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #8B061D

#8B061D
(139,6,29)
#951C31
(149,28,49)
#9F3245
(159,50,69)
#A94859
(169,72,89)
#B35E6D
(179,94,109)
#BD7481
(189,116,129)
#C78A95
(199,138,149)
#D1A0A9
(209,160,169)
#DBB6BD
(219,182,189)
#E5CCD1
(229,204,209)
#EFE2E5
(239,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B061D color. Also use rgb(139,6,29) instead hex code.

Text Font Color

.myTextColor { color: #8B061D; }

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

This text font color is #8B061D.


Background Color

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

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

This div background color is #8B061D.


Border color

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

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

This div border color is #8B061D.


Opacity

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

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

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

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

This text has shadow with #8B061D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B061D on black background.


Color preview on white background

This text has color #8B061D on white background.



Black color preview on #8B061D background

This text has black color on #8B061D background.


White color preview on #8B061D background

This text has white color on #8B061D background.