COLOR #8A835B

HEX: #8A835B RGB: (138,131,91)

Color info

#8A835B contains red, green and blue colors in about the same proportion. Web safe color of #8A835B is #999966 (or #996).

RGB color model

#8A835B color RGB value is (138,131,91).

RGB: (138,131,91) (54%, 51%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 91 of 255 = 36%

138
131
91

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

Portions of RGB colors in percentages

R + G + B = 138 + 131 + 91 = 360 (100%)
R 138 of 360 ~ 38.33%
G 131 of 360 ~ 36.39%
B 91 of 360 ~ 25.28'%

%38.33
%36.39
%25.28

CMYK color model

#8A835B color CMYK value is (0,5,34,46).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 34.06%
  • key color value is 45.88%

CMYK: (0,5,34,46)
C0M5Y34K46 (0%, 5%, 34%, 46%)
(0.00 / 0.05 / 0.34 / 0.46)

CMYK percentages

%0
%5.07
%34.06
%45.88

Codes

Color #8A835B in popluar color models

8A 83 5B
RGB 138 131 91
HSL 51° 20.52% 44.90%
HSB/HSV 51° 34.06% 54.12%
CMYK 0.00% 5.07% 34.06%
45.88%

Color #8A835B in popluar number systems.

HEX 8A 83 5B
Decimal 138 131 91
Binary 10001010 10000011 1011011
Octal 212 203 133

Shades and tints

Shades of #8A835B

#8A835B
(138,131,91)
#7E7853
(126,120,83)
#726D4B
(114,109,75)
#666243
(102,98,67)
#5A573B
(90,87,59)
#4E4C33
(78,76,51)
#42412B
(66,65,43)
#363623
(54,54,35)
#2A2B1B
(42,43,27)
#1E2013
(30,32,19)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #8A835B

#8A835B
(138,131,91)
#948E69
(148,142,105)
#9E9977
(158,153,119)
#A8A485
(168,164,133)
#B2AF93
(178,175,147)
#BCBAA1
(188,186,161)
#C6C5AF
(198,197,175)
#D0D0BD
(208,208,189)
#DADBCB
(218,219,203)
#E4E6D9
(228,230,217)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A835B; }

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

This text font color is #8A835B.

Background Color

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

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

This div background color is #8A835B.

Border color

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

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

This div border color is #8A835B.

Opacity

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

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

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

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

This text has shadow with #8A835B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A835B.

Preview

Color preview on black background

This text has color #8A835B on black background.


Color preview on white background

This text has color #8A835B on white background.


Black color preview on #8A835B background

This text has black color on #8A835B background.


White color preview on #8A835B background

This text has white color on #8A835B background.


Related colors

Complementary color

Complementary color for #hex is #757CA4.


I love getcolorcode.com

Triadic colors

1 #5B8A83 and #835B8A with #8A835B are triadic colors.

2 #5B838A and #838A5B with #8A835B are triadic colors.