COLOR #8A5B3B

HEX: #8A5B3B
RGB: (138,91,59)

Color info

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

RGB color model

#8A5B3B color RGB value is (138,91,59).

  • red value is 138;
  • green value is 91;
  • blue value is 59.
RGB:
(138,91,59)
(54%,36%,23%)

RGB channels and saturation

R 138 of 255 = 54%
G 91 of 255 = 36%
B 59 of 255 = 23%

138
91
59

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

Portions of RGB colors in percentages

R + G + B =
138 + 91 + 59 = 288 (100%)
R 138 of 288 ~ 47.92%
G 91 of 288 ~ 31.6%
B 59 of 288 ~ 20.49%

%47.92
%31.6
%20.49

CMYK color model

#8A5B3B color CMYK value is (0,34,57,46).

  • cyan value is 0.00%
  • magenta value is 34.06%
  • yellow value is 57.25%
  • key color value is 45.88%
CMYK:
(0,34,57,46)
C0M34Y57K46 
(0%,34%,57%,46%)
(0.00/0.34/0.57/0.46)	

CMYK percentages

%0
%34.06
%57.25
%45.88

Codes

Color #8A5B3B in popluar color models

8A5B3B
RGB1389159
HSL24°40.10%38.63%
HSB/HSV24°57.25%54.12%
CMYK0.00%34.06%57.25%
45.88%

Color #8A5B3B in popluar number systems.

HEX8A5B3B
Decimal1389159
Binary100010101011011111011
Octal21213373

Shades and tints

Shades of #8A5B3B

#8A5B3B
(138,91,59)
#7E5336
(126,83,54)
#724B31
(114,75,49)
#66432C
(102,67,44)
#5A3B27
(90,59,39)
#4E3322
(78,51,34)
#422B1D
(66,43,29)
#362318
(54,35,24)
#2A1B13
(42,27,19)
#1E130E
(30,19,14)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #8A5B3B

#8A5B3B
(138,91,59)
#94694C
(148,105,76)
#9E775D
(158,119,93)
#A8856E
(168,133,110)
#B2937F
(178,147,127)
#BCA190
(188,161,144)
#C6AFA1
(198,175,161)
#D0BDB2
(208,189,178)
#DACBC3
(218,203,195)
#E4D9D4
(228,217,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5B3B color. Also use rgb(138,91,59) instead hex code.

Text Font Color

.myTextColor { color: #8A5B3B; }

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

This text font color is #8A5B3B.


Background Color

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

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

This div background color is #8A5B3B.


Border color

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

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

This div border color is #8A5B3B.


Opacity

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

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

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

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

This text has shadow with #8A5B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5B3B on black background.


Color preview on white background

This text has color #8A5B3B on white background.



Black color preview on #8A5B3B background

This text has black color on #8A5B3B background.


White color preview on #8A5B3B background

This text has white color on #8A5B3B background.