COLOR #9B7F4E

HEX: #9B7F4E RGB: (155,127,78)

Color info

#9B7F4E contains mainly red and green colors. Web safe color of #9B7F4E is #996666 (or #966).

RGB color model

#9B7F4E color RGB value is (155,127,78).

RGB: (155,127,78) (61%, 50%, 31%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 78 of 255 = 31%

155
127
78

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 78 = 360 (100%)
R 155 of 360 ~ 43.06%
G 127 of 360 ~ 35.28%
B 78 of 360 ~ 21.67'%

%43.06
%35.28
%21.67

CMYK color model

#9B7F4E color CMYK value is (0,18,50,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 49.68%
  • key color value is 39.22%

CMYK: (0,18,50,39)
C0M18Y50K39 (0%, 18%, 50%, 39%)
(0.00 / 0.18 / 0.50 / 0.39)

CMYK percentages

%0
%18.06
%49.68
%39.22

Codes

Color #9B7F4E in popluar color models

9B 7F 4E
RGB 155 127 78
HSL 38° 33.05% 45.69%
HSB/HSV 38° 49.68% 60.78%
CMYK 0.00% 18.06% 49.68%
39.22%

Color #9B7F4E in popluar number systems.

HEX 9B 7F 4E
Decimal 155 127 78
Binary 10011011 1111111 1001110
Octal 233 177 116

Shades and tints

Shades of #9B7F4E

#9B7F4E
(155,127,78)
#8D7447
(141,116,71)
#7F6940
(127,105,64)
#715E39
(113,94,57)
#635332
(99,83,50)
#55482B
(85,72,43)
#473D24
(71,61,36)
#39321D
(57,50,29)
#2B2716
(43,39,22)
#1D1C0F
(29,28,15)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #9B7F4E

#9B7F4E
(155,127,78)
#A48A5E
(164,138,94)
#AD956E
(173,149,110)
#B6A07E
(182,160,126)
#BFAB8E
(191,171,142)
#C8B69E
(200,182,158)
#D1C1AE
(209,193,174)
#DACCBE
(218,204,190)
#E3D7CE
(227,215,206)
#ECE2DE
(236,226,222)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7F4E; }

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

This text font color is #9B7F4E.

Background Color

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

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

This div background color is #9B7F4E.

Border color

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

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

This div border color is #9B7F4E.

Opacity

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

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

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

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

This text has shadow with #9B7F4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7F4E.

Preview

Color preview on black background

This text has color #9B7F4E on black background.


Color preview on white background

This text has color #9B7F4E on white background.


Black color preview on #9B7F4E background

This text has black color on #9B7F4E background.


White color preview on #9B7F4E background

This text has white color on #9B7F4E background.


Related colors

Complementary color

Complementary color for #hex is #6480B1.


I love getcolorcode.com

Triadic colors

1 #4E9B7F and #7F4E9B with #9B7F4E are triadic colors.

2 #4E7F9B and #7F9B4E with #9B7F4E are triadic colors.