COLOR #8A6D73

HEX: #8A6D73
RGB: (138,109,115)

Color info

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

RGB color model

#8A6D73 color RGB value is (138,109,115).

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

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 115 of 255 = 45%

138
109
115

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 115 = 362 (100%)
R 138 of 362 ~ 38.12%
G 109 of 362 ~ 30.11%
B 115 of 362 ~ 31.77%

%38.12
%30.11
%31.77

CMYK color model

#8A6D73 color CMYK value is (0,21,17,46).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(0,21,17,46)
C0M21Y17K46 
(0%,21%,17%,46%)
(0.00/0.21/0.17/0.46)	

CMYK percentages

%0
%21.01
%16.67
%45.88

Codes

Color #8A6D73 in popluar color models

8A6D73
RGB138109115
HSL348°11.74%48.43%
HSB/HSV348°21.01%54.12%
CMYK0.00%21.01%16.67%
45.88%

Color #8A6D73 in popluar number systems.

HEX8A6D73
Decimal138109115
Binary1000101011011011110011
Octal212155163

Shades and tints

Shades of #8A6D73

#8A6D73
(138,109,115)
#7E6469
(126,100,105)
#725B5F
(114,91,95)
#665255
(102,82,85)
#5A494B
(90,73,75)
#4E4041
(78,64,65)
#423737
(66,55,55)
#362E2D
(54,46,45)
#2A2523
(42,37,35)
#1E1C19
(30,28,25)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #8A6D73

#8A6D73
(138,109,115)
#947A7F
(148,122,127)
#9E878B
(158,135,139)
#A89497
(168,148,151)
#B2A1A3
(178,161,163)
#BCAEAF
(188,174,175)
#C6BBBB
(198,187,187)
#D0C8C7
(208,200,199)
#DAD5D3
(218,213,211)
#E4E2DF
(228,226,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6D73; }

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

This text font color is #8A6D73.


Background Color

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

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

This div background color is #8A6D73.


Border color

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

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

This div border color is #8A6D73.


Opacity

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

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

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

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

This text has shadow with #8A6D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6D73 on black background.


Color preview on white background

This text has color #8A6D73 on white background.



Black color preview on #8A6D73 background

This text has black color on #8A6D73 background.


White color preview on #8A6D73 background

This text has white color on #8A6D73 background.