COLOR #8A676E

HEX: #8A676E RGB: (138,103,110)

Color info

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

RGB color model

#8A676E color RGB value is (138,103,110).

RGB: (138,103,110) (54%, 40%, 43%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 110 of 255 = 43%

138
103
110

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

Portions of RGB colors in percentages

R + G + B = 138 + 103 + 110 = 351 (100%)
R 138 of 351 ~ 39.32%
G 103 of 351 ~ 29.34%
B 110 of 351 ~ 31.34'%

%39.32
%29.34
%31.34

CMYK color model

#8A676E color CMYK value is (0,25,20,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 20.29%
  • key color value is 45.88%

CMYK: (0,25,20,46)
C0M25Y20K46 (0%, 25%, 20%, 46%)
(0.00 / 0.25 / 0.20 / 0.46)

CMYK percentages

%0
%25.36
%20.29
%45.88

Codes

Color #8A676E in popluar color models

8A 67 6E
RGB 138 103 110
HSL 348° 14.52% 47.25%
HSB/HSV 348° 25.36% 54.12%
CMYK 0.00% 25.36% 20.29%
45.88%

Color #8A676E in popluar number systems.

HEX 8A 67 6E
Decimal 138 103 110
Binary 10001010 1100111 1101110
Octal 212 147 156

Shades and tints

Shades of #8A676E

#8A676E
(138,103,110)
#7E5E64
(126,94,100)
#72555A
(114,85,90)
#664C50
(102,76,80)
#5A4346
(90,67,70)
#4E3A3C
(78,58,60)
#423132
(66,49,50)
#362828
(54,40,40)
#2A1F1E
(42,31,30)
#1E1614
(30,22,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #8A676E

#8A676E
(138,103,110)
#94747B
(148,116,123)
#9E8188
(158,129,136)
#A88E95
(168,142,149)
#B29BA2
(178,155,162)
#BCA8AF
(188,168,175)
#C6B5BC
(198,181,188)
#D0C2C9
(208,194,201)
#DACFD6
(218,207,214)
#E4DCE3
(228,220,227)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A676E color. Also use rgb(138,103,110) instead hex code.

Text Font Color

.myTextColor { color: #8A676E; }

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

This text font color is #8A676E.

Background Color

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

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

This div background color is #8A676E.

Border color

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

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

This div border color is #8A676E.

Opacity

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

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

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

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

This text has shadow with #8A676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A676E.

Preview

Color preview on black background

This text has color #8A676E on black background.


Color preview on white background

This text has color #8A676E on white background.


Black color preview on #8A676E background

This text has black color on #8A676E background.


White color preview on #8A676E background

This text has white color on #8A676E background.


Related colors

Complementary color

Complementary color for #hex is #759891.


I love getcolorcode.com

Triadic colors

1 #6E8A67 and #676E8A with #8A676E are triadic colors.

2 #6E678A and #678A6E with #8A676E are triadic colors.