COLOR #8B0D3C

HEX: #8B0D3C RGB: (139,13,60)

Color info

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

RGB color model

#8B0D3C color RGB value is (139,13,60).

RGB: (139,13,60) (55%, 5%, 24%)

RGB channels and saturation

R 139 of 255 = 55%
G 13 of 255 = 5%
B 60 of 255 = 24%

139
13
60

R + G + B ~ 28%. #8B0D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 13 + 60 = 212 (100%)
R 139 of 212 ~ 65.57%
G 13 of 212 ~ 6.13%
B 60 of 212 ~ 28.3'%

%65.57
%28.3

CMYK color model

#8B0D3C color CMYK value is (0,91,57,45).

  • cyan value is 0.00%
  • magenta value is 90.65%
  • yellow value is 56.83%
  • key color value is 45.49%

CMYK: (0,91,57,45)
C0M91Y57K45 (0%, 91%, 57%, 45%)
(0.00 / 0.91 / 0.57 / 0.45)

CMYK percentages

%0
%90.65
%56.83
%45.49

Codes

Color #8B0D3C in popluar color models

8B 0D 3C
RGB 139 13 60
HSL 338° 82.89% 29.80%
HSB/HSV 338° 90.65% 54.51%
CMYK 0.00% 90.65% 56.83%
45.49%

Color #8B0D3C in popluar number systems.

HEX 8B 0D 3C
Decimal 139 13 60
Binary 10001011 1101 111100
Octal 213 15 74

Shades and tints

Shades of #8B0D3C

#8B0D3C
(139,13,60)
#7F0C37
(127,12,55)
#730B32
(115,11,50)
#670A2D
(103,10,45)
#5B0928
(91,9,40)
#4F0823
(79,8,35)
#43071E
(67,7,30)
#370619
(55,6,25)
#2B0514
(43,5,20)
#1F040F
(31,4,15)
#13030A
(19,3,10)
#000000
(0,0,0)

Tints of #8B0D3C

#8B0D3C
(139,13,60)
#95234D
(149,35,77)
#9F395E
(159,57,94)
#A94F6F
(169,79,111)
#B36580
(179,101,128)
#BD7B91
(189,123,145)
#C791A2
(199,145,162)
#D1A7B3
(209,167,179)
#DBBDC4
(219,189,196)
#E5D3D5
(229,211,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0D3C color. Also use rgb(139,13,60) instead hex code.

Text Font Color

.myTextColor { color: #8B0D3C; }

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

This text font color is #8B0D3C.

Background Color

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

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

This div background color is #8B0D3C.

Border color

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

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

This div border color is #8B0D3C.

Opacity

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

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

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

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

This text has shadow with #8B0D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B0D3C.

Preview

Color preview on black background

This text has color #8B0D3C on black background.


Color preview on white background

This text has color #8B0D3C on white background.


Black color preview on #8B0D3C background

This text has black color on #8B0D3C background.


White color preview on #8B0D3C background

This text has white color on #8B0D3C background.


Related colors

Complementary color

Complementary color for #hex is #74F2C3.


I love getcolorcode.com

Triadic colors

1 #3C8B0D and #0D3C8B with #8B0D3C are triadic colors.

2 #3C0D8B and #0D8B3C with #8B0D3C are triadic colors.