COLOR #8F755C

HEX: #8F755C
RGB: (143,117,92)

Color info

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

RGB color model

#8F755C color RGB value is (143,117,92).

  • red value is 143;
  • green value is 117;
  • blue value is 92.
RGB:
(143,117,92)
(56%,46%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 92 of 255 = 36%

143
117
92

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 92 = 352 (100%)
R 143 of 352 ~ 40.63%
G 117 of 352 ~ 33.24%
B 92 of 352 ~ 26.14%

%40.63
%33.24
%26.14

CMYK color model

#8F755C color CMYK value is (0,18,36,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 35.66%
  • key color value is 43.92%
CMYK:
(0,18,36,44)
C0M18Y36K44 
(0%,18%,36%,44%)
(0.00/0.18/0.36/0.44)	

CMYK percentages

%0
%18.18
%35.66
%43.92

Codes

Color #8F755C in popluar color models

8F755C
RGB14311792
HSL29°21.70%46.08%
HSB/HSV29°35.66%56.08%
CMYK0.00%18.18%35.66%
43.92%

Color #8F755C in popluar number systems.

HEX8F755C
Decimal14311792
Binary1000111111101011011100
Octal217165134

Shades and tints

Shades of #8F755C

#8F755C
(143,117,92)
#826B54
(130,107,84)
#75614C
(117,97,76)
#685744
(104,87,68)
#5B4D3C
(91,77,60)
#4E4334
(78,67,52)
#41392C
(65,57,44)
#342F24
(52,47,36)
#27251C
(39,37,28)
#1A1B14
(26,27,20)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #8F755C

#8F755C
(143,117,92)
#99816A
(153,129,106)
#A38D78
(163,141,120)
#AD9986
(173,153,134)
#B7A594
(183,165,148)
#C1B1A2
(193,177,162)
#CBBDB0
(203,189,176)
#D5C9BE
(213,201,190)
#DFD5CC
(223,213,204)
#E9E1DA
(233,225,218)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F755C color. Also use rgb(143,117,92) instead hex code.

Text Font Color

.myTextColor { color: #8F755C; }

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

This text font color is #8F755C.


Background Color

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

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

This div background color is #8F755C.


Border color

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

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

This div border color is #8F755C.


Opacity

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

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

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

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

This text has shadow with #8F755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F755C on black background.


Color preview on white background

This text has color #8F755C on white background.



Black color preview on #8F755C background

This text has black color on #8F755C background.


White color preview on #8F755C background

This text has white color on #8F755C background.