COLOR #8B483E

HEX: #8B483E
RGB: (139,72,62)

Color info

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

RGB color model

#8B483E color RGB value is (139,72,62).

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

RGB channels and saturation

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

139
72
62

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

Portions of RGB colors in percentages

R + G + B =
139 + 72 + 62 = 273 (100%)
R 139 of 273 ~ 50.92%
G 72 of 273 ~ 26.37%
B 62 of 273 ~ 22.71%

%50.92
%26.37
%22.71

CMYK color model

#8B483E color CMYK value is (0,48,55,45).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 55.40%
  • key color value is 45.49%
CMYK:
(0,48,55,45)
C0M48Y55K45 
(0%,48%,55%,45%)
(0.00/0.48/0.55/0.45)	

CMYK percentages

%0
%48.2
%55.4
%45.49

Codes

Color #8B483E in popluar color models

8B483E
RGB1397262
HSL38.31%39.41%
HSB/HSV55.40%54.51%
CMYK0.00%48.20%55.40%
45.49%

Color #8B483E in popluar number systems.

HEX8B483E
Decimal1397262
Binary100010111001000111110
Octal21311076

Shades and tints

Shades of #8B483E

#8B483E
(139,72,62)
#7F4239
(127,66,57)
#733C34
(115,60,52)
#67362F
(103,54,47)
#5B302A
(91,48,42)
#4F2A25
(79,42,37)
#432420
(67,36,32)
#371E1B
(55,30,27)
#2B1816
(43,24,22)
#1F1211
(31,18,17)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #8B483E

#8B483E
(139,72,62)
#95584F
(149,88,79)
#9F6860
(159,104,96)
#A97871
(169,120,113)
#B38882
(179,136,130)
#BD9893
(189,152,147)
#C7A8A4
(199,168,164)
#D1B8B5
(209,184,181)
#DBC8C6
(219,200,198)
#E5D8D7
(229,216,215)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B483E; }

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

This text font color is #8B483E.


Background Color

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

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

This div background color is #8B483E.


Border color

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

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

This div border color is #8B483E.


Opacity

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

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

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

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

This text has shadow with #8B483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B483E on black background.


Color preview on white background

This text has color #8B483E on white background.



Black color preview on #8B483E background

This text has black color on #8B483E background.


White color preview on #8B483E background

This text has white color on #8B483E background.