COLOR #8A6C63

HEX: #8A6C63
RGB: (138,108,99)

Color info

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

RGB color model

#8A6C63 color RGB value is (138,108,99).

  • red value is 138;
  • green value is 108;
  • blue value is 99.
RGB:
(138,108,99)
(54%,42%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 108 of 255 = 42%
B 99 of 255 = 39%

138
108
99

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

Portions of RGB colors in percentages

R + G + B =
138 + 108 + 99 = 345 (100%)
R 138 of 345 ~ 40%
G 108 of 345 ~ 31.3%
B 99 of 345 ~ 28.7%

%40
%31.3
%28.7

CMYK color model

#8A6C63 color CMYK value is (0,22,28,46).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 28.26%
  • key color value is 45.88%
CMYK:
(0,22,28,46)
C0M22Y28K46 
(0%,22%,28%,46%)
(0.00/0.22/0.28/0.46)	

CMYK percentages

%0
%21.74
%28.26
%45.88

Codes

Color #8A6C63 in popluar color models

8A6C63
RGB13810899
HSL14°16.46%46.47%
HSB/HSV14°28.26%54.12%
CMYK0.00%21.74%28.26%
45.88%

Color #8A6C63 in popluar number systems.

HEX8A6C63
Decimal13810899
Binary1000101011011001100011
Octal212154143

Shades and tints

Shades of #8A6C63

#8A6C63
(138,108,99)
#7E635A
(126,99,90)
#725A51
(114,90,81)
#665148
(102,81,72)
#5A483F
(90,72,63)
#4E3F36
(78,63,54)
#42362D
(66,54,45)
#362D24
(54,45,36)
#2A241B
(42,36,27)
#1E1B12
(30,27,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #8A6C63

#8A6C63
(138,108,99)
#947971
(148,121,113)
#9E867F
(158,134,127)
#A8938D
(168,147,141)
#B2A09B
(178,160,155)
#BCADA9
(188,173,169)
#C6BAB7
(198,186,183)
#D0C7C5
(208,199,197)
#DAD4D3
(218,212,211)
#E4E1E1
(228,225,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6C63 color. Also use rgb(138,108,99) instead hex code.

Text Font Color

.myTextColor { color: #8A6C63; }

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

This text font color is #8A6C63.


Background Color

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

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

This div background color is #8A6C63.


Border color

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

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

This div border color is #8A6C63.


Opacity

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

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

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

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

This text has shadow with #8A6C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6C63 on black background.


Color preview on white background

This text has color #8A6C63 on white background.



Black color preview on #8A6C63 background

This text has black color on #8A6C63 background.


White color preview on #8A6C63 background

This text has white color on #8A6C63 background.