COLOR #8B5D34

HEX: #8B5D34
RGB: (139,93,52)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
93
52

R + G + B ~ 37%. #8B5D34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 93 + 52 = 284 (100%)
R 139 of 284 ~ 48.94%
G 93 of 284 ~ 32.75%
B 52 of 284 ~ 18.31%

%48.94
%32.75
%18.31

CMYK color model

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

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

CMYK percentages

%0
%33.09
%62.59
%45.49

Codes

Color #8B5D34 in popluar color models

8B5D34
RGB1399352
HSL28°45.55%37.45%
HSB/HSV28°62.59%54.51%
CMYK0.00%33.09%62.59%
45.49%

Color #8B5D34 in popluar number systems.

HEX8B5D34
Decimal1399352
Binary100010111011101110100
Octal21313564

Shades and tints

Shades of #8B5D34

#8B5D34
(139,93,52)
#7F5530
(127,85,48)
#734D2C
(115,77,44)
#674528
(103,69,40)
#5B3D24
(91,61,36)
#4F3520
(79,53,32)
#432D1C
(67,45,28)
#372518
(55,37,24)
#2B1D14
(43,29,20)
#1F1510
(31,21,16)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #8B5D34

#8B5D34
(139,93,52)
#956B46
(149,107,70)
#9F7958
(159,121,88)
#A9876A
(169,135,106)
#B3957C
(179,149,124)
#BDA38E
(189,163,142)
#C7B1A0
(199,177,160)
#D1BFB2
(209,191,178)
#DBCDC4
(219,205,196)
#E5DBD6
(229,219,214)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5D34; }

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

This text font color is #8B5D34.


Background Color

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

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

This div background color is #8B5D34.


Border color

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

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

This div border color is #8B5D34.


Opacity

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

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

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

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

This text has shadow with #8B5D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5D34 on black background.


Color preview on white background

This text has color #8B5D34 on white background.



Black color preview on #8B5D34 background

This text has black color on #8B5D34 background.


White color preview on #8B5D34 background

This text has white color on #8B5D34 background.