COLOR #8A6D5F

HEX: #8A6D5F
RGB: (138,109,95)

Color info

#8A6D5F contains red, green and blue colors in about the same proportion. Web safe color of #8A6D5F is #996666 (or #966).

RGB color model

#8A6D5F color RGB value is (138,109,95).

  • red value is 138;
  • green value is 109;
  • blue value is 95.
RGB:
(138,109,95)
(54%,43%,37%)

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 95 of 255 = 37%

138
109
95

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 95 = 342 (100%)
R 138 of 342 ~ 40.35%
G 109 of 342 ~ 31.87%
B 95 of 342 ~ 27.78%

%40.35
%31.87
%27.78

CMYK color model

#8A6D5F color CMYK value is (0,21,31,46).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK:
(0,21,31,46)
C0M21Y31K46 
(0%,21%,31%,46%)
(0.00/0.21/0.31/0.46)	

CMYK percentages

%0
%21.01
%31.16
%45.88

Codes

Color #8A6D5F in popluar color models

8A6D5F
RGB13810995
HSL20°18.45%45.69%
HSB/HSV20°31.16%54.12%
CMYK0.00%21.01%31.16%
45.88%

Color #8A6D5F in popluar number systems.

HEX8A6D5F
Decimal13810995
Binary1000101011011011011111
Octal212155137

Shades and tints

Shades of #8A6D5F

#8A6D5F
(138,109,95)
#7E6457
(126,100,87)
#725B4F
(114,91,79)
#665247
(102,82,71)
#5A493F
(90,73,63)
#4E4037
(78,64,55)
#42372F
(66,55,47)
#362E27
(54,46,39)
#2A251F
(42,37,31)
#1E1C17
(30,28,23)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #8A6D5F

#8A6D5F
(138,109,95)
#947A6D
(148,122,109)
#9E877B
(158,135,123)
#A89489
(168,148,137)
#B2A197
(178,161,151)
#BCAEA5
(188,174,165)
#C6BBB3
(198,187,179)
#D0C8C1
(208,200,193)
#DAD5CF
(218,213,207)
#E4E2DD
(228,226,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6D5F color. Also use rgb(138,109,95) instead hex code.

Text Font Color

.myTextColor { color: #8A6D5F; }

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

This text font color is #8A6D5F.


Background Color

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

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

This div background color is #8A6D5F.


Border color

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

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

This div border color is #8A6D5F.


Opacity

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

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

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

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

This text has shadow with #8A6D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6D5F on black background.


Color preview on white background

This text has color #8A6D5F on white background.



Black color preview on #8A6D5F background

This text has black color on #8A6D5F background.


White color preview on #8A6D5F background

This text has white color on #8A6D5F background.