COLOR #8B483D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
72
61

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

Portions of RGB colors in percentages

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

%51.1
%26.47
%22.43

CMYK color model

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

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

CMYK percentages

%0
%48.2
%56.12
%45.49

Codes

Color #8B483D in popluar color models

8B483D
RGB1397261
HSL39.00%39.22%
HSB/HSV56.12%54.51%
CMYK0.00%48.20%56.12%
45.49%

Color #8B483D in popluar number systems.

HEX8B483D
Decimal1397261
Binary100010111001000111101
Octal21311075

Shades and tints

Shades of #8B483D

#8B483D
(139,72,61)
#7F4238
(127,66,56)
#733C33
(115,60,51)
#67362E
(103,54,46)
#5B3029
(91,48,41)
#4F2A24
(79,42,36)
#43241F
(67,36,31)
#371E1A
(55,30,26)
#2B1815
(43,24,21)
#1F1210
(31,18,16)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #8B483D

#8B483D
(139,72,61)
#95584E
(149,88,78)
#9F685F
(159,104,95)
#A97870
(169,120,112)
#B38881
(179,136,129)
#BD9892
(189,152,146)
#C7A8A3
(199,168,163)
#D1B8B4
(209,184,180)
#DBC8C5
(219,200,197)
#E5D8D6
(229,216,214)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B483D; }

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

This text font color is #8B483D.


Background Color

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

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

This div background color is #8B483D.


Border color

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

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

This div border color is #8B483D.


Opacity

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

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

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

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

This text has shadow with #8B483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B483D on black background.


Color preview on white background

This text has color #8B483D on white background.



Black color preview on #8B483D background

This text has black color on #8B483D background.


White color preview on #8B483D background

This text has white color on #8B483D background.