COLOR #9F7D28

HEX: #9F7D28
RGB: (159,125,40)

Color info

#9F7D28 contains mainly red and green colors. Web safe color of #9F7D28 is #996633 (or #963).

RGB color model

#9F7D28 color RGB value is (159,125,40).

  • red value is 159;
  • green value is 125;
  • blue value is 40.
RGB:
(159,125,40)
(62%,49%,16%)

RGB channels and saturation

R 159 of 255 = 62%
G 125 of 255 = 49%
B 40 of 255 = 16%

159
125
40

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

Portions of RGB colors in percentages

R + G + B =
159 + 125 + 40 = 324 (100%)
R 159 of 324 ~ 49.07%
G 125 of 324 ~ 38.58%
B 40 of 324 ~ 12.35%

%49.07
%38.58
%12.35

CMYK color model

#9F7D28 color CMYK value is (0,21,75,38).

  • cyan value is 0.00%
  • magenta value is 21.38%
  • yellow value is 74.84%
  • key color value is 37.65%
CMYK:
(0,21,75,38)
C0M21Y75K38 
(0%,21%,75%,38%)
(0.00/0.21/0.75/0.38)	

CMYK percentages

%0
%21.38
%74.84
%37.65

Codes

Color #9F7D28 in popluar color models

9F7D28
RGB15912540
HSL43°59.80%39.02%
HSB/HSV43°74.84%62.35%
CMYK0.00%21.38%74.84%
37.65%

Color #9F7D28 in popluar number systems.

HEX9F7D28
Decimal15912540
Binary100111111111101101000
Octal23717550

Shades and tints

Shades of #9F7D28

#9F7D28
(159,125,40)
#917225
(145,114,37)
#836722
(131,103,34)
#755C1F
(117,92,31)
#67511C
(103,81,28)
#594619
(89,70,25)
#4B3B16
(75,59,22)
#3D3013
(61,48,19)
#2F2510
(47,37,16)
#211A0D
(33,26,13)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #9F7D28

#9F7D28
(159,125,40)
#A7883B
(167,136,59)
#AF934E
(175,147,78)
#B79E61
(183,158,97)
#BFA974
(191,169,116)
#C7B487
(199,180,135)
#CFBF9A
(207,191,154)
#D7CAAD
(215,202,173)
#DFD5C0
(223,213,192)
#E7E0D3
(231,224,211)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7D28 color. Also use rgb(159,125,40) instead hex code.

Text Font Color

.myTextColor { color: #9F7D28; }

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

This text font color is #9F7D28.


Background Color

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

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

This div background color is #9F7D28.


Border color

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

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

This div border color is #9F7D28.


Opacity

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

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

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

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

This text has shadow with #9F7D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7D28 on black background.


Color preview on white background

This text has color #9F7D28 on white background.



Black color preview on #9F7D28 background

This text has black color on #9F7D28 background.


White color preview on #9F7D28 background

This text has white color on #9F7D28 background.