COLOR #8D643F

HEX: #8D643F
RGB: (141,100,63)

Color info

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

RGB color model

#8D643F color RGB value is (141,100,63).

  • red value is 141;
  • green value is 100;
  • blue value is 63.
RGB:
(141,100,63)
(55%,39%,25%)

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 63 of 255 = 25%

141
100
63

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 63 = 304 (100%)
R 141 of 304 ~ 46.38%
G 100 of 304 ~ 32.89%
B 63 of 304 ~ 20.72%

%46.38
%32.89
%20.72

CMYK color model

#8D643F color CMYK value is (0,29,55,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 55.32%
  • key color value is 44.71%
CMYK:
(0,29,55,45)
C0M29Y55K45 
(0%,29%,55%,45%)
(0.00/0.29/0.55/0.45)	

CMYK percentages

%0
%29.08
%55.32
%44.71

Codes

Color #8D643F in popluar color models

8D643F
RGB14110063
HSL28°38.24%40.00%
HSB/HSV28°55.32%55.29%
CMYK0.00%29.08%55.32%
44.71%

Color #8D643F in popluar number systems.

HEX8D643F
Decimal14110063
Binary100011011100100111111
Octal21514477

Shades and tints

Shades of #8D643F

#8D643F
(141,100,63)
#815B3A
(129,91,58)
#755235
(117,82,53)
#694930
(105,73,48)
#5D402B
(93,64,43)
#513726
(81,55,38)
#452E21
(69,46,33)
#39251C
(57,37,28)
#2D1C17
(45,28,23)
#211312
(33,19,18)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #8D643F

#8D643F
(141,100,63)
#977250
(151,114,80)
#A18061
(161,128,97)
#AB8E72
(171,142,114)
#B59C83
(181,156,131)
#BFAA94
(191,170,148)
#C9B8A5
(201,184,165)
#D3C6B6
(211,198,182)
#DDD4C7
(221,212,199)
#E7E2D8
(231,226,216)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D643F color. Also use rgb(141,100,63) instead hex code.

Text Font Color

.myTextColor { color: #8D643F; }

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

This text font color is #8D643F.


Background Color

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

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

This div background color is #8D643F.


Border color

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

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

This div border color is #8D643F.


Opacity

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

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

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

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

This text has shadow with #8D643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D643F on black background.


Color preview on white background

This text has color #8D643F on white background.



Black color preview on #8D643F background

This text has black color on #8D643F background.


White color preview on #8D643F background

This text has white color on #8D643F background.