COLOR #8A756D

HEX: #8A756D
RGB: (138,117,109)

Color info

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

RGB color model

#8A756D color RGB value is (138,117,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 109 of 255 = 43%

138
117
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 109 = 364 (100%)
R 138 of 364 ~ 37.91%
G 117 of 364 ~ 32.14%
B 109 of 364 ~ 29.95%

%37.91
%32.14
%29.95

CMYK color model

#8A756D color CMYK value is (0,15,21,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,15,21,46)
C0M15Y21K46 
(0%,15%,21%,46%)
(0.00/0.15/0.21/0.46)	

CMYK percentages

%0
%15.22
%21.01
%45.88

Codes

Color #8A756D in popluar color models

8A756D
RGB138117109
HSL17°11.74%48.43%
HSB/HSV17°21.01%54.12%
CMYK0.00%15.22%21.01%
45.88%

Color #8A756D in popluar number systems.

HEX8A756D
Decimal138117109
Binary1000101011101011101101
Octal212165155

Shades and tints

Shades of #8A756D

#8A756D
(138,117,109)
#7E6B64
(126,107,100)
#72615B
(114,97,91)
#665752
(102,87,82)
#5A4D49
(90,77,73)
#4E4340
(78,67,64)
#423937
(66,57,55)
#362F2E
(54,47,46)
#2A2525
(42,37,37)
#1E1B1C
(30,27,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A756D

#8A756D
(138,117,109)
#94817A
(148,129,122)
#9E8D87
(158,141,135)
#A89994
(168,153,148)
#B2A5A1
(178,165,161)
#BCB1AE
(188,177,174)
#C6BDBB
(198,189,187)
#D0C9C8
(208,201,200)
#DAD5D5
(218,213,213)
#E4E1E2
(228,225,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A756D; }

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

This text font color is #8A756D.


Background Color

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

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

This div background color is #8A756D.


Border color

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

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

This div border color is #8A756D.


Opacity

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

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

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

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

This text has shadow with #8A756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A756D on black background.


Color preview on white background

This text has color #8A756D on white background.



Black color preview on #8A756D background

This text has black color on #8A756D background.


White color preview on #8A756D background

This text has white color on #8A756D background.