COLOR #8B5D5D

HEX: #8B5D5D
RGB: (139,93,93)

Color info

#8B5D5D contains red, green and blue colors in about the same proportion. Web safe color of #8B5D5D is #996666 (or #966).

RGB color model

#8B5D5D color RGB value is (139,93,93).

  • red value is 139;
  • green value is 93;
  • blue value is 93.
RGB:
(139,93,93)
(55%,36%,36%)

RGB channels and saturation

R 139 of 255 = 55%
G 93 of 255 = 36%
B 93 of 255 = 36%

139
93
93

R + G + B ~ 42%. #8B5D5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 93 + 93 = 325 (100%)
R 139 of 325 ~ 42.77%
G 93 of 325 ~ 28.62%
B 93 of 325 ~ 28.62%

%42.77
%28.62
%28.62

CMYK color model

#8B5D5D color CMYK value is (0,33,33,45).

  • cyan value is 0.00%
  • magenta value is 33.09%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(0,33,33,45)
C0M33Y33K45 
(0%,33%,33%,45%)
(0.00/0.33/0.33/0.45)	

CMYK percentages

%0
%33.09
%33.09
%45.49

Codes

Color #8B5D5D in popluar color models

8B5D5D
RGB1399393
HSL19.83%45.49%
HSB/HSV33.09%54.51%
CMYK0.00%33.09%33.09%
45.49%

Color #8B5D5D in popluar number systems.

HEX8B5D5D
Decimal1399393
Binary1000101110111011011101
Octal213135135

Shades and tints

Shades of #8B5D5D

#8B5D5D
(139,93,93)
#7F5555
(127,85,85)
#734D4D
(115,77,77)
#674545
(103,69,69)
#5B3D3D
(91,61,61)
#4F3535
(79,53,53)
#432D2D
(67,45,45)
#372525
(55,37,37)
#2B1D1D
(43,29,29)
#1F1515
(31,21,21)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #8B5D5D

#8B5D5D
(139,93,93)
#956B6B
(149,107,107)
#9F7979
(159,121,121)
#A98787
(169,135,135)
#B39595
(179,149,149)
#BDA3A3
(189,163,163)
#C7B1B1
(199,177,177)
#D1BFBF
(209,191,191)
#DBCDCD
(219,205,205)
#E5DBDB
(229,219,219)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5D5D; }

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

This text font color is #8B5D5D.


Background Color

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

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

This div background color is #8B5D5D.


Border color

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

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

This div border color is #8B5D5D.


Opacity

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

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

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

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

This text has shadow with #8B5D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5D5D on black background.


Color preview on white background

This text has color #8B5D5D on white background.



Black color preview on #8B5D5D background

This text has black color on #8B5D5D background.


White color preview on #8B5D5D background

This text has white color on #8B5D5D background.