COLOR #8B583B

HEX: #8B583B
RGB: (139,88,59)

Color info

#8B583B contains mainly red and green colors. Web safe color of #8B583B is #996633 (or #963).

RGB color model

#8B583B color RGB value is (139,88,59).

  • red value is 139;
  • green value is 88;
  • blue value is 59.
RGB:
(139,88,59)
(55%,35%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 59 of 255 = 23%

139
88
59

R + G + B ~ 38%. #8B583B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 59 = 286 (100%)
R 139 of 286 ~ 48.6%
G 88 of 286 ~ 30.77%
B 59 of 286 ~ 20.63%

%48.6
%30.77
%20.63

CMYK color model

#8B583B color CMYK value is (0,37,58,45).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 57.55%
  • key color value is 45.49%
CMYK:
(0,37,58,45)
C0M37Y58K45 
(0%,37%,58%,45%)
(0.00/0.37/0.58/0.45)	

CMYK percentages

%0
%36.69
%57.55
%45.49

Codes

Color #8B583B in popluar color models

8B583B
RGB1398859
HSL22°40.40%38.82%
HSB/HSV22°57.55%54.51%
CMYK0.00%36.69%57.55%
45.49%

Color #8B583B in popluar number systems.

HEX8B583B
Decimal1398859
Binary100010111011000111011
Octal21313073

Shades and tints

Shades of #8B583B

#8B583B
(139,88,59)
#7F5036
(127,80,54)
#734831
(115,72,49)
#67402C
(103,64,44)
#5B3827
(91,56,39)
#4F3022
(79,48,34)
#43281D
(67,40,29)
#372018
(55,32,24)
#2B1813
(43,24,19)
#1F100E
(31,16,14)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #8B583B

#8B583B
(139,88,59)
#95674C
(149,103,76)
#9F765D
(159,118,93)
#A9856E
(169,133,110)
#B3947F
(179,148,127)
#BDA390
(189,163,144)
#C7B2A1
(199,178,161)
#D1C1B2
(209,193,178)
#DBD0C3
(219,208,195)
#E5DFD4
(229,223,212)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B583B color. Also use rgb(139,88,59) instead hex code.

Text Font Color

.myTextColor { color: #8B583B; }

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

This text font color is #8B583B.


Background Color

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

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

This div background color is #8B583B.


Border color

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

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

This div border color is #8B583B.


Opacity

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

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

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

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

This text has shadow with #8B583B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B583B on black background.


Color preview on white background

This text has color #8B583B on white background.



Black color preview on #8B583B background

This text has black color on #8B583B background.


White color preview on #8B583B background

This text has white color on #8B583B background.