COLOR #9B7D46

HEX: #9B7D46
RGB: (155,125,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 155 of 255 = 61%
G 125 of 255 = 49%
B 70 of 255 = 27%

155
125
70

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

Portions of RGB colors in percentages

R + G + B =
155 + 125 + 70 = 350 (100%)
R 155 of 350 ~ 44.29%
G 125 of 350 ~ 35.71%
B 70 of 350 ~ 20%

%44.29
%35.71
%20

CMYK color model

#9B7D46 color CMYK value is (0,19,55,39).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 54.84%
  • key color value is 39.22%
CMYK:
(0,19,55,39)
C0M19Y55K39 
(0%,19%,55%,39%)
(0.00/0.19/0.55/0.39)	

CMYK percentages

%0
%19.35
%54.84
%39.22

Codes

Color #9B7D46 in popluar color models

9B7D46
RGB15512570
HSL39°37.78%44.12%
HSB/HSV39°54.84%60.78%
CMYK0.00%19.35%54.84%
39.22%

Color #9B7D46 in popluar number systems.

HEX9B7D46
Decimal15512570
Binary1001101111111011000110
Octal233175106

Shades and tints

Shades of #9B7D46

#9B7D46
(155,125,70)
#8D7240
(141,114,64)
#7F673A
(127,103,58)
#715C34
(113,92,52)
#63512E
(99,81,46)
#554628
(85,70,40)
#473B22
(71,59,34)
#39301C
(57,48,28)
#2B2516
(43,37,22)
#1D1A10
(29,26,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #9B7D46

#9B7D46
(155,125,70)
#A48856
(164,136,86)
#AD9366
(173,147,102)
#B69E76
(182,158,118)
#BFA986
(191,169,134)
#C8B496
(200,180,150)
#D1BFA6
(209,191,166)
#DACAB6
(218,202,182)
#E3D5C6
(227,213,198)
#ECE0D6
(236,224,214)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7D46; }

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

This text font color is #9B7D46.


Background Color

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

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

This div background color is #9B7D46.


Border color

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

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

This div border color is #9B7D46.


Opacity

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

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

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

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

This text has shadow with #9B7D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7D46 on black background.


Color preview on white background

This text has color #9B7D46 on white background.



Black color preview on #9B7D46 background

This text has black color on #9B7D46 background.


White color preview on #9B7D46 background

This text has white color on #9B7D46 background.