COLOR #9B747A

HEX: #9B747A RGB: (155,116,122)

Color info

#9B747A contains red, green and blue colors in about the same proportion. Web safe color of #9B747A is #996666 (or #966).

RGB color model

#9B747A color RGB value is (155,116,122).

RGB: (155,116,122) (61%, 45%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 116 of 255 = 45%
B 122 of 255 = 48%

155
116
122

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

Portions of RGB colors in percentages

R + G + B = 155 + 116 + 122 = 393 (100%)
R 155 of 393 ~ 39.44%
G 116 of 393 ~ 29.52%
B 122 of 393 ~ 31.04'%

%39.44
%29.52
%31.04

CMYK color model

#9B747A color CMYK value is (0,25,21,39).

  • cyan value is 0.00%
  • magenta value is 25.16%
  • yellow value is 21.29%
  • key color value is 39.22%

CMYK: (0,25,21,39)
C0M25Y21K39 (0%, 25%, 21%, 39%)
(0.00 / 0.25 / 0.21 / 0.39)

CMYK percentages

%0
%25.16
%21.29
%39.22

Codes

Color #9B747A in popluar color models

9B 74 7A
RGB 155 116 122
HSL 351° 16.32% 53.14%
HSB/HSV 351° 25.16% 60.78%
CMYK 0.00% 25.16% 21.29%
39.22%

Color #9B747A in popluar number systems.

HEX 9B 74 7A
Decimal 155 116 122
Binary 10011011 1110100 1111010
Octal 233 164 172

Shades and tints

Shades of #9B747A

#9B747A
(155,116,122)
#8D6A6F
(141,106,111)
#7F6064
(127,96,100)
#715659
(113,86,89)
#634C4E
(99,76,78)
#554243
(85,66,67)
#473838
(71,56,56)
#392E2D
(57,46,45)
#2B2422
(43,36,34)
#1D1A17
(29,26,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #9B747A

#9B747A
(155,116,122)
#A48086
(164,128,134)
#AD8C92
(173,140,146)
#B6989E
(182,152,158)
#BFA4AA
(191,164,170)
#C8B0B6
(200,176,182)
#D1BCC2
(209,188,194)
#DAC8CE
(218,200,206)
#E3D4DA
(227,212,218)
#ECE0E6
(236,224,230)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B747A color. Also use rgb(155,116,122) instead hex code.

Text Font Color

.myTextColor { color: #9B747A; }

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

This text font color is #9B747A.

Background Color

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

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

This div background color is #9B747A.

Border color

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

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

This div border color is #9B747A.

Opacity

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

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

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

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

This text has shadow with #9B747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B747A.

Preview

Color preview on black background

This text has color #9B747A on black background.


Color preview on white background

This text has color #9B747A on white background.


Black color preview on #9B747A background

This text has black color on #9B747A background.


White color preview on #9B747A background

This text has white color on #9B747A background.


Related colors

Complementary color

Complementary color for #hex is #648B85.


I love getcolorcode.com

Triadic colors

1 #7A9B74 and #747A9B with #9B747A are triadic colors.

2 #7A749B and #749B7A with #9B747A are triadic colors.