COLOR #8D835D

HEX: #8D835D RGB: (141,131,93)

Color info

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

RGB color model

#8D835D color RGB value is (141,131,93).

RGB: (141,131,93) (55%, 51%, 36%)

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 93 of 255 = 36%

141
131
93

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

Portions of RGB colors in percentages

R + G + B = 141 + 131 + 93 = 365 (100%)
R 141 of 365 ~ 38.63%
G 131 of 365 ~ 35.89%
B 93 of 365 ~ 25.48'%

%38.63
%35.89
%25.48

CMYK color model

#8D835D color CMYK value is (0,7,34,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 34.04%
  • key color value is 44.71%
CMYK: (0,7,34,45) C0M7Y34K45 (0%,7%,34%,45%) (0.00/0.07/0.34/0.45) 

CMYK percentages

%0
%7.09
%34.04
%44.71

Codes

Color #8D835D in popluar color models

8D 83 5D
RGB 141 131 93
HSL 48° 20.51% 45.88%
HSB/HSV 48° 34.04% 55.29%
CMYK 0.00% 7.09% 34.04%
44.71%

Color #8D835D in popluar number systems.

HEX 8D 83 5D
Decimal 141 131 93
Binary 10001101 10000011 1011101
Octal 215 203 135

Shades and tints

Shades of #8D835D

#8D835D
(141,131,93)
#817855
(129,120,85)
#756D4D
(117,109,77)
#696245
(105,98,69)
#5D573D
(93,87,61)
#514C35
(81,76,53)
#45412D
(69,65,45)
#393625
(57,54,37)
#2D2B1D
(45,43,29)
#212015
(33,32,21)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #8D835D

#8D835D
(141,131,93)
#978E6B
(151,142,107)
#A19979
(161,153,121)
#ABA487
(171,164,135)
#B5AF95
(181,175,149)
#BFBAA3
(191,186,163)
#C9C5B1
(201,197,177)
#D3D0BF
(211,208,191)
#DDDBCD
(221,219,205)
#E7E6DB
(231,230,219)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D835D; }

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

This text font color is #8D835D.

Background Color

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

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

This div background color is #8D835D.

Border color

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

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

This div border color is #8D835D.

Opacity

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

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

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

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

This text has shadow with #8D835D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D835D.

Preview

Color preview on black background

This text has color #8D835D on black background.


Color preview on white background

This text has color #8D835D on white background.


Black color preview on #8D835D background

This text has black color on #8D835D background.


White color preview on #8D835D background

This text has white color on #8D835D background.


Related colors

Complementary color

Complementary color for #hex is #727CA2.


I love getcolorcode.com

Triadic colors

1 #5D8D83 and #835D8D with #8D835D are triadic colors.

2 #5D838D and #838D5D with #8D835D are triadic colors.