COLOR #8A814D

HEX: #8A814D RGB: (138,129,77)

Color info

#8A814D contains mainly red and green colors. Web safe color of #8A814D is #999933 (or #993).

RGB color model

#8A814D color RGB value is (138,129,77).

RGB: (138,129,77) (54%, 51%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 77 of 255 = 30%

138
129
77

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

Portions of RGB colors in percentages

R + G + B = 138 + 129 + 77 = 344 (100%)
R 138 of 344 ~ 40.12%
G 129 of 344 ~ 37.5%
B 77 of 344 ~ 22.38'%

%40.12
%37.5
%22.38

CMYK color model

#8A814D color CMYK value is (0,7,44,46).

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

CMYK: (0,7,44,46)
C0M7Y44K46 (0%, 7%, 44%, 46%)
(0.00 / 0.07 / 0.44 / 0.46)

CMYK percentages

%0
%6.52
%44.2
%45.88

Codes

Color #8A814D in popluar color models

8A 81 4D
RGB 138 129 77
HSL 51° 28.37% 42.16%
HSB/HSV 51° 44.20% 54.12%
CMYK 0.00% 6.52% 44.20%
45.88%

Color #8A814D in popluar number systems.

HEX 8A 81 4D
Decimal 138 129 77
Binary 10001010 10000001 1001101
Octal 212 201 115

Shades and tints

Shades of #8A814D

#8A814D
(138,129,77)
#7E7646
(126,118,70)
#726B3F
(114,107,63)
#666038
(102,96,56)
#5A5531
(90,85,49)
#4E4A2A
(78,74,42)
#423F23
(66,63,35)
#36341C
(54,52,28)
#2A2915
(42,41,21)
#1E1E0E
(30,30,14)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #8A814D

#8A814D
(138,129,77)
#948C5D
(148,140,93)
#9E976D
(158,151,109)
#A8A27D
(168,162,125)
#B2AD8D
(178,173,141)
#BCB89D
(188,184,157)
#C6C3AD
(198,195,173)
#D0CEBD
(208,206,189)
#DAD9CD
(218,217,205)
#E4E4DD
(228,228,221)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A814D; }

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

This text font color is #8A814D.

Background Color

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

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

This div background color is #8A814D.

Border color

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

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

This div border color is #8A814D.

Opacity

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

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

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

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

This text has shadow with #8A814D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A814D.

Preview

Color preview on black background

This text has color #8A814D on black background.


Color preview on white background

This text has color #8A814D on white background.


Black color preview on #8A814D background

This text has black color on #8A814D background.


White color preview on #8A814D background

This text has white color on #8A814D background.


Related colors

Complementary color

Complementary color for #hex is #757EB2.


I love getcolorcode.com

Triadic colors

1 #4D8A81 and #814D8A with #8A814D are triadic colors.

2 #4D818A and #818A4D with #8A814D are triadic colors.