COLOR #8A816E

HEX: #8A816E RGB: (138,129,110)

Color info

#8A816E contains red, green and blue colors in about the same proportion. Web safe color of #8A816E is #999966 (or #996).

RGB color model

#8A816E color RGB value is (138,129,110).

RGB: (138,129,110) (54%, 51%, 43%)

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 110 of 255 = 43%

138
129
110

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

Portions of RGB colors in percentages

R + G + B = 138 + 129 + 110 = 377 (100%)
R 138 of 377 ~ 36.6%
G 129 of 377 ~ 34.22%
B 110 of 377 ~ 29.18'%

%36.6
%34.22
%29.18

CMYK color model

#8A816E color CMYK value is (0,7,20,46).

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

CMYK: (0,7,20,46)
C0M7Y20K46 (0%, 7%, 20%, 46%)
(0.00 / 0.07 / 0.20 / 0.46)

CMYK percentages

%0
%6.52
%20.29
%45.88

Codes

Color #8A816E in popluar color models

8A 81 6E
RGB 138 129 110
HSL 41° 11.29% 48.63%
HSB/HSV 41° 20.29% 54.12%
CMYK 0.00% 6.52% 20.29%
45.88%

Color #8A816E in popluar number systems.

HEX 8A 81 6E
Decimal 138 129 110
Binary 10001010 10000001 1101110
Octal 212 201 156

Shades and tints

Shades of #8A816E

#8A816E
(138,129,110)
#7E7664
(126,118,100)
#726B5A
(114,107,90)
#666050
(102,96,80)
#5A5546
(90,85,70)
#4E4A3C
(78,74,60)
#423F32
(66,63,50)
#363428
(54,52,40)
#2A291E
(42,41,30)
#1E1E14
(30,30,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #8A816E

#8A816E
(138,129,110)
#948C7B
(148,140,123)
#9E9788
(158,151,136)
#A8A295
(168,162,149)
#B2ADA2
(178,173,162)
#BCB8AF
(188,184,175)
#C6C3BC
(198,195,188)
#D0CEC9
(208,206,201)
#DAD9D6
(218,217,214)
#E4E4E3
(228,228,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A816E; }

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

This text font color is #8A816E.

Background Color

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

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

This div background color is #8A816E.

Border color

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

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

This div border color is #8A816E.

Opacity

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

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

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

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

This text has shadow with #8A816E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A816E.

Preview

Color preview on black background

This text has color #8A816E on black background.


Color preview on white background

This text has color #8A816E on white background.


Black color preview on #8A816E background

This text has black color on #8A816E background.


White color preview on #8A816E background

This text has white color on #8A816E background.


Related colors

Complementary color

Complementary color for #hex is #757E91.


I love getcolorcode.com

Triadic colors

1 #6E8A81 and #816E8A with #8A816E are triadic colors.

2 #6E818A and #818A6E with #8A816E are triadic colors.