COLOR #8B3E46

HEX: #8B3E46
RGB: (139,62,70)

Color info

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

RGB color model

#8B3E46 color RGB value is (139,62,70).

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

RGB channels and saturation

R 139 of 255 = 55%
G 62 of 255 = 24%
B 70 of 255 = 27%

139
62
70

R + G + B ~ 35%. #8B3E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 62 + 70 = 271 (100%)
R 139 of 271 ~ 51.29%
G 62 of 271 ~ 22.88%
B 70 of 271 ~ 25.83%

%51.29
%22.88
%25.83

CMYK color model

#8B3E46 color CMYK value is (0,55,50,45).

  • cyan value is 0.00%
  • magenta value is 55.40%
  • yellow value is 49.64%
  • key color value is 45.49%
CMYK:
(0,55,50,45)
C0M55Y50K45 
(0%,55%,50%,45%)
(0.00/0.55/0.50/0.45)	

CMYK percentages

%0
%55.4
%49.64
%45.49

Codes

Color #8B3E46 in popluar color models

8B3E46
RGB1396270
HSL354°38.31%39.41%
HSB/HSV354°55.40%54.51%
CMYK0.00%55.40%49.64%
45.49%

Color #8B3E46 in popluar number systems.

HEX8B3E46
Decimal1396270
Binary100010111111101000110
Octal21376106

Shades and tints

Shades of #8B3E46

#8B3E46
(139,62,70)
#7F3940
(127,57,64)
#73343A
(115,52,58)
#672F34
(103,47,52)
#5B2A2E
(91,42,46)
#4F2528
(79,37,40)
#432022
(67,32,34)
#371B1C
(55,27,28)
#2B1616
(43,22,22)
#1F1110
(31,17,16)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B3E46

#8B3E46
(139,62,70)
#954F56
(149,79,86)
#9F6066
(159,96,102)
#A97176
(169,113,118)
#B38286
(179,130,134)
#BD9396
(189,147,150)
#C7A4A6
(199,164,166)
#D1B5B6
(209,181,182)
#DBC6C6
(219,198,198)
#E5D7D6
(229,215,214)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3E46; }

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

This text font color is #8B3E46.


Background Color

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

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

This div background color is #8B3E46.


Border color

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

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

This div border color is #8B3E46.


Opacity

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

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

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

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

This text has shadow with #8B3E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3E46 on black background.


Color preview on white background

This text has color #8B3E46 on white background.



Black color preview on #8B3E46 background

This text has black color on #8B3E46 background.


White color preview on #8B3E46 background

This text has white color on #8B3E46 background.