COLOR #8B443E

HEX: #8B443E
RGB: (139,68,62)

Color info

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

RGB color model

#8B443E color RGB value is (139,68,62).

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

RGB channels and saturation

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

139
68
62

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

Portions of RGB colors in percentages

R + G + B =
139 + 68 + 62 = 269 (100%)
R 139 of 269 ~ 51.67%
G 68 of 269 ~ 25.28%
B 62 of 269 ~ 23.05%

%51.67
%25.28
%23.05

CMYK color model

#8B443E color CMYK value is (0,51,55,45).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 55.40%
  • key color value is 45.49%
CMYK:
(0,51,55,45)
C0M51Y55K45 
(0%,51%,55%,45%)
(0.00/0.51/0.55/0.45)	

CMYK percentages

%0
%51.08
%55.4
%45.49

Codes

Color #8B443E in popluar color models

8B443E
RGB1396862
HSL38.31%39.41%
HSB/HSV55.40%54.51%
CMYK0.00%51.08%55.40%
45.49%

Color #8B443E in popluar number systems.

HEX8B443E
Decimal1396862
Binary100010111000100111110
Octal21310476

Shades and tints

Shades of #8B443E

#8B443E
(139,68,62)
#7F3E39
(127,62,57)
#733834
(115,56,52)
#67322F
(103,50,47)
#5B2C2A
(91,44,42)
#4F2625
(79,38,37)
#432020
(67,32,32)
#371A1B
(55,26,27)
#2B1416
(43,20,22)
#1F0E11
(31,14,17)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #8B443E

#8B443E
(139,68,62)
#95554F
(149,85,79)
#9F6660
(159,102,96)
#A97771
(169,119,113)
#B38882
(179,136,130)
#BD9993
(189,153,147)
#C7AAA4
(199,170,164)
#D1BBB5
(209,187,181)
#DBCCC6
(219,204,198)
#E5DDD7
(229,221,215)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B443E; }

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

This text font color is #8B443E.


Background Color

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

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

This div background color is #8B443E.


Border color

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

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

This div border color is #8B443E.


Opacity

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

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

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

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

This text has shadow with #8B443E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B443E on black background.


Color preview on white background

This text has color #8B443E on white background.



Black color preview on #8B443E background

This text has black color on #8B443E background.


White color preview on #8B443E background

This text has white color on #8B443E background.