COLOR #8D653B

HEX: #8D653B
RGB: (141,101,59)

Color info

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

RGB color model

#8D653B color RGB value is (141,101,59).

  • red value is 141;
  • green value is 101;
  • blue value is 59.
RGB:
(141,101,59)
(55%,40%,23%)

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 59 of 255 = 23%

141
101
59

R + G + B ~ 39%. #8D653B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 59 = 301 (100%)
R 141 of 301 ~ 46.84%
G 101 of 301 ~ 33.55%
B 59 of 301 ~ 19.6%

%46.84
%33.55
%19.6

CMYK color model

#8D653B color CMYK value is (0,28,58,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 58.16%
  • key color value is 44.71%
CMYK:
(0,28,58,45)
C0M28Y58K45 
(0%,28%,58%,45%)
(0.00/0.28/0.58/0.45)	

CMYK percentages

%0
%28.37
%58.16
%44.71

Codes

Color #8D653B in popluar color models

8D653B
RGB14110159
HSL31°41.00%39.22%
HSB/HSV31°58.16%55.29%
CMYK0.00%28.37%58.16%
44.71%

Color #8D653B in popluar number systems.

HEX8D653B
Decimal14110159
Binary100011011100101111011
Octal21514573

Shades and tints

Shades of #8D653B

#8D653B
(141,101,59)
#815C36
(129,92,54)
#755331
(117,83,49)
#694A2C
(105,74,44)
#5D4127
(93,65,39)
#513822
(81,56,34)
#452F1D
(69,47,29)
#392618
(57,38,24)
#2D1D13
(45,29,19)
#21140E
(33,20,14)
#150B09
(21,11,9)
#000000
(0,0,0)

Tints of #8D653B

#8D653B
(141,101,59)
#97734C
(151,115,76)
#A1815D
(161,129,93)
#AB8F6E
(171,143,110)
#B59D7F
(181,157,127)
#BFAB90
(191,171,144)
#C9B9A1
(201,185,161)
#D3C7B2
(211,199,178)
#DDD5C3
(221,213,195)
#E7E3D4
(231,227,212)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D653B; }

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

This text font color is #8D653B.


Background Color

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

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

This div background color is #8D653B.


Border color

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

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

This div border color is #8D653B.


Opacity

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

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

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

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

This text has shadow with #8D653B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D653B on black background.


Color preview on white background

This text has color #8D653B on white background.



Black color preview on #8D653B background

This text has black color on #8D653B background.


White color preview on #8D653B background

This text has white color on #8D653B background.