COLOR #8D835F

HEX: #8D835F RGB: (141,131,95)

Color info

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

RGB color model

#8D835F color RGB value is (141,131,95).

RGB: (141,131,95) (55%, 51%, 37%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 95 of 255 = 37%

141
131
95

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

Portions of RGB colors in percentages

R + G + B = 141 + 131 + 95 = 367 (100%)
R 141 of 367 ~ 38.42%
G 131 of 367 ~ 35.69%
B 95 of 367 ~ 25.89'%

%38.42
%35.69
%25.89

CMYK color model

#8D835F color CMYK value is (0,7,33,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK: (0,7,33,45) C0M7Y33K45 (0%,7%,33%,45%) (0.00/0.07/0.33/0.45) 

CMYK percentages

%0
%7.09
%32.62
%44.71

Codes

Color #8D835F in popluar color models

8D 83 5F
RGB 141 131 95
HSL 47° 19.49% 46.27%
HSB/HSV 47° 32.62% 55.29%
CMYK 0.00% 7.09% 32.62%
44.71%

Color #8D835F in popluar number systems.

HEX 8D 83 5F
Decimal 141 131 95
Binary 10001101 10000011 1011111
Octal 215 203 137

Shades and tints

Shades of #8D835F

#8D835F
(141,131,95)
#817857
(129,120,87)
#756D4F
(117,109,79)
#696247
(105,98,71)
#5D573F
(93,87,63)
#514C37
(81,76,55)
#45412F
(69,65,47)
#393627
(57,54,39)
#2D2B1F
(45,43,31)
#212017
(33,32,23)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #8D835F

#8D835F
(141,131,95)
#978E6D
(151,142,109)
#A1997B
(161,153,123)
#ABA489
(171,164,137)
#B5AF97
(181,175,151)
#BFBAA5
(191,186,165)
#C9C5B3
(201,197,179)
#D3D0C1
(211,208,193)
#DDDBCF
(221,219,207)
#E7E6DD
(231,230,221)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D835F; }

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

This text font color is #8D835F.

Background Color

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

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

This div background color is #8D835F.

Border color

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

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

This div border color is #8D835F.

Opacity

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

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

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

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

This text has shadow with #8D835F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D835F.

Preview

Color preview on black background

This text has color #8D835F on black background.


Color preview on white background

This text has color #8D835F on white background.


Black color preview on #8D835F background

This text has black color on #8D835F background.


White color preview on #8D835F background

This text has white color on #8D835F background.


Related colors

Complementary color

Complementary color for #hex is #727CA0.


I love getcolorcode.com

Triadic colors

1 #5F8D83 and #835F8D with #8D835F are triadic colors.

2 #5F838D and #838D5F with #8D835F are triadic colors.