COLOR #8F725B

HEX: #8F725B
RGB: (143,114,91)

Color info

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

RGB color model

#8F725B color RGB value is (143,114,91).

  • red value is 143;
  • green value is 114;
  • blue value is 91.
RGB:
(143,114,91)
(56%,45%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 91 of 255 = 36%

143
114
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 91 = 348 (100%)
R 143 of 348 ~ 41.09%
G 114 of 348 ~ 32.76%
B 91 of 348 ~ 26.15%

%41.09
%32.76
%26.15

CMYK color model

#8F725B color CMYK value is (0,20,36,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(0,20,36,44)
C0M20Y36K44 
(0%,20%,36%,44%)
(0.00/0.20/0.36/0.44)	

CMYK percentages

%0
%20.28
%36.36
%43.92

Codes

Color #8F725B in popluar color models

8F725B
RGB14311491
HSL27°22.22%45.88%
HSB/HSV27°36.36%56.08%
CMYK0.00%20.28%36.36%
43.92%

Color #8F725B in popluar number systems.

HEX8F725B
Decimal14311491
Binary1000111111100101011011
Octal217162133

Shades and tints

Shades of #8F725B

#8F725B
(143,114,91)
#826853
(130,104,83)
#755E4B
(117,94,75)
#685443
(104,84,67)
#5B4A3B
(91,74,59)
#4E4033
(78,64,51)
#41362B
(65,54,43)
#342C23
(52,44,35)
#27221B
(39,34,27)
#1A1813
(26,24,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #8F725B

#8F725B
(143,114,91)
#997E69
(153,126,105)
#A38A77
(163,138,119)
#AD9685
(173,150,133)
#B7A293
(183,162,147)
#C1AEA1
(193,174,161)
#CBBAAF
(203,186,175)
#D5C6BD
(213,198,189)
#DFD2CB
(223,210,203)
#E9DED9
(233,222,217)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F725B color. Also use rgb(143,114,91) instead hex code.

Text Font Color

.myTextColor { color: #8F725B; }

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

This text font color is #8F725B.


Background Color

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

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

This div background color is #8F725B.


Border color

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

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

This div border color is #8F725B.


Opacity

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

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

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

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

This text has shadow with #8F725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F725B on black background.


Color preview on white background

This text has color #8F725B on white background.



Black color preview on #8F725B background

This text has black color on #8F725B background.


White color preview on #8F725B background

This text has white color on #8F725B background.