COLOR #8B2C19

HEX: #8B2C19 RGB: (139,44,25)

Color info

#8B2C19 contains mainly red color. Web safe color of #8B2C19 is #993300 (or #930).

RGB color model

#8B2C19 color RGB value is (139,44,25).

RGB: (139,44,25) (55%, 17%, 10%)

RGB channels and saturation

R 139 of 255 = 55%
G 44 of 255 = 17%
B 25 of 255 = 10%

139
44
25

R + G + B ~ 27%. #8B2C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 44 + 25 = 208 (100%)
R 139 of 208 ~ 66.83%
G 44 of 208 ~ 21.15%
B 25 of 208 ~ 12.02'%

%66.83
%21.15
%12.02

CMYK color model

#8B2C19 color CMYK value is (0,68,82,45).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 82.01%
  • key color value is 45.49%

CMYK: (0,68,82,45)
C0M68Y82K45 (0%, 68%, 82%, 45%)
(0.00 / 0.68 / 0.82 / 0.45)

CMYK percentages

%0
%68.35
%82.01
%45.49

Codes

Color #8B2C19 in popluar color models

8B 2C 19
RGB 139 44 25
HSL 10° 69.51% 32.16%
HSB/HSV 10° 82.01% 54.51%
CMYK 0.00% 68.35% 82.01%
45.49%

Color #8B2C19 in popluar number systems.

HEX 8B 2C 19
Decimal 139 44 25
Binary 10001011 101100 11001
Octal 213 54 31

Shades and tints

Shades of #8B2C19

#8B2C19
(139,44,25)
#7F2817
(127,40,23)
#732415
(115,36,21)
#672013
(103,32,19)
#5B1C11
(91,28,17)
#4F180F
(79,24,15)
#43140D
(67,20,13)
#37100B
(55,16,11)
#2B0C09
(43,12,9)
#1F0807
(31,8,7)
#130405
(19,4,5)
#000000
(0,0,0)

Tints of #8B2C19

#8B2C19
(139,44,25)
#953F2D
(149,63,45)
#9F5241
(159,82,65)
#A96555
(169,101,85)
#B37869
(179,120,105)
#BD8B7D
(189,139,125)
#C79E91
(199,158,145)
#D1B1A5
(209,177,165)
#DBC4B9
(219,196,185)
#E5D7CD
(229,215,205)
#EFEAE1
(239,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2C19 color. Also use rgb(139,44,25) instead hex code.

Text Font Color

.myTextColor { color: #8B2C19; }

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

This text font color is #8B2C19.

Background Color

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

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

This div background color is #8B2C19.

Border color

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

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

This div border color is #8B2C19.

Opacity

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

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

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

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

This text has shadow with #8B2C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B2C19.

Preview

Color preview on black background

This text has color #8B2C19 on black background.


Color preview on white background

This text has color #8B2C19 on white background.


Black color preview on #8B2C19 background

This text has black color on #8B2C19 background.


White color preview on #8B2C19 background

This text has white color on #8B2C19 background.


Related colors

Complementary color

Complementary color for #hex is #74D3E6.


I love getcolorcode.com

Triadic colors

1 #198B2C and #2C198B with #8B2C19 are triadic colors.

2 #192C8B and #2C8B19 with #8B2C19 are triadic colors.