COLOR #8B5533

HEX: #8B5533
RGB: (139,85,51)

Color info

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

RGB color model

#8B5533 color RGB value is (139,85,51).

  • red value is 139;
  • green value is 85;
  • blue value is 51.
RGB:
(139,85,51)
(55%,33%,20%)

RGB channels and saturation

R 139 of 255 = 55%
G 85 of 255 = 33%
B 51 of 255 = 20%

139
85
51

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

Portions of RGB colors in percentages

R + G + B =
139 + 85 + 51 = 275 (100%)
R 139 of 275 ~ 50.55%
G 85 of 275 ~ 30.91%
B 51 of 275 ~ 18.55%

%50.55
%30.91
%18.55

CMYK color model

#8B5533 color CMYK value is (0,39,63,45).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 63.31%
  • key color value is 45.49%
CMYK:
(0,39,63,45)
C0M39Y63K45 
(0%,39%,63%,45%)
(0.00/0.39/0.63/0.45)	

CMYK percentages

%0
%38.85
%63.31
%45.49

Codes

Color #8B5533 in popluar color models

8B5533
RGB1398551
HSL23°46.32%37.25%
HSB/HSV23°63.31%54.51%
CMYK0.00%38.85%63.31%
45.49%

Color #8B5533 in popluar number systems.

HEX8B5533
Decimal1398551
Binary100010111010101110011
Octal21312563

Shades and tints

Shades of #8B5533

#8B5533
(139,85,51)
#7F4E2F
(127,78,47)
#73472B
(115,71,43)
#674027
(103,64,39)
#5B3923
(91,57,35)
#4F321F
(79,50,31)
#432B1B
(67,43,27)
#372417
(55,36,23)
#2B1D13
(43,29,19)
#1F160F
(31,22,15)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B5533

#8B5533
(139,85,51)
#956445
(149,100,69)
#9F7357
(159,115,87)
#A98269
(169,130,105)
#B3917B
(179,145,123)
#BDA08D
(189,160,141)
#C7AF9F
(199,175,159)
#D1BEB1
(209,190,177)
#DBCDC3
(219,205,195)
#E5DCD5
(229,220,213)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5533; }

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

This text font color is #8B5533.


Background Color

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

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

This div background color is #8B5533.


Border color

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

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

This div border color is #8B5533.


Opacity

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

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

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

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

This text has shadow with #8B5533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5533 on black background.


Color preview on white background

This text has color #8B5533 on white background.



Black color preview on #8B5533 background

This text has black color on #8B5533 background.


White color preview on #8B5533 background

This text has white color on #8B5533 background.