COLOR #8A686A

HEX: #8A686A
RGB: (138,104,106)

Color info

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

RGB color model

#8A686A color RGB value is (138,104,106).

  • red value is 138;
  • green value is 104;
  • blue value is 106.
RGB:
(138,104,106)
(54%,41%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 106 of 255 = 42%

138
104
106

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

Portions of RGB colors in percentages

R + G + B =
138 + 104 + 106 = 348 (100%)
R 138 of 348 ~ 39.66%
G 104 of 348 ~ 29.89%
B 106 of 348 ~ 30.46%

%39.66
%29.89
%30.46

CMYK color model

#8A686A color CMYK value is (0,25,23,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 23.19%
  • key color value is 45.88%
CMYK:
(0,25,23,46)
C0M25Y23K46 
(0%,25%,23%,46%)
(0.00/0.25/0.23/0.46)	

CMYK percentages

%0
%24.64
%23.19
%45.88

Codes

Color #8A686A in popluar color models

8A686A
RGB138104106
HSL356°14.05%47.45%
HSB/HSV356°24.64%54.12%
CMYK0.00%24.64%23.19%
45.88%

Color #8A686A in popluar number systems.

HEX8A686A
Decimal138104106
Binary1000101011010001101010
Octal212150152

Shades and tints

Shades of #8A686A

#8A686A
(138,104,106)
#7E5F61
(126,95,97)
#725658
(114,86,88)
#664D4F
(102,77,79)
#5A4446
(90,68,70)
#4E3B3D
(78,59,61)
#423234
(66,50,52)
#36292B
(54,41,43)
#2A2022
(42,32,34)
#1E1719
(30,23,25)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #8A686A

#8A686A
(138,104,106)
#947577
(148,117,119)
#9E8284
(158,130,132)
#A88F91
(168,143,145)
#B29C9E
(178,156,158)
#BCA9AB
(188,169,171)
#C6B6B8
(198,182,184)
#D0C3C5
(208,195,197)
#DAD0D2
(218,208,210)
#E4DDDF
(228,221,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A686A color. Also use rgb(138,104,106) instead hex code.

Text Font Color

.myTextColor { color: #8A686A; }

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

This text font color is #8A686A.


Background Color

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

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

This div background color is #8A686A.


Border color

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

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

This div border color is #8A686A.


Opacity

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

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

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

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

This text has shadow with #8A686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A686A on black background.


Color preview on white background

This text has color #8A686A on white background.



Black color preview on #8A686A background

This text has black color on #8A686A background.


White color preview on #8A686A background

This text has white color on #8A686A background.