COLOR #8F674F

HEX: #8F674F RGB: (143,103,79)

Color info

#8F674F contains mainly red and green colors. Web safe color of #8F674F is #996666 (or #966).

RGB color model

#8F674F color RGB value is (143,103,79).

RGB: (143,103,79) (56%, 40%, 31%)

RGB channels and saturation

R 143 of 255 = 56%
G 103 of 255 = 40%
B 79 of 255 = 31%

143
103
79

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

Portions of RGB colors in percentages

R + G + B = 143 + 103 + 79 = 325 (100%)
R 143 of 325 ~ 44%
G 103 of 325 ~ 31.69%
B 79 of 325 ~ 24.31'%

%44
%31.69
%24.31

CMYK color model

#8F674F color CMYK value is (0,28,45,44).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 44.76%
  • key color value is 43.92%
CMYK: (0,28,45,44) C0M28Y45K44 (0%,28%,45%,44%) (0.00/0.28/0.45/0.44) 

CMYK percentages

%0
%27.97
%44.76
%43.92

Codes

Color #8F674F in popluar color models

8F 67 4F
RGB 143 103 79
HSL 23° 28.83% 43.53%
HSB/HSV 23° 44.76% 56.08%
CMYK 0.00% 27.97% 44.76%
43.92%

Color #8F674F in popluar number systems.

HEX 8F 67 4F
Decimal 143 103 79
Binary 10001111 1100111 1001111
Octal 217 147 117

Shades and tints

Shades of #8F674F

#8F674F
(143,103,79)
#825E48
(130,94,72)
#755541
(117,85,65)
#684C3A
(104,76,58)
#5B4333
(91,67,51)
#4E3A2C
(78,58,44)
#413125
(65,49,37)
#34281E
(52,40,30)
#271F17
(39,31,23)
#1A1610
(26,22,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #8F674F

#8F674F
(143,103,79)
#99745F
(153,116,95)
#A3816F
(163,129,111)
#AD8E7F
(173,142,127)
#B79B8F
(183,155,143)
#C1A89F
(193,168,159)
#CBB5AF
(203,181,175)
#D5C2BF
(213,194,191)
#DFCFCF
(223,207,207)
#E9DCDF
(233,220,223)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F674F color. Also use rgb(143,103,79) instead hex code.

Text Font Color

.myTextColor { color: #8F674F; }

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

This text font color is #8F674F.

Background Color

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

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

This div background color is #8F674F.

Border color

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

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

This div border color is #8F674F.

Opacity

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

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

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

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

This text has shadow with #8F674F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F674F.

Preview

Color preview on black background

This text has color #8F674F on black background.


Color preview on white background

This text has color #8F674F on white background.


Black color preview on #8F674F background

This text has black color on #8F674F background.


White color preview on #8F674F background

This text has white color on #8F674F background.


Related colors

Complementary color

Complementary color for #hex is #7098B0.


I love getcolorcode.com

Triadic colors

1 #4F8F67 and #674F8F with #8F674F are triadic colors.

2 #4F678F and #678F4F with #8F674F are triadic colors.