COLOR #8D6149

HEX: #8D6149
RGB: (141,97,73)

Color info

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

RGB color model

#8D6149 color RGB value is (141,97,73).

  • red value is 141;
  • green value is 97;
  • blue value is 73.
RGB:
(141,97,73)
(55%,38%,29%)

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 73 of 255 = 29%

141
97
73

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 73 = 311 (100%)
R 141 of 311 ~ 45.34%
G 97 of 311 ~ 31.19%
B 73 of 311 ~ 23.47%

%45.34
%31.19
%23.47

CMYK color model

#8D6149 color CMYK value is (0,31,48,45).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(0,31,48,45)
C0M31Y48K45 
(0%,31%,48%,45%)
(0.00/0.31/0.48/0.45)	

CMYK percentages

%0
%31.21
%48.23
%44.71

Codes

Color #8D6149 in popluar color models

8D6149
RGB1419773
HSL21°31.78%41.96%
HSB/HSV21°48.23%55.29%
CMYK0.00%31.21%48.23%
44.71%

Color #8D6149 in popluar number systems.

HEX8D6149
Decimal1419773
Binary1000110111000011001001
Octal215141111

Shades and tints

Shades of #8D6149

#8D6149
(141,97,73)
#815943
(129,89,67)
#75513D
(117,81,61)
#694937
(105,73,55)
#5D4131
(93,65,49)
#51392B
(81,57,43)
#453125
(69,49,37)
#39291F
(57,41,31)
#2D2119
(45,33,25)
#211913
(33,25,19)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #8D6149

#8D6149
(141,97,73)
#976F59
(151,111,89)
#A17D69
(161,125,105)
#AB8B79
(171,139,121)
#B59989
(181,153,137)
#BFA799
(191,167,153)
#C9B5A9
(201,181,169)
#D3C3B9
(211,195,185)
#DDD1C9
(221,209,201)
#E7DFD9
(231,223,217)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6149 color. Also use rgb(141,97,73) instead hex code.

Text Font Color

.myTextColor { color: #8D6149; }

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

This text font color is #8D6149.


Background Color

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

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

This div background color is #8D6149.


Border color

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

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

This div border color is #8D6149.


Opacity

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

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

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

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

This text has shadow with #8D6149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6149 on black background.


Color preview on white background

This text has color #8D6149 on white background.



Black color preview on #8D6149 background

This text has black color on #8D6149 background.


White color preview on #8D6149 background

This text has white color on #8D6149 background.