COLOR #9B7953

HEX: #9B7953 RGB: (155,121,83)

Color info

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

RGB color model

#9B7953 color RGB value is (155,121,83).

RGB: (155,121,83) (61%, 47%, 33%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 83 of 255 = 33%

155
121
83

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

Portions of RGB colors in percentages

R + G + B = 155 + 121 + 83 = 359 (100%)
R 155 of 359 ~ 43.18%
G 121 of 359 ~ 33.7%
B 83 of 359 ~ 23.12'%

%43.18
%33.7
%23.12

CMYK color model

#9B7953 color CMYK value is (0,22,46,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 46.45%
  • key color value is 39.22%

CMYK: (0,22,46,39)
C0M22Y46K39 (0%, 22%, 46%, 39%)
(0.00 / 0.22 / 0.46 / 0.39)

CMYK percentages

%0
%21.94
%46.45
%39.22

Codes

Color #9B7953 in popluar color models

9B 79 53
RGB 155 121 83
HSL 32° 30.25% 46.67%
HSB/HSV 32° 46.45% 60.78%
CMYK 0.00% 21.94% 46.45%
39.22%

Color #9B7953 in popluar number systems.

HEX 9B 79 53
Decimal 155 121 83
Binary 10011011 1111001 1010011
Octal 233 171 123

Shades and tints

Shades of #9B7953

#9B7953
(155,121,83)
#8D6E4C
(141,110,76)
#7F6345
(127,99,69)
#71583E
(113,88,62)
#634D37
(99,77,55)
#554230
(85,66,48)
#473729
(71,55,41)
#392C22
(57,44,34)
#2B211B
(43,33,27)
#1D1614
(29,22,20)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #9B7953

#9B7953
(155,121,83)
#A48562
(164,133,98)
#AD9171
(173,145,113)
#B69D80
(182,157,128)
#BFA98F
(191,169,143)
#C8B59E
(200,181,158)
#D1C1AD
(209,193,173)
#DACDBC
(218,205,188)
#E3D9CB
(227,217,203)
#ECE5DA
(236,229,218)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7953 color. Also use rgb(155,121,83) instead hex code.

Text Font Color

.myTextColor { color: #9B7953; }

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

This text font color is #9B7953.

Background Color

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

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

This div background color is #9B7953.

Border color

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

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

This div border color is #9B7953.

Opacity

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

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

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

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

This text has shadow with #9B7953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7953.

Preview

Color preview on black background

This text has color #9B7953 on black background.


Color preview on white background

This text has color #9B7953 on white background.


Black color preview on #9B7953 background

This text has black color on #9B7953 background.


White color preview on #9B7953 background

This text has white color on #9B7953 background.


Related colors

Complementary color

Complementary color for #hex is #6486AC.


I love getcolorcode.com

Triadic colors

1 #539B79 and #79539B with #9B7953 are triadic colors.

2 #53799B and #799B53 with #9B7953 are triadic colors.