COLOR #8F6344

HEX: #8F6344 RGB: (143,99,68)

Color info

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

RGB color model

#8F6344 color RGB value is (143,99,68).

RGB: (143,99,68) (56%, 39%, 27%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 68 of 255 = 27%

143
99
68

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

Portions of RGB colors in percentages

R + G + B = 143 + 99 + 68 = 310 (100%)
R 143 of 310 ~ 46.13%
G 99 of 310 ~ 31.94%
B 68 of 310 ~ 21.94'%

%46.13
%31.94
%21.94

CMYK color model

#8F6344 color CMYK value is (0,31,52,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 52.45%
  • key color value is 43.92%

CMYK: (0,31,52,44)
C0M31Y52K44 (0%, 31%, 52%, 44%)
(0.00 / 0.31 / 0.52 / 0.44)

CMYK percentages

%0
%30.77
%52.45
%43.92

Codes

Color #8F6344 in popluar color models

8F 63 44
RGB 143 99 68
HSL 25° 35.55% 41.37%
HSB/HSV 25° 52.45% 56.08%
CMYK 0.00% 30.77% 52.45%
43.92%

Color #8F6344 in popluar number systems.

HEX 8F 63 44
Decimal 143 99 68
Binary 10001111 1100011 1000100
Octal 217 143 104

Shades and tints

Shades of #8F6344

#8F6344
(143,99,68)
#825A3E
(130,90,62)
#755138
(117,81,56)
#684832
(104,72,50)
#5B3F2C
(91,63,44)
#4E3626
(78,54,38)
#412D20
(65,45,32)
#34241A
(52,36,26)
#271B14
(39,27,20)
#1A120E
(26,18,14)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #8F6344

#8F6344
(143,99,68)
#997155
(153,113,85)
#A37F66
(163,127,102)
#AD8D77
(173,141,119)
#B79B88
(183,155,136)
#C1A999
(193,169,153)
#CBB7AA
(203,183,170)
#D5C5BB
(213,197,187)
#DFD3CC
(223,211,204)
#E9E1DD
(233,225,221)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6344 color. Also use rgb(143,99,68) instead hex code.

Text Font Color

.myTextColor { color: #8F6344; }

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

This text font color is #8F6344.

Background Color

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

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

This div background color is #8F6344.

Border color

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

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

This div border color is #8F6344.

Opacity

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

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

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

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

This text has shadow with #8F6344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6344.

Preview

Color preview on black background

This text has color #8F6344 on black background.


Color preview on white background

This text has color #8F6344 on white background.


Black color preview on #8F6344 background

This text has black color on #8F6344 background.


White color preview on #8F6344 background

This text has white color on #8F6344 background.


Related colors

Complementary color

Complementary color for #hex is #709CBB.


I love getcolorcode.com

Triadic colors

1 #448F63 and #63448F with #8F6344 are triadic colors.

2 #44638F and #638F44 with #8F6344 are triadic colors.