COLOR #9B760F

HEX: #9B760F
RGB: (155,118,15)

Color info

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

RGB color model

#9B760F color RGB value is (155,118,15).

  • red value is 155;
  • green value is 118;
  • blue value is 15.
RGB:
(155,118,15)
(61%,46%,6%)

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 15 of 255 = 6%

155
118
15

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 15 = 288 (100%)
R 155 of 288 ~ 53.82%
G 118 of 288 ~ 40.97%
B 15 of 288 ~ 5.21%

%53.82
%40.97

CMYK color model

#9B760F color CMYK value is (0,24,90,39).

  • cyan value is 0.00%
  • magenta value is 23.87%
  • yellow value is 90.32%
  • key color value is 39.22%
CMYK:
(0,24,90,39)
C0M24Y90K39 
(0%,24%,90%,39%)
(0.00/0.24/0.90/0.39)	

CMYK percentages

%0
%23.87
%90.32
%39.22

Codes

Color #9B760F in popluar color models

9B760F
RGB15511815
HSL44°82.35%33.33%
HSB/HSV44°90.32%60.78%
CMYK0.00%23.87%90.32%
39.22%

Color #9B760F in popluar number systems.

HEX9B760F
Decimal15511815
Binary1001101111101101111
Octal23316617

Shades and tints

Shades of #9B760F

#9B760F
(155,118,15)
#8D6C0E
(141,108,14)
#7F620D
(127,98,13)
#71580C
(113,88,12)
#634E0B
(99,78,11)
#55440A
(85,68,10)
#473A09
(71,58,9)
#393008
(57,48,8)
#2B2607
(43,38,7)
#1D1C06
(29,28,6)
#0F1205
(15,18,5)
#000000
(0,0,0)

Tints of #9B760F

#9B760F
(155,118,15)
#A48224
(164,130,36)
#AD8E39
(173,142,57)
#B69A4E
(182,154,78)
#BFA663
(191,166,99)
#C8B278
(200,178,120)
#D1BE8D
(209,190,141)
#DACAA2
(218,202,162)
#E3D6B7
(227,214,183)
#ECE2CC
(236,226,204)
#F5EEE1
(245,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B760F; }

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

This text font color is #9B760F.


Background Color

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

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

This div background color is #9B760F.


Border color

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

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

This div border color is #9B760F.


Opacity

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

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

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

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

This text has shadow with #9B760F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B760F on black background.


Color preview on white background

This text has color #9B760F on white background.



Black color preview on #9B760F background

This text has black color on #9B760F background.


White color preview on #9B760F background

This text has white color on #9B760F background.