COLOR #8F7465

HEX: #8F7465 RGB: (143,116,101)

Color info

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

RGB color model

#8F7465 color RGB value is (143,116,101).

RGB: (143,116,101) (56%, 45%, 40%)

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 101 of 255 = 40%

143
116
101

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

Portions of RGB colors in percentages

R + G + B = 143 + 116 + 101 = 360 (100%)
R 143 of 360 ~ 39.72%
G 116 of 360 ~ 32.22%
B 101 of 360 ~ 28.06'%

%39.72
%32.22
%28.06

CMYK color model

#8F7465 color CMYK value is (0,19,29,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 29.37%
  • key color value is 43.92%

CMYK: (0,19,29,44)
C0M19Y29K44 (0%, 19%, 29%, 44%)
(0.00 / 0.19 / 0.29 / 0.44)

CMYK percentages

%0
%18.88
%29.37
%43.92

Codes

Color #8F7465 in popluar color models

8F 74 65
RGB 143 116 101
HSL 21° 17.21% 47.84%
HSB/HSV 21° 29.37% 56.08%
CMYK 0.00% 18.88% 29.37%
43.92%

Color #8F7465 in popluar number systems.

HEX 8F 74 65
Decimal 143 116 101
Binary 10001111 1110100 1100101
Octal 217 164 145

Shades and tints

Shades of #8F7465

#8F7465
(143,116,101)
#826A5C
(130,106,92)
#756053
(117,96,83)
#68564A
(104,86,74)
#5B4C41
(91,76,65)
#4E4238
(78,66,56)
#41382F
(65,56,47)
#342E26
(52,46,38)
#27241D
(39,36,29)
#1A1A14
(26,26,20)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8F7465

#8F7465
(143,116,101)
#998073
(153,128,115)
#A38C81
(163,140,129)
#AD988F
(173,152,143)
#B7A49D
(183,164,157)
#C1B0AB
(193,176,171)
#CBBCB9
(203,188,185)
#D5C8C7
(213,200,199)
#DFD4D5
(223,212,213)
#E9E0E3
(233,224,227)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7465 color. Also use rgb(143,116,101) instead hex code.

Text Font Color

.myTextColor { color: #8F7465; }

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

This text font color is #8F7465.

Background Color

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

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

This div background color is #8F7465.

Border color

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

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

This div border color is #8F7465.

Opacity

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

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

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

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

This text has shadow with #8F7465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7465.

Preview

Color preview on black background

This text has color #8F7465 on black background.


Color preview on white background

This text has color #8F7465 on white background.


Black color preview on #8F7465 background

This text has black color on #8F7465 background.


White color preview on #8F7465 background

This text has white color on #8F7465 background.


Related colors

Complementary color

Complementary color for #hex is #708B9A.


I love getcolorcode.com

Triadic colors

1 #658F74 and #74658F with #8F7465 are triadic colors.

2 #65748F and #748F65 with #8F7465 are triadic colors.