COLOR #8B4A44

HEX: #8B4A44 RGB: (139,74,68)

Color info

#8B4A44 contains mainly red color. Web safe color of #8B4A44 is #993333 (or #933).

RGB color model

#8B4A44 color RGB value is (139,74,68).

RGB: (139,74,68) (55%, 29%, 27%)

RGB channels and saturation

R 139 of 255 = 55%
G 74 of 255 = 29%
B 68 of 255 = 27%

139
74
68

R + G + B ~ 37%. #8B4A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 74 + 68 = 281 (100%)
R 139 of 281 ~ 49.47%
G 74 of 281 ~ 26.33%
B 68 of 281 ~ 24.2'%

%49.47
%26.33
%24.2

CMYK color model

#8B4A44 color CMYK value is (0,47,51,45).

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 51.08%
  • key color value is 45.49%

CMYK: (0,47,51,45)
C0M47Y51K45 (0%, 47%, 51%, 45%)
(0.00 / 0.47 / 0.51 / 0.45)

CMYK percentages

%0
%46.76
%51.08
%45.49

Codes

Color #8B4A44 in popluar color models

8B 4A 44
RGB 139 74 68
HSL 34.30% 40.59%
HSB/HSV 51.08% 54.51%
CMYK 0.00% 46.76% 51.08%
45.49%

Color #8B4A44 in popluar number systems.

HEX 8B 4A 44
Decimal 139 74 68
Binary 10001011 1001010 1000100
Octal 213 112 104

Shades and tints

Shades of #8B4A44

#8B4A44
(139,74,68)
#7F443E
(127,68,62)
#733E38
(115,62,56)
#673832
(103,56,50)
#5B322C
(91,50,44)
#4F2C26
(79,44,38)
#432620
(67,38,32)
#37201A
(55,32,26)
#2B1A14
(43,26,20)
#1F140E
(31,20,14)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #8B4A44

#8B4A44
(139,74,68)
#955A55
(149,90,85)
#9F6A66
(159,106,102)
#A97A77
(169,122,119)
#B38A88
(179,138,136)
#BD9A99
(189,154,153)
#C7AAAA
(199,170,170)
#D1BABB
(209,186,187)
#DBCACC
(219,202,204)
#E5DADD
(229,218,221)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4A44 color. Also use rgb(139,74,68) instead hex code.

Text Font Color

.myTextColor { color: #8B4A44; }

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

This text font color is #8B4A44.

Background Color

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

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

This div background color is #8B4A44.

Border color

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

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

This div border color is #8B4A44.

Opacity

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

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

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

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

This text has shadow with #8B4A44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4A44.

Preview

Color preview on black background

This text has color #8B4A44 on black background.


Color preview on white background

This text has color #8B4A44 on white background.


Black color preview on #8B4A44 background

This text has black color on #8B4A44 background.


White color preview on #8B4A44 background

This text has white color on #8B4A44 background.


Related colors

Complementary color

Complementary color for #hex is #74B5BB.


I love getcolorcode.com

Triadic colors

1 #448B4A and #4A448B with #8B4A44 are triadic colors.

2 #444A8B and #4A8B44 with #8B4A44 are triadic colors.