COLOR #8F6C58

HEX: #8F6C58
RGB: (143,108,88)

Color info

#8F6C58 contains red, green and blue colors in about the same proportion. Web safe color of #8F6C58 is #996666 (or #966).

RGB color model

#8F6C58 color RGB value is (143,108,88).

  • red value is 143;
  • green value is 108;
  • blue value is 88.
RGB:
(143,108,88)
(56%,42%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 108 of 255 = 42%
B 88 of 255 = 35%

143
108
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 108 + 88 = 339 (100%)
R 143 of 339 ~ 42.18%
G 108 of 339 ~ 31.86%
B 88 of 339 ~ 25.96%

%42.18
%31.86
%25.96

CMYK color model

#8F6C58 color CMYK value is (0,24,38,44).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(0,24,38,44)
C0M24Y38K44 
(0%,24%,38%,44%)
(0.00/0.24/0.38/0.44)	

CMYK percentages

%0
%24.48
%38.46
%43.92

Codes

Color #8F6C58 in popluar color models

8F6C58
RGB14310888
HSL22°23.81%45.29%
HSB/HSV22°38.46%56.08%
CMYK0.00%24.48%38.46%
43.92%

Color #8F6C58 in popluar number systems.

HEX8F6C58
Decimal14310888
Binary1000111111011001011000
Octal217154130

Shades and tints

Shades of #8F6C58

#8F6C58
(143,108,88)
#826350
(130,99,80)
#755A48
(117,90,72)
#685140
(104,81,64)
#5B4838
(91,72,56)
#4E3F30
(78,63,48)
#413628
(65,54,40)
#342D20
(52,45,32)
#272418
(39,36,24)
#1A1B10
(26,27,16)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #8F6C58

#8F6C58
(143,108,88)
#997967
(153,121,103)
#A38676
(163,134,118)
#AD9385
(173,147,133)
#B7A094
(183,160,148)
#C1ADA3
(193,173,163)
#CBBAB2
(203,186,178)
#D5C7C1
(213,199,193)
#DFD4D0
(223,212,208)
#E9E1DF
(233,225,223)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6C58 color. Also use rgb(143,108,88) instead hex code.

Text Font Color

.myTextColor { color: #8F6C58; }

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

This text font color is #8F6C58.


Background Color

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

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

This div background color is #8F6C58.


Border color

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

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

This div border color is #8F6C58.


Opacity

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

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

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

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

This text has shadow with #8F6C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6C58 on black background.


Color preview on white background

This text has color #8F6C58 on white background.



Black color preview on #8F6C58 background

This text has black color on #8F6C58 background.


White color preview on #8F6C58 background

This text has white color on #8F6C58 background.