COLOR #9B7381

HEX: #9B7381 RGB: (155,115,129)

Color info

#9B7381 contains red, green and blue colors in about the same proportion. Web safe color of #9B7381 is #996699 (or #969).

RGB color model

#9B7381 color RGB value is (155,115,129).

RGB: (155,115,129) (61%, 45%, 51%)

RGB channels and saturation

R 155 of 255 = 61%
G 115 of 255 = 45%
B 129 of 255 = 51%

155
115
129

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

Portions of RGB colors in percentages

R + G + B = 155 + 115 + 129 = 399 (100%)
R 155 of 399 ~ 38.85%
G 115 of 399 ~ 28.82%
B 129 of 399 ~ 32.33'%

%38.85
%28.82
%32.33

CMYK color model

#9B7381 color CMYK value is (0,26,17,39).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 16.77%
  • key color value is 39.22%

CMYK: (0,26,17,39)
C0M26Y17K39 (0%, 26%, 17%, 39%)
(0.00 / 0.26 / 0.17 / 0.39)

CMYK percentages

%0
%25.81
%16.77
%39.22

Codes

Color #9B7381 in popluar color models

9B 73 81
RGB 155 115 129
HSL 339° 16.67% 52.94%
HSB/HSV 339° 25.81% 60.78%
CMYK 0.00% 25.81% 16.77%
39.22%

Color #9B7381 in popluar number systems.

HEX 9B 73 81
Decimal 155 115 129
Binary 10011011 1110011 10000001
Octal 233 163 201

Shades and tints

Shades of #9B7381

#9B7381
(155,115,129)
#8D6976
(141,105,118)
#7F5F6B
(127,95,107)
#715560
(113,85,96)
#634B55
(99,75,85)
#55414A
(85,65,74)
#47373F
(71,55,63)
#392D34
(57,45,52)
#2B2329
(43,35,41)
#1D191E
(29,25,30)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #9B7381

#9B7381
(155,115,129)
#A47F8C
(164,127,140)
#AD8B97
(173,139,151)
#B697A2
(182,151,162)
#BFA3AD
(191,163,173)
#C8AFB8
(200,175,184)
#D1BBC3
(209,187,195)
#DAC7CE
(218,199,206)
#E3D3D9
(227,211,217)
#ECDFE4
(236,223,228)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7381 color. Also use rgb(155,115,129) instead hex code.

Text Font Color

.myTextColor { color: #9B7381; }

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

This text font color is #9B7381.

Background Color

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

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

This div background color is #9B7381.

Border color

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

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

This div border color is #9B7381.

Opacity

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

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

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

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

This text has shadow with #9B7381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7381.

Preview

Color preview on black background

This text has color #9B7381 on black background.


Color preview on white background

This text has color #9B7381 on white background.


Black color preview on #9B7381 background

This text has black color on #9B7381 background.


White color preview on #9B7381 background

This text has white color on #9B7381 background.


Related colors

Complementary color

Complementary color for #hex is #648C7E.


I love getcolorcode.com

Triadic colors

1 #819B73 and #73819B with #9B7381 are triadic colors.

2 #81739B and #739B81 with #9B7381 are triadic colors.