COLOR #8B4138

HEX: #8B4138
RGB: (139,65,56)

Color info

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

RGB color model

#8B4138 color RGB value is (139,65,56).

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

RGB channels and saturation

R 139 of 255 = 55%
G 65 of 255 = 25%
B 56 of 255 = 22%

139
65
56

R + G + B ~ 34%. #8B4138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 65 + 56 = 260 (100%)
R 139 of 260 ~ 53.46%
G 65 of 260 ~ 25%
B 56 of 260 ~ 21.54%

%53.46
%25
%21.54

CMYK color model

#8B4138 color CMYK value is (0,53,60,45).

  • cyan value is 0.00%
  • magenta value is 53.24%
  • yellow value is 59.71%
  • key color value is 45.49%
CMYK:
(0,53,60,45)
C0M53Y60K45 
(0%,53%,60%,45%)
(0.00/0.53/0.60/0.45)	

CMYK percentages

%0
%53.24
%59.71
%45.49

Codes

Color #8B4138 in popluar color models

8B4138
RGB1396556
HSL42.56%38.24%
HSB/HSV59.71%54.51%
CMYK0.00%53.24%59.71%
45.49%

Color #8B4138 in popluar number systems.

HEX8B4138
Decimal1396556
Binary100010111000001111000
Octal21310170

Shades and tints

Shades of #8B4138

#8B4138
(139,65,56)
#7F3C33
(127,60,51)
#73372E
(115,55,46)
#673229
(103,50,41)
#5B2D24
(91,45,36)
#4F281F
(79,40,31)
#43231A
(67,35,26)
#371E15
(55,30,21)
#2B1910
(43,25,16)
#1F140B
(31,20,11)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #8B4138

#8B4138
(139,65,56)
#95524A
(149,82,74)
#9F635C
(159,99,92)
#A9746E
(169,116,110)
#B38580
(179,133,128)
#BD9692
(189,150,146)
#C7A7A4
(199,167,164)
#D1B8B6
(209,184,182)
#DBC9C8
(219,201,200)
#E5DADA
(229,218,218)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4138; }

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

This text font color is #8B4138.


Background Color

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

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

This div background color is #8B4138.


Border color

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

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

This div border color is #8B4138.


Opacity

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

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

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

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

This text has shadow with #8B4138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4138 on black background.


Color preview on white background

This text has color #8B4138 on white background.



Black color preview on #8B4138 background

This text has black color on #8B4138 background.


White color preview on #8B4138 background

This text has white color on #8B4138 background.