COLOR #9F8F67

HEX: #9F8F67
RGB: (159,143,103)

Color info

#9F8F67 contains red, green and blue colors in about the same proportion. Web safe color of #9F8F67 is #999966 (or #996).

RGB color model

#9F8F67 color RGB value is (159,143,103).

  • red value is 159;
  • green value is 143;
  • blue value is 103.
RGB:
(159,143,103)
(62%,56%,40%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 103 of 255 = 40%

159
143
103

R + G + B ~ 53%. #9F8F67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 103 = 405 (100%)
R 159 of 405 ~ 39.26%
G 143 of 405 ~ 35.31%
B 103 of 405 ~ 25.43%

%39.26
%35.31
%25.43

CMYK color model

#9F8F67 color CMYK value is (0,10,35,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 35.22%
  • key color value is 37.65%
CMYK:
(0,10,35,38)
C0M10Y35K38 
(0%,10%,35%,38%)
(0.00/0.10/0.35/0.38)	

CMYK percentages

%0
%10.06
%35.22
%37.65

Codes

Color #9F8F67 in popluar color models

9F8F67
RGB159143103
HSL43°22.58%51.37%
HSB/HSV43°35.22%62.35%
CMYK0.00%10.06%35.22%
37.65%

Color #9F8F67 in popluar number systems.

HEX9F8F67
Decimal159143103
Binary10011111100011111100111
Octal237217147

Shades and tints

Shades of #9F8F67

#9F8F67
(159,143,103)
#91825E
(145,130,94)
#837555
(131,117,85)
#75684C
(117,104,76)
#675B43
(103,91,67)
#594E3A
(89,78,58)
#4B4131
(75,65,49)
#3D3428
(61,52,40)
#2F271F
(47,39,31)
#211A16
(33,26,22)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #9F8F67

#9F8F67
(159,143,103)
#A79974
(167,153,116)
#AFA381
(175,163,129)
#B7AD8E
(183,173,142)
#BFB79B
(191,183,155)
#C7C1A8
(199,193,168)
#CFCBB5
(207,203,181)
#D7D5C2
(215,213,194)
#DFDFCF
(223,223,207)
#E7E9DC
(231,233,220)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8F67 color. Also use rgb(159,143,103) instead hex code.

Text Font Color

.myTextColor { color: #9F8F67; }

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

This text font color is #9F8F67.


Background Color

.myBgColor { background-color: #9F8F67; }

<div style="background-color:#9F8F67">Inner text</div>

This div background color is #9F8F67.


Border color

.myBorderColor { border: 1px solid #9F8F67; }

<div style="border:3px solid #9F8F67">Div</div>

This div border color is #9F8F67.


Opacity

.myOpacity80 { color: #9F8F67; opacity: 0.8; }

<p style="color:#9F8F67;opacity:0.8;">80%</p>

Text with #9F8F67 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 #9F8F67;}

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

This text has shadow with #9F8F67 color.

.textShadow {text-shadow: 3px 3px 1px #9F8F67, 3px 3px 1px red;}

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

This text has shadow with #9F8F67 primary color and red secondary color.


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

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

This text has shadow with #9F8F67 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8F67 on black background.


Color preview on white background

This text has color #9F8F67 on white background.



Black color preview on #9F8F67 background

This text has black color on #9F8F67 background.


White color preview on #9F8F67 background

This text has white color on #9F8F67 background.