COLOR #8F6831

HEX: #8F6831
RGB: (143,104,49)

Color info

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

RGB color model

#8F6831 color RGB value is (143,104,49).

  • red value is 143;
  • green value is 104;
  • blue value is 49.
RGB:
(143,104,49)
(56%,41%,19%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 49 of 255 = 19%

143
104
49

R + G + B ~ 39%. #8F6831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 104 + 49 = 296 (100%)
R 143 of 296 ~ 48.31%
G 104 of 296 ~ 35.14%
B 49 of 296 ~ 16.55%

%48.31
%35.14
%16.55

CMYK color model

#8F6831 color CMYK value is (0,27,66,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 65.73%
  • key color value is 43.92%
CMYK:
(0,27,66,44)
C0M27Y66K44 
(0%,27%,66%,44%)
(0.00/0.27/0.66/0.44)	

CMYK percentages

%0
%27.27
%65.73
%43.92

Codes

Color #8F6831 in popluar color models

8F6831
RGB14310449
HSL35°48.96%37.65%
HSB/HSV35°65.73%56.08%
CMYK0.00%27.27%65.73%
43.92%

Color #8F6831 in popluar number systems.

HEX8F6831
Decimal14310449
Binary100011111101000110001
Octal21715061

Shades and tints

Shades of #8F6831

#8F6831
(143,104,49)
#825F2D
(130,95,45)
#755629
(117,86,41)
#684D25
(104,77,37)
#5B4421
(91,68,33)
#4E3B1D
(78,59,29)
#413219
(65,50,25)
#342915
(52,41,21)
#272011
(39,32,17)
#1A170D
(26,23,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #8F6831

#8F6831
(143,104,49)
#997543
(153,117,67)
#A38255
(163,130,85)
#AD8F67
(173,143,103)
#B79C79
(183,156,121)
#C1A98B
(193,169,139)
#CBB69D
(203,182,157)
#D5C3AF
(213,195,175)
#DFD0C1
(223,208,193)
#E9DDD3
(233,221,211)
#F3EAE5
(243,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6831; }

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

This text font color is #8F6831.


Background Color

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

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

This div background color is #8F6831.


Border color

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

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

This div border color is #8F6831.


Opacity

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

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

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

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

This text has shadow with #8F6831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6831 on black background.


Color preview on white background

This text has color #8F6831 on white background.



Black color preview on #8F6831 background

This text has black color on #8F6831 background.


White color preview on #8F6831 background

This text has white color on #8F6831 background.