COLOR #8A835C

HEX: #8A835C
RGB: (138,131,92)

Color info

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

RGB color model

#8A835C color RGB value is (138,131,92).

  • red value is 138;
  • green value is 131;
  • blue value is 92.
RGB:
(138,131,92)
(54%,51%,36%)

RGB channels and saturation

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

138
131
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 92 = 361 (100%)
R 138 of 361 ~ 38.23%
G 131 of 361 ~ 36.29%
B 92 of 361 ~ 25.48%

%38.23
%36.29
%25.48

CMYK color model

#8A835C color CMYK value is (0,5,33,46).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(0,5,33,46)
C0M5Y33K46 
(0%,5%,33%,46%)
(0.00/0.05/0.33/0.46)	

CMYK percentages

%0
%5.07
%33.33
%45.88

Codes

Color #8A835C in popluar color models

8A835C
RGB13813192
HSL51°20.00%45.10%
HSB/HSV51°33.33%54.12%
CMYK0.00%5.07%33.33%
45.88%

Color #8A835C in popluar number systems.

HEX8A835C
Decimal13813192
Binary10001010100000111011100
Octal212203134

Shades and tints

Shades of #8A835C

#8A835C
(138,131,92)
#7E7854
(126,120,84)
#726D4C
(114,109,76)
#666244
(102,98,68)
#5A573C
(90,87,60)
#4E4C34
(78,76,52)
#42412C
(66,65,44)
#363624
(54,54,36)
#2A2B1C
(42,43,28)
#1E2014
(30,32,20)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #8A835C

#8A835C
(138,131,92)
#948E6A
(148,142,106)
#9E9978
(158,153,120)
#A8A486
(168,164,134)
#B2AF94
(178,175,148)
#BCBAA2
(188,186,162)
#C6C5B0
(198,197,176)
#D0D0BE
(208,208,190)
#DADBCC
(218,219,204)
#E4E6DA
(228,230,218)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A835C; }

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

This text font color is #8A835C.


Background Color

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

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

This div background color is #8A835C.


Border color

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

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

This div border color is #8A835C.


Opacity

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

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

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

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

This text has shadow with #8A835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A835C on black background.


Color preview on white background

This text has color #8A835C on white background.



Black color preview on #8A835C background

This text has black color on #8A835C background.


White color preview on #8A835C background

This text has white color on #8A835C background.