COLOR #8A5D3B

HEX: #8A5D3B RGB: (138,93,59)

Color info

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

RGB color model

#8A5D3B color RGB value is (138,93,59).

RGB: (138,93,59) (54%, 36%, 23%)

RGB channels and saturation

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

138
93
59

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

Portions of RGB colors in percentages

R + G + B = 138 + 93 + 59 = 290 (100%)
R 138 of 290 ~ 47.59%
G 93 of 290 ~ 32.07%
B 59 of 290 ~ 20.34'%

%47.59
%32.07
%20.34

CMYK color model

#8A5D3B color CMYK value is (0,33,57,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 57.25%
  • key color value is 45.88%

CMYK: (0,33,57,46)
C0M33Y57K46 (0%, 33%, 57%, 46%)
(0.00 / 0.33 / 0.57 / 0.46)

CMYK percentages

%0
%32.61
%57.25
%45.88

Codes

Color #8A5D3B in popluar color models

8A 5D 3B
RGB 138 93 59
HSL 26° 40.10% 38.63%
HSB/HSV 26° 57.25% 54.12%
CMYK 0.00% 32.61% 57.25%
45.88%

Color #8A5D3B in popluar number systems.

HEX 8A 5D 3B
Decimal 138 93 59
Binary 10001010 1011101 111011
Octal 212 135 73

Shades and tints

Shades of #8A5D3B

#8A5D3B
(138,93,59)
#7E5536
(126,85,54)
#724D31
(114,77,49)
#66452C
(102,69,44)
#5A3D27
(90,61,39)
#4E3522
(78,53,34)
#422D1D
(66,45,29)
#362518
(54,37,24)
#2A1D13
(42,29,19)
#1E150E
(30,21,14)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #8A5D3B

#8A5D3B
(138,93,59)
#946B4C
(148,107,76)
#9E795D
(158,121,93)
#A8876E
(168,135,110)
#B2957F
(178,149,127)
#BCA390
(188,163,144)
#C6B1A1
(198,177,161)
#D0BFB2
(208,191,178)
#DACDC3
(218,205,195)
#E4DBD4
(228,219,212)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5D3B; }

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

This text font color is #8A5D3B.

Background Color

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

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

This div background color is #8A5D3B.

Border color

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

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

This div border color is #8A5D3B.

Opacity

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

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

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

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

This text has shadow with #8A5D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5D3B.

Preview

Color preview on black background

This text has color #8A5D3B on black background.


Color preview on white background

This text has color #8A5D3B on white background.


Black color preview on #8A5D3B background

This text has black color on #8A5D3B background.


White color preview on #8A5D3B background

This text has white color on #8A5D3B background.


Related colors

Complementary color

Complementary color for #hex is #75A2C4.


I love getcolorcode.com

Triadic colors

1 #3B8A5D and #5D3B8A with #8A5D3B are triadic colors.

2 #3B5D8A and #5D8A3B with #8A5D3B are triadic colors.