COLOR #9B5F4D

HEX: #9B5F4D
RGB: (155,95,77)

Color info

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

RGB color model

#9B5F4D color RGB value is (155,95,77).

  • red value is 155;
  • green value is 95;
  • blue value is 77.
RGB:
(155,95,77)
(61%,37%,30%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 77 of 255 = 30%

155
95
77

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

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 77 = 327 (100%)
R 155 of 327 ~ 47.4%
G 95 of 327 ~ 29.05%
B 77 of 327 ~ 23.55%

%47.4
%29.05
%23.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(0,39,50,39)
C0M39Y50K39 
(0%,39%,50%,39%)
(0.00/0.39/0.50/0.39)	

CMYK percentages

%0
%38.71
%50.32
%39.22

Codes

Color #9B5F4D in popluar color models

9B5F4D
RGB1559577
HSL14°33.62%45.49%
HSB/HSV14°50.32%60.78%
CMYK0.00%38.71%50.32%
39.22%

Color #9B5F4D in popluar number systems.

HEX9B5F4D
Decimal1559577
Binary1001101110111111001101
Octal233137115

Shades and tints

Shades of #9B5F4D

#9B5F4D
(155,95,77)
#8D5746
(141,87,70)
#7F4F3F
(127,79,63)
#714738
(113,71,56)
#633F31
(99,63,49)
#55372A
(85,55,42)
#472F23
(71,47,35)
#39271C
(57,39,28)
#2B1F15
(43,31,21)
#1D170E
(29,23,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #9B5F4D

#9B5F4D
(155,95,77)
#A46D5D
(164,109,93)
#AD7B6D
(173,123,109)
#B6897D
(182,137,125)
#BF978D
(191,151,141)
#C8A59D
(200,165,157)
#D1B3AD
(209,179,173)
#DAC1BD
(218,193,189)
#E3CFCD
(227,207,205)
#ECDDDD
(236,221,221)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5F4D color. Also use rgb(155,95,77) instead hex code.

Text Font Color

.myTextColor { color: #9B5F4D; }

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

This text font color is #9B5F4D.


Background Color

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

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

This div background color is #9B5F4D.


Border color

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

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

This div border color is #9B5F4D.


Opacity

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

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

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

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

This text has shadow with #9B5F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5F4D on black background.


Color preview on white background

This text has color #9B5F4D on white background.



Black color preview on #9B5F4D background

This text has black color on #9B5F4D background.


White color preview on #9B5F4D background

This text has white color on #9B5F4D background.