COLOR #9F6023

HEX: #9F6023
RGB: (159,96,35)

Color info

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

RGB color model

#9F6023 color RGB value is (159,96,35).

  • red value is 159;
  • green value is 96;
  • blue value is 35.
RGB:
(159,96,35)
(62%,38%,14%)

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 35 of 255 = 14%

159
96
35

R + G + B ~ 38%. #9F6023 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 35 = 290 (100%)
R 159 of 290 ~ 54.83%
G 96 of 290 ~ 33.1%
B 35 of 290 ~ 12.07%

%54.83
%33.1
%12.07

CMYK color model

#9F6023 color CMYK value is (0,40,78,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 77.99%
  • key color value is 37.65%
CMYK:
(0,40,78,38)
C0M40Y78K38 
(0%,40%,78%,38%)
(0.00/0.40/0.78/0.38)	

CMYK percentages

%0
%39.62
%77.99
%37.65

Codes

Color #9F6023 in popluar color models

9F6023
RGB1599635
HSL30°63.92%38.04%
HSB/HSV30°77.99%62.35%
CMYK0.00%39.62%77.99%
37.65%

Color #9F6023 in popluar number systems.

HEX9F6023
Decimal1599635
Binary100111111100000100011
Octal23714043

Shades and tints

Shades of #9F6023

#9F6023
(159,96,35)
#915820
(145,88,32)
#83501D
(131,80,29)
#75481A
(117,72,26)
#674017
(103,64,23)
#593814
(89,56,20)
#4B3011
(75,48,17)
#3D280E
(61,40,14)
#2F200B
(47,32,11)
#211808
(33,24,8)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #9F6023

#9F6023
(159,96,35)
#A76E37
(167,110,55)
#AF7C4B
(175,124,75)
#B78A5F
(183,138,95)
#BF9873
(191,152,115)
#C7A687
(199,166,135)
#CFB49B
(207,180,155)
#D7C2AF
(215,194,175)
#DFD0C3
(223,208,195)
#E7DED7
(231,222,215)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6023 color. Also use rgb(159,96,35) instead hex code.

Text Font Color

.myTextColor { color: #9F6023; }

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

This text font color is #9F6023.


Background Color

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

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

This div background color is #9F6023.


Border color

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

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

This div border color is #9F6023.


Opacity

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

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

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

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

This text has shadow with #9F6023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6023 on black background.


Color preview on white background

This text has color #9F6023 on white background.



Black color preview on #9F6023 background

This text has black color on #9F6023 background.


White color preview on #9F6023 background

This text has white color on #9F6023 background.