COLOR #9B5D4B

HEX: #9B5D4B RGB: (155,93,75)

Color info

#9B5D4B contains mainly red color. Web safe color of #9B5D4B is #996633 (or #963).

RGB color model

#9B5D4B color RGB value is (155,93,75).

RGB: (155,93,75) (61%, 36%, 29%)

RGB channels and saturation

R 155 of 255 = 61%
G 93 of 255 = 36%
B 75 of 255 = 29%

155
93
75

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

Portions of RGB colors in percentages

R + G + B = 155 + 93 + 75 = 323 (100%)
R 155 of 323 ~ 47.99%
G 93 of 323 ~ 28.79%
B 75 of 323 ~ 23.22'%

%47.99
%28.79
%23.22

CMYK color model

#9B5D4B color CMYK value is (0,40,52,39).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 51.61%
  • key color value is 39.22%

CMYK: (0,40,52,39)
C0M40Y52K39 (0%, 40%, 52%, 39%)
(0.00 / 0.40 / 0.52 / 0.39)

CMYK percentages

%0
%40
%51.61
%39.22

Codes

Color #9B5D4B in popluar color models

9B 5D 4B
RGB 155 93 75
HSL 14° 34.78% 45.10%
HSB/HSV 14° 51.61% 60.78%
CMYK 0.00% 40.00% 51.61%
39.22%

Color #9B5D4B in popluar number systems.

HEX 9B 5D 4B
Decimal 155 93 75
Binary 10011011 1011101 1001011
Octal 233 135 113

Shades and tints

Shades of #9B5D4B

#9B5D4B
(155,93,75)
#8D5545
(141,85,69)
#7F4D3F
(127,77,63)
#714539
(113,69,57)
#633D33
(99,61,51)
#55352D
(85,53,45)
#472D27
(71,45,39)
#392521
(57,37,33)
#2B1D1B
(43,29,27)
#1D1515
(29,21,21)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #9B5D4B

#9B5D4B
(155,93,75)
#A46B5B
(164,107,91)
#AD796B
(173,121,107)
#B6877B
(182,135,123)
#BF958B
(191,149,139)
#C8A39B
(200,163,155)
#D1B1AB
(209,177,171)
#DABFBB
(218,191,187)
#E3CDCB
(227,205,203)
#ECDBDB
(236,219,219)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5D4B color. Also use rgb(155,93,75) instead hex code.

Text Font Color

.myTextColor { color: #9B5D4B; }

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

This text font color is #9B5D4B.

Background Color

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

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

This div background color is #9B5D4B.

Border color

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

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

This div border color is #9B5D4B.

Opacity

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

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

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

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

This text has shadow with #9B5D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5D4B.

Preview

Color preview on black background

This text has color #9B5D4B on black background.


Color preview on white background

This text has color #9B5D4B on white background.


Black color preview on #9B5D4B background

This text has black color on #9B5D4B background.


White color preview on #9B5D4B background

This text has white color on #9B5D4B background.


Related colors

Complementary color

Complementary color for #hex is #64A2B4.


I love getcolorcode.com

Triadic colors

1 #4B9B5D and #5D4B9B with #9B5D4B are triadic colors.

2 #4B5D9B and #5D9B4B with #9B5D4B are triadic colors.