COLOR #8B3833

HEX: #8B3833
RGB: (139,56,51)

Color info

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

RGB color model

#8B3833 color RGB value is (139,56,51).

  • red value is 139;
  • green value is 56;
  • blue value is 51.
RGB:
(139,56,51)
(55%,22%,20%)

RGB channels and saturation

R 139 of 255 = 55%
G 56 of 255 = 22%
B 51 of 255 = 20%

139
56
51

R + G + B ~ 32%. #8B3833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 56 + 51 = 246 (100%)
R 139 of 246 ~ 56.5%
G 56 of 246 ~ 22.76%
B 51 of 246 ~ 20.73%

%56.5
%22.76
%20.73

CMYK color model

#8B3833 color CMYK value is (0,60,63,45).

  • cyan value is 0.00%
  • magenta value is 59.71%
  • yellow value is 63.31%
  • key color value is 45.49%
CMYK:
(0,60,63,45)
C0M60Y63K45 
(0%,60%,63%,45%)
(0.00/0.60/0.63/0.45)	

CMYK percentages

%0
%59.71
%63.31
%45.49

Codes

Color #8B3833 in popluar color models

8B3833
RGB1395651
HSL46.32%37.25%
HSB/HSV63.31%54.51%
CMYK0.00%59.71%63.31%
45.49%

Color #8B3833 in popluar number systems.

HEX8B3833
Decimal1395651
Binary10001011111000110011
Octal2137063

Shades and tints

Shades of #8B3833

#8B3833
(139,56,51)
#7F332F
(127,51,47)
#732E2B
(115,46,43)
#672927
(103,41,39)
#5B2423
(91,36,35)
#4F1F1F
(79,31,31)
#431A1B
(67,26,27)
#371517
(55,21,23)
#2B1013
(43,16,19)
#1F0B0F
(31,11,15)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #8B3833

#8B3833
(139,56,51)
#954A45
(149,74,69)
#9F5C57
(159,92,87)
#A96E69
(169,110,105)
#B3807B
(179,128,123)
#BD928D
(189,146,141)
#C7A49F
(199,164,159)
#D1B6B1
(209,182,177)
#DBC8C3
(219,200,195)
#E5DAD5
(229,218,213)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3833 color. Also use rgb(139,56,51) instead hex code.

Text Font Color

.myTextColor { color: #8B3833; }

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

This text font color is #8B3833.


Background Color

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

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

This div background color is #8B3833.


Border color

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

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

This div border color is #8B3833.


Opacity

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

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

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

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

This text has shadow with #8B3833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3833 on black background.


Color preview on white background

This text has color #8B3833 on white background.



Black color preview on #8B3833 background

This text has black color on #8B3833 background.


White color preview on #8B3833 background

This text has white color on #8B3833 background.