COLOR #8F7331

HEX: #8F7331 RGB: (143,115,49)

Color info

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

RGB color model

#8F7331 color RGB value is (143,115,49).

RGB: (143,115,49) (56%, 45%, 19%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 49 of 255 = 19%

143
115
49

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

Portions of RGB colors in percentages

R + G + B = 143 + 115 + 49 = 307 (100%)
R 143 of 307 ~ 46.58%
G 115 of 307 ~ 37.46%
B 49 of 307 ~ 15.96'%

%46.58
%37.46
%15.96

CMYK color model

#8F7331 color CMYK value is (0,20,66,44).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 65.73%
  • key color value is 43.92%
CMYK: (0,20,66,44) C0M20Y66K44 (0%,20%,66%,44%) (0.00/0.20/0.66/0.44) 

CMYK percentages

%0
%19.58
%65.73
%43.92

Codes

Color #8F7331 in popluar color models

8F 73 31
RGB 143 115 49
HSL 42° 48.96% 37.65%
HSB/HSV 42° 65.73% 56.08%
CMYK 0.00% 19.58% 65.73%
43.92%

Color #8F7331 in popluar number systems.

HEX 8F 73 31
Decimal 143 115 49
Binary 10001111 1110011 110001
Octal 217 163 61

Shades and tints

Shades of #8F7331

#8F7331
(143,115,49)
#82692D
(130,105,45)
#755F29
(117,95,41)
#685525
(104,85,37)
#5B4B21
(91,75,33)
#4E411D
(78,65,29)
#413719
(65,55,25)
#342D15
(52,45,21)
#272311
(39,35,17)
#1A190D
(26,25,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #8F7331

#8F7331
(143,115,49)
#997F43
(153,127,67)
#A38B55
(163,139,85)
#AD9767
(173,151,103)
#B7A379
(183,163,121)
#C1AF8B
(193,175,139)
#CBBB9D
(203,187,157)
#D5C7AF
(213,199,175)
#DFD3C1
(223,211,193)
#E9DFD3
(233,223,211)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7331 color. Also use rgb(143,115,49) instead hex code.

Text Font Color

.myTextColor { color: #8F7331; }

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

This text font color is #8F7331.

Background Color

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

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

This div background color is #8F7331.

Border color

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

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

This div border color is #8F7331.

Opacity

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

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

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

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

This text has shadow with #8F7331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7331.

Preview

Color preview on black background

This text has color #8F7331 on black background.


Color preview on white background

This text has color #8F7331 on white background.


Black color preview on #8F7331 background

This text has black color on #8F7331 background.


White color preview on #8F7331 background

This text has white color on #8F7331 background.


Related colors

Complementary color

Complementary color for #hex is #708CCE.


I love getcolorcode.com

Triadic colors

1 #318F73 and #73318F with #8F7331 are triadic colors.

2 #31738F and #738F31 with #8F7331 are triadic colors.