COLOR #9B7D09

HEX: #9B7D09
RGB: (155,125,9)

Color info

#9B7D09 contains mainly red and green colors. Web safe color of #9B7D09 is #996600 (or #960).

RGB color model

#9B7D09 color RGB value is (155,125,9).

  • red value is 155;
  • green value is 125;
  • blue value is 9.
RGB:
(155,125,9)
(61%,49%,4%)

RGB channels and saturation

R 155 of 255 = 61%
G 125 of 255 = 49%
B 9 of 255 = 4%

155
125
9

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

Portions of RGB colors in percentages

R + G + B =
155 + 125 + 9 = 289 (100%)
R 155 of 289 ~ 53.63%
G 125 of 289 ~ 43.25%
B 9 of 289 ~ 3.11%

%53.63
%43.25

CMYK color model

#9B7D09 color CMYK value is (0,19,94,39).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 94.19%
  • key color value is 39.22%
CMYK:
(0,19,94,39)
C0M19Y94K39 
(0%,19%,94%,39%)
(0.00/0.19/0.94/0.39)	

CMYK percentages

%0
%19.35
%94.19
%39.22

Codes

Color #9B7D09 in popluar color models

9B7D09
RGB1551259
HSL48°89.02%32.16%
HSB/HSV48°94.19%60.78%
CMYK0.00%19.35%94.19%
39.22%

Color #9B7D09 in popluar number systems.

HEX9B7D09
Decimal1551259
Binary1001101111111011001
Octal23317511

Shades and tints

Shades of #9B7D09

#9B7D09
(155,125,9)
#8D7209
(141,114,9)
#7F6709
(127,103,9)
#715C09
(113,92,9)
#635109
(99,81,9)
#554609
(85,70,9)
#473B09
(71,59,9)
#393009
(57,48,9)
#2B2509
(43,37,9)
#1D1A09
(29,26,9)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #9B7D09

#9B7D09
(155,125,9)
#A4881F
(164,136,31)
#AD9335
(173,147,53)
#B69E4B
(182,158,75)
#BFA961
(191,169,97)
#C8B477
(200,180,119)
#D1BF8D
(209,191,141)
#DACAA3
(218,202,163)
#E3D5B9
(227,213,185)
#ECE0CF
(236,224,207)
#F5EBE5
(245,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7D09; }

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

This text font color is #9B7D09.


Background Color

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

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

This div background color is #9B7D09.


Border color

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

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

This div border color is #9B7D09.


Opacity

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

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

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

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

This text has shadow with #9B7D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7D09 on black background.


Color preview on white background

This text has color #9B7D09 on white background.



Black color preview on #9B7D09 background

This text has black color on #9B7D09 background.


White color preview on #9B7D09 background

This text has white color on #9B7D09 background.