COLOR #8F7577

HEX: #8F7577
RGB: (143,117,119)

Color info

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

RGB color model

#8F7577 color RGB value is (143,117,119).

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

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 119 of 255 = 47%

143
117
119

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 119 = 379 (100%)
R 143 of 379 ~ 37.73%
G 117 of 379 ~ 30.87%
B 119 of 379 ~ 31.4%

%37.73
%30.87
%31.4

CMYK color model

#8F7577 color CMYK value is (0,18,17,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 16.78%
  • key color value is 43.92%
CMYK:
(0,18,17,44)
C0M18Y17K44 
(0%,18%,17%,44%)
(0.00/0.18/0.17/0.44)	

CMYK percentages

%0
%18.18
%16.78
%43.92

Codes

Color #8F7577 in popluar color models

8F7577
RGB143117119
HSL355°10.40%50.98%
HSB/HSV355°18.18%56.08%
CMYK0.00%18.18%16.78%
43.92%

Color #8F7577 in popluar number systems.

HEX8F7577
Decimal143117119
Binary1000111111101011110111
Octal217165167

Shades and tints

Shades of #8F7577

#8F7577
(143,117,119)
#826B6D
(130,107,109)
#756163
(117,97,99)
#685759
(104,87,89)
#5B4D4F
(91,77,79)
#4E4345
(78,67,69)
#41393B
(65,57,59)
#342F31
(52,47,49)
#272527
(39,37,39)
#1A1B1D
(26,27,29)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #8F7577

#8F7577
(143,117,119)
#998183
(153,129,131)
#A38D8F
(163,141,143)
#AD999B
(173,153,155)
#B7A5A7
(183,165,167)
#C1B1B3
(193,177,179)
#CBBDBF
(203,189,191)
#D5C9CB
(213,201,203)
#DFD5D7
(223,213,215)
#E9E1E3
(233,225,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7577; }

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

This text font color is #8F7577.


Background Color

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

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

This div background color is #8F7577.


Border color

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

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

This div border color is #8F7577.


Opacity

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

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

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

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

This text has shadow with #8F7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7577 on black background.


Color preview on white background

This text has color #8F7577 on white background.



Black color preview on #8F7577 background

This text has black color on #8F7577 background.


White color preview on #8F7577 background

This text has white color on #8F7577 background.