COLOR #8B3D48

HEX: #8B3D48
RGB: (139,61,72)

Color info

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

RGB color model

#8B3D48 color RGB value is (139,61,72).

  • red value is 139;
  • green value is 61;
  • blue value is 72.
RGB:
(139,61,72)
(55%,24%,28%)

RGB channels and saturation

R 139 of 255 = 55%
G 61 of 255 = 24%
B 72 of 255 = 28%

139
61
72

R + G + B ~ 36%. #8B3D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 61 + 72 = 272 (100%)
R 139 of 272 ~ 51.1%
G 61 of 272 ~ 22.43%
B 72 of 272 ~ 26.47%

%51.1
%22.43
%26.47

CMYK color model

#8B3D48 color CMYK value is (0,56,48,45).

  • cyan value is 0.00%
  • magenta value is 56.12%
  • yellow value is 48.20%
  • key color value is 45.49%
CMYK:
(0,56,48,45)
C0M56Y48K45 
(0%,56%,48%,45%)
(0.00/0.56/0.48/0.45)	

CMYK percentages

%0
%56.12
%48.2
%45.49

Codes

Color #8B3D48 in popluar color models

8B3D48
RGB1396172
HSL352°39.00%39.22%
HSB/HSV352°56.12%54.51%
CMYK0.00%56.12%48.20%
45.49%

Color #8B3D48 in popluar number systems.

HEX8B3D48
Decimal1396172
Binary100010111111011001000
Octal21375110

Shades and tints

Shades of #8B3D48

#8B3D48
(139,61,72)
#7F3842
(127,56,66)
#73333C
(115,51,60)
#672E36
(103,46,54)
#5B2930
(91,41,48)
#4F242A
(79,36,42)
#431F24
(67,31,36)
#371A1E
(55,26,30)
#2B1518
(43,21,24)
#1F1012
(31,16,18)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #8B3D48

#8B3D48
(139,61,72)
#954E58
(149,78,88)
#9F5F68
(159,95,104)
#A97078
(169,112,120)
#B38188
(179,129,136)
#BD9298
(189,146,152)
#C7A3A8
(199,163,168)
#D1B4B8
(209,180,184)
#DBC5C8
(219,197,200)
#E5D6D8
(229,214,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3D48 color. Also use rgb(139,61,72) instead hex code.

Text Font Color

.myTextColor { color: #8B3D48; }

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

This text font color is #8B3D48.


Background Color

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

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

This div background color is #8B3D48.


Border color

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

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

This div border color is #8B3D48.


Opacity

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

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

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

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

This text has shadow with #8B3D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3D48 on black background.


Color preview on white background

This text has color #8B3D48 on white background.



Black color preview on #8B3D48 background

This text has black color on #8B3D48 background.


White color preview on #8B3D48 background

This text has white color on #8B3D48 background.