COLOR #8B173E

HEX: #8B173E
RGB: (139,23,62)

Color info

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

RGB color model

#8B173E color RGB value is (139,23,62).

  • red value is 139;
  • green value is 23;
  • blue value is 62.
RGB:
(139,23,62)
(55%,9%,24%)

RGB channels and saturation

R 139 of 255 = 55%
G 23 of 255 = 9%
B 62 of 255 = 24%

139
23
62

R + G + B ~ 29%. #8B173E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 23 + 62 = 224 (100%)
R 139 of 224 ~ 62.05%
G 23 of 224 ~ 10.27%
B 62 of 224 ~ 27.68%

%62.05
%10.27
%27.68

CMYK color model

#8B173E color CMYK value is (0,83,55,45).

  • cyan value is 0.00%
  • magenta value is 83.45%
  • yellow value is 55.40%
  • key color value is 45.49%
CMYK:
(0,83,55,45)
C0M83Y55K45 
(0%,83%,55%,45%)
(0.00/0.83/0.55/0.45)	

CMYK percentages

%0
%83.45
%55.4
%45.49

Codes

Color #8B173E in popluar color models

8B173E
RGB1392362
HSL340°71.60%31.76%
HSB/HSV340°83.45%54.51%
CMYK0.00%83.45%55.40%
45.49%

Color #8B173E in popluar number systems.

HEX8B173E
Decimal1392362
Binary1000101110111111110
Octal2132776

Shades and tints

Shades of #8B173E

#8B173E
(139,23,62)
#7F1539
(127,21,57)
#731334
(115,19,52)
#67112F
(103,17,47)
#5B0F2A
(91,15,42)
#4F0D25
(79,13,37)
#430B20
(67,11,32)
#37091B
(55,9,27)
#2B0716
(43,7,22)
#1F0511
(31,5,17)
#13030C
(19,3,12)
#000000
(0,0,0)

Tints of #8B173E

#8B173E
(139,23,62)
#952C4F
(149,44,79)
#9F4160
(159,65,96)
#A95671
(169,86,113)
#B36B82
(179,107,130)
#BD8093
(189,128,147)
#C795A4
(199,149,164)
#D1AAB5
(209,170,181)
#DBBFC6
(219,191,198)
#E5D4D7
(229,212,215)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B173E color. Also use rgb(139,23,62) instead hex code.

Text Font Color

.myTextColor { color: #8B173E; }

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

This text font color is #8B173E.


Background Color

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

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

This div background color is #8B173E.


Border color

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

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

This div border color is #8B173E.


Opacity

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

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

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

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

This text has shadow with #8B173E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B173E on black background.


Color preview on white background

This text has color #8B173E on white background.



Black color preview on #8B173E background

This text has black color on #8B173E background.


White color preview on #8B173E background

This text has white color on #8B173E background.