COLOR #8D652F

HEX: #8D652F
RGB: (141,101,47)

Color info

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

RGB color model

#8D652F color RGB value is (141,101,47).

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

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 47 of 255 = 18%

141
101
47

R + G + B ~ 38%. #8D652F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 47 = 289 (100%)
R 141 of 289 ~ 48.79%
G 101 of 289 ~ 34.95%
B 47 of 289 ~ 16.26%

%48.79
%34.95
%16.26

CMYK color model

#8D652F color CMYK value is (0,28,67,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 66.67%
  • key color value is 44.71%
CMYK:
(0,28,67,45)
C0M28Y67K45 
(0%,28%,67%,45%)
(0.00/0.28/0.67/0.45)	

CMYK percentages

%0
%28.37
%66.67
%44.71

Codes

Color #8D652F in popluar color models

8D652F
RGB14110147
HSL34°50.00%36.86%
HSB/HSV34°66.67%55.29%
CMYK0.00%28.37%66.67%
44.71%

Color #8D652F in popluar number systems.

HEX8D652F
Decimal14110147
Binary100011011100101101111
Octal21514557

Shades and tints

Shades of #8D652F

#8D652F
(141,101,47)
#815C2B
(129,92,43)
#755327
(117,83,39)
#694A23
(105,74,35)
#5D411F
(93,65,31)
#51381B
(81,56,27)
#452F17
(69,47,23)
#392613
(57,38,19)
#2D1D0F
(45,29,15)
#21140B
(33,20,11)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #8D652F

#8D652F
(141,101,47)
#977341
(151,115,65)
#A18153
(161,129,83)
#AB8F65
(171,143,101)
#B59D77
(181,157,119)
#BFAB89
(191,171,137)
#C9B99B
(201,185,155)
#D3C7AD
(211,199,173)
#DDD5BF
(221,213,191)
#E7E3D1
(231,227,209)
#F1F1E3
(241,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D652F; }

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

This text font color is #8D652F.


Background Color

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

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

This div background color is #8D652F.


Border color

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

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

This div border color is #8D652F.


Opacity

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

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

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

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

This text has shadow with #8D652F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D652F on black background.


Color preview on white background

This text has color #8D652F on white background.



Black color preview on #8D652F background

This text has black color on #8D652F background.


White color preview on #8D652F background

This text has white color on #8D652F background.