COLOR #8D814D

HEX: #8D814D RGB: (141,129,77)

Color info

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

RGB color model

#8D814D color RGB value is (141,129,77).

RGB: (141,129,77) (55%, 51%, 30%)

RGB channels and saturation

R 141 of 255 = 55%
G 129 of 255 = 51%
B 77 of 255 = 30%

141
129
77

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

Portions of RGB colors in percentages

R + G + B = 141 + 129 + 77 = 347 (100%)
R 141 of 347 ~ 40.63%
G 129 of 347 ~ 37.18%
B 77 of 347 ~ 22.19'%

%40.63
%37.18
%22.19

CMYK color model

#8D814D color CMYK value is (0,9,45,45).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 45.39%
  • key color value is 44.71%

CMYK: (0,9,45,45)
C0M9Y45K45 (0%, 9%, 45%, 45%)
(0.00 / 0.09 / 0.45 / 0.45)

CMYK percentages

%0
%8.51
%45.39
%44.71

Codes

Color #8D814D in popluar color models

8D 81 4D
RGB 141 129 77
HSL 49° 29.36% 42.75%
HSB/HSV 49° 45.39% 55.29%
CMYK 0.00% 8.51% 45.39%
44.71%

Color #8D814D in popluar number systems.

HEX 8D 81 4D
Decimal 141 129 77
Binary 10001101 10000001 1001101
Octal 215 201 115

Shades and tints

Shades of #8D814D

#8D814D
(141,129,77)
#817646
(129,118,70)
#756B3F
(117,107,63)
#696038
(105,96,56)
#5D5531
(93,85,49)
#514A2A
(81,74,42)
#453F23
(69,63,35)
#39341C
(57,52,28)
#2D2915
(45,41,21)
#211E0E
(33,30,14)
#151307
(21,19,7)
#000000
(0,0,0)

Tints of #8D814D

#8D814D
(141,129,77)
#978C5D
(151,140,93)
#A1976D
(161,151,109)
#ABA27D
(171,162,125)
#B5AD8D
(181,173,141)
#BFB89D
(191,184,157)
#C9C3AD
(201,195,173)
#D3CEBD
(211,206,189)
#DDD9CD
(221,217,205)
#E7E4DD
(231,228,221)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D814D; }

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

This text font color is #8D814D.

Background Color

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

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

This div background color is #8D814D.

Border color

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

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

This div border color is #8D814D.

Opacity

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

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

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

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

This text has shadow with #8D814D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D814D.

Preview

Color preview on black background

This text has color #8D814D on black background.


Color preview on white background

This text has color #8D814D on white background.


Black color preview on #8D814D background

This text has black color on #8D814D background.


White color preview on #8D814D background

This text has white color on #8D814D background.


Related colors

Complementary color

Complementary color for #hex is #727EB2.


I love getcolorcode.com

Triadic colors

1 #4D8D81 and #814D8D with #8D814D are triadic colors.

2 #4D818D and #818D4D with #8D814D are triadic colors.