COLOR #8B4952

HEX: #8B4952 RGB: (139,73,82)

Color info

#8B4952 contains mainly red and blue colors. Web safe color of #8B4952 is #993366 (or #936).

RGB color model

#8B4952 color RGB value is (139,73,82).

RGB: (139,73,82) (55%, 29%, 32%)

RGB channels and saturation

R 139 of 255 = 55%
G 73 of 255 = 29%
B 82 of 255 = 32%

139
73
82

R + G + B ~ 39%. #8B4952 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 73 + 82 = 294 (100%)
R 139 of 294 ~ 47.28%
G 73 of 294 ~ 24.83%
B 82 of 294 ~ 27.89'%

%47.28
%24.83
%27.89

CMYK color model

#8B4952 color CMYK value is (0,47,41,45).

  • cyan value is 0.00%
  • magenta value is 47.48%
  • yellow value is 41.01%
  • key color value is 45.49%

CMYK: (0,47,41,45)
C0M47Y41K45 (0%, 47%, 41%, 45%)
(0.00 / 0.47 / 0.41 / 0.45)

CMYK percentages

%0
%47.48
%41.01
%45.49

Codes

Color #8B4952 in popluar color models

8B 49 52
RGB 139 73 82
HSL 352° 31.13% 41.57%
HSB/HSV 352° 47.48% 54.51%
CMYK 0.00% 47.48% 41.01%
45.49%

Color #8B4952 in popluar number systems.

HEX 8B 49 52
Decimal 139 73 82
Binary 10001011 1001001 1010010
Octal 213 111 122

Shades and tints

Shades of #8B4952

#8B4952
(139,73,82)
#7F434B
(127,67,75)
#733D44
(115,61,68)
#67373D
(103,55,61)
#5B3136
(91,49,54)
#4F2B2F
(79,43,47)
#432528
(67,37,40)
#371F21
(55,31,33)
#2B191A
(43,25,26)
#1F1313
(31,19,19)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #8B4952

#8B4952
(139,73,82)
#955961
(149,89,97)
#9F6970
(159,105,112)
#A9797F
(169,121,127)
#B3898E
(179,137,142)
#BD999D
(189,153,157)
#C7A9AC
(199,169,172)
#D1B9BB
(209,185,187)
#DBC9CA
(219,201,202)
#E5D9D9
(229,217,217)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4952 color. Also use rgb(139,73,82) instead hex code.

Text Font Color

.myTextColor { color: #8B4952; }

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

This text font color is #8B4952.

Background Color

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

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

This div background color is #8B4952.

Border color

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

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

This div border color is #8B4952.

Opacity

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

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

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

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

This text has shadow with #8B4952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4952.

Preview

Color preview on black background

This text has color #8B4952 on black background.


Color preview on white background

This text has color #8B4952 on white background.


Black color preview on #8B4952 background

This text has black color on #8B4952 background.


White color preview on #8B4952 background

This text has white color on #8B4952 background.


Related colors

Complementary color

Complementary color for #hex is #74B6AD.


I love getcolorcode.com

Triadic colors

1 #528B49 and #49528B with #8B4952 are triadic colors.

2 #52498B and #498B52 with #8B4952 are triadic colors.