COLOR #8F6375

HEX: #8F6375
RGB: (143,99,117)

Color info

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

RGB color model

#8F6375 color RGB value is (143,99,117).

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

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 117 of 255 = 46%

143
99
117

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

Portions of RGB colors in percentages

R + G + B =
143 + 99 + 117 = 359 (100%)
R 143 of 359 ~ 39.83%
G 99 of 359 ~ 27.58%
B 117 of 359 ~ 32.59%

%39.83
%27.58
%32.59

CMYK color model

#8F6375 color CMYK value is (0,31,18,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 18.18%
  • key color value is 43.92%
CMYK:
(0,31,18,44)
C0M31Y18K44 
(0%,31%,18%,44%)
(0.00/0.31/0.18/0.44)	

CMYK percentages

%0
%30.77
%18.18
%43.92

Codes

Color #8F6375 in popluar color models

8F6375
RGB14399117
HSL335°18.18%47.45%
HSB/HSV335°30.77%56.08%
CMYK0.00%30.77%18.18%
43.92%

Color #8F6375 in popluar number systems.

HEX8F6375
Decimal14399117
Binary1000111111000111110101
Octal217143165

Shades and tints

Shades of #8F6375

#8F6375
(143,99,117)
#825A6B
(130,90,107)
#755161
(117,81,97)
#684857
(104,72,87)
#5B3F4D
(91,63,77)
#4E3643
(78,54,67)
#412D39
(65,45,57)
#34242F
(52,36,47)
#271B25
(39,27,37)
#1A121B
(26,18,27)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #8F6375

#8F6375
(143,99,117)
#997181
(153,113,129)
#A37F8D
(163,127,141)
#AD8D99
(173,141,153)
#B79BA5
(183,155,165)
#C1A9B1
(193,169,177)
#CBB7BD
(203,183,189)
#D5C5C9
(213,197,201)
#DFD3D5
(223,211,213)
#E9E1E1
(233,225,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6375; }

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

This text font color is #8F6375.


Background Color

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

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

This div background color is #8F6375.


Border color

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

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

This div border color is #8F6375.


Opacity

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

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

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

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

This text has shadow with #8F6375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6375 on black background.


Color preview on white background

This text has color #8F6375 on white background.



Black color preview on #8F6375 background

This text has black color on #8F6375 background.


White color preview on #8F6375 background

This text has white color on #8F6375 background.