COLOR #9B7C2A

HEX: #9B7C2A
RGB: (155,124,42)

Color info

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

RGB color model

#9B7C2A color RGB value is (155,124,42).

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

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 42 of 255 = 16%

155
124
42

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

Portions of RGB colors in percentages

R + G + B =
155 + 124 + 42 = 321 (100%)
R 155 of 321 ~ 48.29%
G 124 of 321 ~ 38.63%
B 42 of 321 ~ 13.08%

%48.29
%38.63
%13.08

CMYK color model

#9B7C2A color CMYK value is (0,20,73,39).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 72.90%
  • key color value is 39.22%
CMYK:
(0,20,73,39)
C0M20Y73K39 
(0%,20%,73%,39%)
(0.00/0.20/0.73/0.39)	

CMYK percentages

%0
%20
%72.9
%39.22

Codes

Color #9B7C2A in popluar color models

9B7C2A
RGB15512442
HSL44°57.36%38.63%
HSB/HSV44°72.90%60.78%
CMYK0.00%20.00%72.90%
39.22%

Color #9B7C2A in popluar number systems.

HEX9B7C2A
Decimal15512442
Binary100110111111100101010
Octal23317452

Shades and tints

Shades of #9B7C2A

#9B7C2A
(155,124,42)
#8D7127
(141,113,39)
#7F6624
(127,102,36)
#715B21
(113,91,33)
#63501E
(99,80,30)
#55451B
(85,69,27)
#473A18
(71,58,24)
#392F15
(57,47,21)
#2B2412
(43,36,18)
#1D190F
(29,25,15)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B7C2A

#9B7C2A
(155,124,42)
#A4873D
(164,135,61)
#AD9250
(173,146,80)
#B69D63
(182,157,99)
#BFA876
(191,168,118)
#C8B389
(200,179,137)
#D1BE9C
(209,190,156)
#DAC9AF
(218,201,175)
#E3D4C2
(227,212,194)
#ECDFD5
(236,223,213)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7C2A; }

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

This text font color is #9B7C2A.


Background Color

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

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

This div background color is #9B7C2A.


Border color

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

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

This div border color is #9B7C2A.


Opacity

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

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

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

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

This text has shadow with #9B7C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7C2A on black background.


Color preview on white background

This text has color #9B7C2A on white background.



Black color preview on #9B7C2A background

This text has black color on #9B7C2A background.


White color preview on #9B7C2A background

This text has white color on #9B7C2A background.