COLOR #8D834F

HEX: #8D834F
RGB: (141,131,79)

Color info

#8D834F contains mainly red and green colors. Web safe color of #8D834F is #999966 (or #996).

RGB color model

#8D834F color RGB value is (141,131,79).

  • red value is 141;
  • green value is 131;
  • blue value is 79.
RGB:
(141,131,79)
(55%,51%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 79 of 255 = 31%

141
131
79

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

Portions of RGB colors in percentages

R + G + B =
141 + 131 + 79 = 351 (100%)
R 141 of 351 ~ 40.17%
G 131 of 351 ~ 37.32%
B 79 of 351 ~ 22.51%

%40.17
%37.32
%22.51

CMYK color model

#8D834F color CMYK value is (0,7,44,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(0,7,44,45)
C0M7Y44K45 
(0%,7%,44%,45%)
(0.00/0.07/0.44/0.45)	

CMYK percentages

%0
%7.09
%43.97
%44.71

Codes

Color #8D834F in popluar color models

8D834F
RGB14113179
HSL50°28.18%43.14%
HSB/HSV50°43.97%55.29%
CMYK0.00%7.09%43.97%
44.71%

Color #8D834F in popluar number systems.

HEX8D834F
Decimal14113179
Binary10001101100000111001111
Octal215203117

Shades and tints

Shades of #8D834F

#8D834F
(141,131,79)
#817848
(129,120,72)
#756D41
(117,109,65)
#69623A
(105,98,58)
#5D5733
(93,87,51)
#514C2C
(81,76,44)
#454125
(69,65,37)
#39361E
(57,54,30)
#2D2B17
(45,43,23)
#212010
(33,32,16)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #8D834F

#8D834F
(141,131,79)
#978E5F
(151,142,95)
#A1996F
(161,153,111)
#ABA47F
(171,164,127)
#B5AF8F
(181,175,143)
#BFBA9F
(191,186,159)
#C9C5AF
(201,197,175)
#D3D0BF
(211,208,191)
#DDDBCF
(221,219,207)
#E7E6DF
(231,230,223)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D834F color. Also use rgb(141,131,79) instead hex code.

Text Font Color

.myTextColor { color: #8D834F; }

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

This text font color is #8D834F.


Background Color

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

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

This div background color is #8D834F.


Border color

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

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

This div border color is #8D834F.


Opacity

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

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

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

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

This text has shadow with #8D834F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D834F on black background.


Color preview on white background

This text has color #8D834F on white background.



Black color preview on #8D834F background

This text has black color on #8D834F background.


White color preview on #8D834F background

This text has white color on #8D834F background.