COLOR #8F665A

HEX: #8F665A
RGB: (143,102,90)

Color info

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

RGB color model

#8F665A color RGB value is (143,102,90).

  • red value is 143;
  • green value is 102;
  • blue value is 90.
RGB:
(143,102,90)
(56%,40%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 90 of 255 = 35%

143
102
90

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 90 = 335 (100%)
R 143 of 335 ~ 42.69%
G 102 of 335 ~ 30.45%
B 90 of 335 ~ 26.87%

%42.69
%30.45
%26.87

CMYK color model

#8F665A color CMYK value is (0,29,37,44).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 37.06%
  • key color value is 43.92%
CMYK:
(0,29,37,44)
C0M29Y37K44 
(0%,29%,37%,44%)
(0.00/0.29/0.37/0.44)	

CMYK percentages

%0
%28.67
%37.06
%43.92

Codes

Color #8F665A in popluar color models

8F665A
RGB14310290
HSL14°22.75%45.69%
HSB/HSV14°37.06%56.08%
CMYK0.00%28.67%37.06%
43.92%

Color #8F665A in popluar number systems.

HEX8F665A
Decimal14310290
Binary1000111111001101011010
Octal217146132

Shades and tints

Shades of #8F665A

#8F665A
(143,102,90)
#825D52
(130,93,82)
#75544A
(117,84,74)
#684B42
(104,75,66)
#5B423A
(91,66,58)
#4E3932
(78,57,50)
#41302A
(65,48,42)
#342722
(52,39,34)
#271E1A
(39,30,26)
#1A1512
(26,21,18)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #8F665A

#8F665A
(143,102,90)
#997369
(153,115,105)
#A38078
(163,128,120)
#AD8D87
(173,141,135)
#B79A96
(183,154,150)
#C1A7A5
(193,167,165)
#CBB4B4
(203,180,180)
#D5C1C3
(213,193,195)
#DFCED2
(223,206,210)
#E9DBE1
(233,219,225)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F665A color. Also use rgb(143,102,90) instead hex code.

Text Font Color

.myTextColor { color: #8F665A; }

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

This text font color is #8F665A.


Background Color

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

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

This div background color is #8F665A.


Border color

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

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

This div border color is #8F665A.


Opacity

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

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

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

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

This text has shadow with #8F665A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F665A on black background.


Color preview on white background

This text has color #8F665A on white background.



Black color preview on #8F665A background

This text has black color on #8F665A background.


White color preview on #8F665A background

This text has white color on #8F665A background.