COLOR #8D653D

HEX: #8D653D RGB: (141,101,61)

Color info

#8D653D contains mainly red and green colors. Web safe color of #8D653D is #996633 (or #963).

RGB color model

#8D653D color RGB value is (141,101,61).

RGB: (141,101,61) (55%, 40%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 61 of 255 = 24%

141
101
61

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

Portions of RGB colors in percentages

R + G + B = 141 + 101 + 61 = 303 (100%)
R 141 of 303 ~ 46.53%
G 101 of 303 ~ 33.33%
B 61 of 303 ~ 20.13'%

%46.53
%33.33
%20.13

CMYK color model

#8D653D color CMYK value is (0,28,57,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 56.74%
  • key color value is 44.71%

CMYK: (0,28,57,45)
C0M28Y57K45 (0%, 28%, 57%, 45%)
(0.00 / 0.28 / 0.57 / 0.45)

CMYK percentages

%0
%28.37
%56.74
%44.71

Codes

Color #8D653D in popluar color models

8D 65 3D
RGB 141 101 61
HSL 30° 39.60% 39.61%
HSB/HSV 30° 56.74% 55.29%
CMYK 0.00% 28.37% 56.74%
44.71%

Color #8D653D in popluar number systems.

HEX 8D 65 3D
Decimal 141 101 61
Binary 10001101 1100101 111101
Octal 215 145 75

Shades and tints

Shades of #8D653D

#8D653D
(141,101,61)
#815C38
(129,92,56)
#755333
(117,83,51)
#694A2E
(105,74,46)
#5D4129
(93,65,41)
#513824
(81,56,36)
#452F1F
(69,47,31)
#39261A
(57,38,26)
#2D1D15
(45,29,21)
#211410
(33,20,16)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #8D653D

#8D653D
(141,101,61)
#97734E
(151,115,78)
#A1815F
(161,129,95)
#AB8F70
(171,143,112)
#B59D81
(181,157,129)
#BFAB92
(191,171,146)
#C9B9A3
(201,185,163)
#D3C7B4
(211,199,180)
#DDD5C5
(221,213,197)
#E7E3D6
(231,227,214)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D653D color. Also use rgb(141,101,61) instead hex code.

Text Font Color

.myTextColor { color: #8D653D; }

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

This text font color is #8D653D.

Background Color

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

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

This div background color is #8D653D.

Border color

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

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

This div border color is #8D653D.

Opacity

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

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

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

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

This text has shadow with #8D653D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D653D.

Preview

Color preview on black background

This text has color #8D653D on black background.


Color preview on white background

This text has color #8D653D on white background.


Black color preview on #8D653D background

This text has black color on #8D653D background.


White color preview on #8D653D background

This text has white color on #8D653D background.


Related colors

Complementary color

Complementary color for #hex is #729AC2.


I love getcolorcode.com

Triadic colors

1 #3D8D65 and #653D8D with #8D653D are triadic colors.

2 #3D658D and #658D3D with #8D653D are triadic colors.