COLOR #8F634C

HEX: #8F634C RGB: (143,99,76)

Color info

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

RGB color model

#8F634C color RGB value is (143,99,76).

RGB: (143,99,76) (56%, 39%, 30%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 76 of 255 = 30%

143
99
76

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

Portions of RGB colors in percentages

R + G + B = 143 + 99 + 76 = 318 (100%)
R 143 of 318 ~ 44.97%
G 99 of 318 ~ 31.13%
B 76 of 318 ~ 23.9'%

%44.97
%31.13
%23.9

CMYK color model

#8F634C color CMYK value is (0,31,47,44).

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

CMYK: (0,31,47,44)
C0M31Y47K44 (0%, 31%, 47%, 44%)
(0.00 / 0.31 / 0.47 / 0.44)

CMYK percentages

%0
%30.77
%46.85
%43.92

Codes

Color #8F634C in popluar color models

8F 63 4C
RGB 143 99 76
HSL 21° 30.59% 42.94%
HSB/HSV 21° 46.85% 56.08%
CMYK 0.00% 30.77% 46.85%
43.92%

Color #8F634C in popluar number systems.

HEX 8F 63 4C
Decimal 143 99 76
Binary 10001111 1100011 1001100
Octal 217 143 114

Shades and tints

Shades of #8F634C

#8F634C
(143,99,76)
#825A46
(130,90,70)
#755140
(117,81,64)
#68483A
(104,72,58)
#5B3F34
(91,63,52)
#4E362E
(78,54,46)
#412D28
(65,45,40)
#342422
(52,36,34)
#271B1C
(39,27,28)
#1A1216
(26,18,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #8F634C

#8F634C
(143,99,76)
#99715C
(153,113,92)
#A37F6C
(163,127,108)
#AD8D7C
(173,141,124)
#B79B8C
(183,155,140)
#C1A99C
(193,169,156)
#CBB7AC
(203,183,172)
#D5C5BC
(213,197,188)
#DFD3CC
(223,211,204)
#E9E1DC
(233,225,220)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F634C; }

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

This text font color is #8F634C.

Background Color

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

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

This div background color is #8F634C.

Border color

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

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

This div border color is #8F634C.

Opacity

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

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

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

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

This text has shadow with #8F634C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F634C.

Preview

Color preview on black background

This text has color #8F634C on black background.


Color preview on white background

This text has color #8F634C on white background.


Black color preview on #8F634C background

This text has black color on #8F634C background.


White color preview on #8F634C background

This text has white color on #8F634C background.


Related colors

Complementary color

Complementary color for #hex is #709CB3.


I love getcolorcode.com

Triadic colors

1 #4C8F63 and #634C8F with #8F634C are triadic colors.

2 #4C638F and #638F4C with #8F634C are triadic colors.