COLOR #9F6232

HEX: #9F6232
RGB: (159,98,50)

Color info

#9F6232 contains mainly red color. Web safe color of #9F6232 is #996633 (or #963).

RGB color model

#9F6232 color RGB value is (159,98,50).

  • red value is 159;
  • green value is 98;
  • blue value is 50.
RGB:
(159,98,50)
(62%,38%,20%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 50 of 255 = 20%

159
98
50

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

Portions of RGB colors in percentages

R + G + B =
159 + 98 + 50 = 307 (100%)
R 159 of 307 ~ 51.79%
G 98 of 307 ~ 31.92%
B 50 of 307 ~ 16.29%

%51.79
%31.92
%16.29

CMYK color model

#9F6232 color CMYK value is (0,38,69,38).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 68.55%
  • key color value is 37.65%
CMYK:
(0,38,69,38)
C0M38Y69K38 
(0%,38%,69%,38%)
(0.00/0.38/0.69/0.38)	

CMYK percentages

%0
%38.36
%68.55
%37.65

Codes

Color #9F6232 in popluar color models

9F6232
RGB1599850
HSL26°52.15%40.98%
HSB/HSV26°68.55%62.35%
CMYK0.00%38.36%68.55%
37.65%

Color #9F6232 in popluar number systems.

HEX9F6232
Decimal1599850
Binary100111111100010110010
Octal23714262

Shades and tints

Shades of #9F6232

#9F6232
(159,98,50)
#915A2E
(145,90,46)
#83522A
(131,82,42)
#754A26
(117,74,38)
#674222
(103,66,34)
#593A1E
(89,58,30)
#4B321A
(75,50,26)
#3D2A16
(61,42,22)
#2F2212
(47,34,18)
#211A0E
(33,26,14)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #9F6232

#9F6232
(159,98,50)
#A77044
(167,112,68)
#AF7E56
(175,126,86)
#B78C68
(183,140,104)
#BF9A7A
(191,154,122)
#C7A88C
(199,168,140)
#CFB69E
(207,182,158)
#D7C4B0
(215,196,176)
#DFD2C2
(223,210,194)
#E7E0D4
(231,224,212)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6232 color. Also use rgb(159,98,50) instead hex code.

Text Font Color

.myTextColor { color: #9F6232; }

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

This text font color is #9F6232.


Background Color

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

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

This div background color is #9F6232.


Border color

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

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

This div border color is #9F6232.


Opacity

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

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

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

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

This text has shadow with #9F6232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6232 on black background.


Color preview on white background

This text has color #9F6232 on white background.



Black color preview on #9F6232 background

This text has black color on #9F6232 background.


White color preview on #9F6232 background

This text has white color on #9F6232 background.