COLOR #8F744C

HEX: #8F744C RGB: (143,116,76)

Color info

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

RGB color model

#8F744C color RGB value is (143,116,76).

RGB: (143,116,76) (56%, 45%, 30%)

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 76 of 255 = 30%

143
116
76

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

Portions of RGB colors in percentages

R + G + B = 143 + 116 + 76 = 335 (100%)
R 143 of 335 ~ 42.69%
G 116 of 335 ~ 34.63%
B 76 of 335 ~ 22.69'%

%42.69
%34.63
%22.69

CMYK color model

#8F744C color CMYK value is (0,19,47,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 46.85%
  • key color value is 43.92%

CMYK: (0,19,47,44)
C0M19Y47K44 (0%, 19%, 47%, 44%)
(0.00 / 0.19 / 0.47 / 0.44)

CMYK percentages

%0
%18.88
%46.85
%43.92

Codes

Color #8F744C in popluar color models

8F 74 4C
RGB 143 116 76
HSL 36° 30.59% 42.94%
HSB/HSV 36° 46.85% 56.08%
CMYK 0.00% 18.88% 46.85%
43.92%

Color #8F744C in popluar number systems.

HEX 8F 74 4C
Decimal 143 116 76
Binary 10001111 1110100 1001100
Octal 217 164 114

Shades and tints

Shades of #8F744C

#8F744C
(143,116,76)
#826A46
(130,106,70)
#756040
(117,96,64)
#68563A
(104,86,58)
#5B4C34
(91,76,52)
#4E422E
(78,66,46)
#413828
(65,56,40)
#342E22
(52,46,34)
#27241C
(39,36,28)
#1A1A16
(26,26,22)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #8F744C

#8F744C
(143,116,76)
#99805C
(153,128,92)
#A38C6C
(163,140,108)
#AD987C
(173,152,124)
#B7A48C
(183,164,140)
#C1B09C
(193,176,156)
#CBBCAC
(203,188,172)
#D5C8BC
(213,200,188)
#DFD4CC
(223,212,204)
#E9E0DC
(233,224,220)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F744C color. Also use rgb(143,116,76) instead hex code.

Text Font Color

.myTextColor { color: #8F744C; }

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

This text font color is #8F744C.

Background Color

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

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

This div background color is #8F744C.

Border color

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

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

This div border color is #8F744C.

Opacity

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

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

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

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

This text has shadow with #8F744C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F744C.

Preview

Color preview on black background

This text has color #8F744C on black background.


Color preview on white background

This text has color #8F744C on white background.


Black color preview on #8F744C background

This text has black color on #8F744C background.


White color preview on #8F744C background

This text has white color on #8F744C background.


Related colors

Complementary color

Complementary color for #hex is #708BB3.


I love getcolorcode.com

Triadic colors

1 #4C8F74 and #744C8F with #8F744C are triadic colors.

2 #4C748F and #748F4C with #8F744C are triadic colors.