COLOR #9B7F2A

HEX: #9B7F2A
RGB: (155,127,42)

Color info

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

RGB color model

#9B7F2A color RGB value is (155,127,42).

  • red value is 155;
  • green value is 127;
  • blue value is 42.
RGB:
(155,127,42)
(61%,50%,16%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 42 of 255 = 16%

155
127
42

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

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 42 = 324 (100%)
R 155 of 324 ~ 47.84%
G 127 of 324 ~ 39.2%
B 42 of 324 ~ 12.96%

%47.84
%39.2
%12.96

CMYK color model

#9B7F2A color CMYK value is (0,18,73,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 72.90%
  • key color value is 39.22%
CMYK:
(0,18,73,39)
C0M18Y73K39 
(0%,18%,73%,39%)
(0.00/0.18/0.73/0.39)	

CMYK percentages

%0
%18.06
%72.9
%39.22

Codes

Color #9B7F2A in popluar color models

9B7F2A
RGB15512742
HSL45°57.36%38.63%
HSB/HSV45°72.90%60.78%
CMYK0.00%18.06%72.90%
39.22%

Color #9B7F2A in popluar number systems.

HEX9B7F2A
Decimal15512742
Binary100110111111111101010
Octal23317752

Shades and tints

Shades of #9B7F2A

#9B7F2A
(155,127,42)
#8D7427
(141,116,39)
#7F6924
(127,105,36)
#715E21
(113,94,33)
#63531E
(99,83,30)
#55481B
(85,72,27)
#473D18
(71,61,24)
#393215
(57,50,21)
#2B2712
(43,39,18)
#1D1C0F
(29,28,15)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #9B7F2A

#9B7F2A
(155,127,42)
#A48A3D
(164,138,61)
#AD9550
(173,149,80)
#B6A063
(182,160,99)
#BFAB76
(191,171,118)
#C8B689
(200,182,137)
#D1C19C
(209,193,156)
#DACCAF
(218,204,175)
#E3D7C2
(227,215,194)
#ECE2D5
(236,226,213)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7F2A; }

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

This text font color is #9B7F2A.


Background Color

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

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

This div background color is #9B7F2A.


Border color

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

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

This div border color is #9B7F2A.


Opacity

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

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

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

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

This text has shadow with #9B7F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7F2A on black background.


Color preview on white background

This text has color #9B7F2A on white background.



Black color preview on #9B7F2A background

This text has black color on #9B7F2A background.


White color preview on #9B7F2A background

This text has white color on #9B7F2A background.