COLOR #8D672D

HEX: #8D672D
RGB: (141,103,45)

Color info

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

RGB color model

#8D672D color RGB value is (141,103,45).

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

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 45 of 255 = 18%

141
103
45

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

Portions of RGB colors in percentages

R + G + B =
141 + 103 + 45 = 289 (100%)
R 141 of 289 ~ 48.79%
G 103 of 289 ~ 35.64%
B 45 of 289 ~ 15.57%

%48.79
%35.64
%15.57

CMYK color model

#8D672D color CMYK value is (0,27,68,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 68.09%
  • key color value is 44.71%
CMYK:
(0,27,68,45)
C0M27Y68K45 
(0%,27%,68%,45%)
(0.00/0.27/0.68/0.45)	

CMYK percentages

%0
%26.95
%68.09
%44.71

Codes

Color #8D672D in popluar color models

8D672D
RGB14110345
HSL36°51.61%36.47%
HSB/HSV36°68.09%55.29%
CMYK0.00%26.95%68.09%
44.71%

Color #8D672D in popluar number systems.

HEX8D672D
Decimal14110345
Binary100011011100111101101
Octal21514755

Shades and tints

Shades of #8D672D

#8D672D
(141,103,45)
#815E29
(129,94,41)
#755525
(117,85,37)
#694C21
(105,76,33)
#5D431D
(93,67,29)
#513A19
(81,58,25)
#453115
(69,49,21)
#392811
(57,40,17)
#2D1F0D
(45,31,13)
#211609
(33,22,9)
#150D05
(21,13,5)
#000000
(0,0,0)

Tints of #8D672D

#8D672D
(141,103,45)
#977440
(151,116,64)
#A18153
(161,129,83)
#AB8E66
(171,142,102)
#B59B79
(181,155,121)
#BFA88C
(191,168,140)
#C9B59F
(201,181,159)
#D3C2B2
(211,194,178)
#DDCFC5
(221,207,197)
#E7DCD8
(231,220,216)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D672D color. Also use rgb(141,103,45) instead hex code.

Text Font Color

.myTextColor { color: #8D672D; }

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

This text font color is #8D672D.


Background Color

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

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

This div background color is #8D672D.


Border color

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

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

This div border color is #8D672D.


Opacity

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

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

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

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

This text has shadow with #8D672D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D672D on black background.


Color preview on white background

This text has color #8D672D on white background.



Black color preview on #8D672D background

This text has black color on #8D672D background.


White color preview on #8D672D background

This text has white color on #8D672D background.