COLOR #8D674B

HEX: #8D674B RGB: (141,103,75)

Color info

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

RGB color model

#8D674B color RGB value is (141,103,75).

RGB: (141,103,75) (55%, 40%, 29%)

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 75 of 255 = 29%

141
103
75

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

Portions of RGB colors in percentages

R + G + B = 141 + 103 + 75 = 319 (100%)
R 141 of 319 ~ 44.2%
G 103 of 319 ~ 32.29%
B 75 of 319 ~ 23.51'%

%44.2
%32.29
%23.51

CMYK color model

#8D674B color CMYK value is (0,27,47,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 46.81%
  • key color value is 44.71%

CMYK: (0,27,47,45)
C0M27Y47K45 (0%, 27%, 47%, 45%)
(0.00 / 0.27 / 0.47 / 0.45)

CMYK percentages

%0
%26.95
%46.81
%44.71

Codes

Color #8D674B in popluar color models

8D 67 4B
RGB 141 103 75
HSL 25° 30.56% 42.35%
HSB/HSV 25° 46.81% 55.29%
CMYK 0.00% 26.95% 46.81%
44.71%

Color #8D674B in popluar number systems.

HEX 8D 67 4B
Decimal 141 103 75
Binary 10001101 1100111 1001011
Octal 215 147 113

Shades and tints

Shades of #8D674B

#8D674B
(141,103,75)
#815E45
(129,94,69)
#75553F
(117,85,63)
#694C39
(105,76,57)
#5D4333
(93,67,51)
#513A2D
(81,58,45)
#453127
(69,49,39)
#392821
(57,40,33)
#2D1F1B
(45,31,27)
#211615
(33,22,21)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #8D674B

#8D674B
(141,103,75)
#97745B
(151,116,91)
#A1816B
(161,129,107)
#AB8E7B
(171,142,123)
#B59B8B
(181,155,139)
#BFA89B
(191,168,155)
#C9B5AB
(201,181,171)
#D3C2BB
(211,194,187)
#DDCFCB
(221,207,203)
#E7DCDB
(231,220,219)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D674B; }

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

This text font color is #8D674B.

Background Color

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

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

This div background color is #8D674B.

Border color

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

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

This div border color is #8D674B.

Opacity

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

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

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

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

This text has shadow with #8D674B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D674B.

Preview

Color preview on black background

This text has color #8D674B on black background.


Color preview on white background

This text has color #8D674B on white background.


Black color preview on #8D674B background

This text has black color on #8D674B background.


White color preview on #8D674B background

This text has white color on #8D674B background.


Related colors

Complementary color

Complementary color for #hex is #7298B4.


I love getcolorcode.com

Triadic colors

1 #4B8D67 and #674B8D with #8D674B are triadic colors.

2 #4B678D and #678D4B with #8D674B are triadic colors.