COLOR #9B5F2E

HEX: #9B5F2E RGB: (155,95,46)

Color info

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

RGB color model

#9B5F2E color RGB value is (155,95,46).

RGB: (155,95,46) (61%, 37%, 18%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 46 of 255 = 18%

155
95
46

R + G + B ~ 39%. #9B5F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 95 + 46 = 296 (100%)
R 155 of 296 ~ 52.36%
G 95 of 296 ~ 32.09%
B 46 of 296 ~ 15.54'%

%52.36
%32.09
%15.54

CMYK color model

#9B5F2E color CMYK value is (0,39,70,39).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 70.32%
  • key color value is 39.22%

CMYK: (0,39,70,39)
C0M39Y70K39 (0%, 39%, 70%, 39%)
(0.00 / 0.39 / 0.70 / 0.39)

CMYK percentages

%0
%38.71
%70.32
%39.22

Codes

Color #9B5F2E in popluar color models

9B 5F 2E
RGB 155 95 46
HSL 27° 54.23% 39.41%
HSB/HSV 27° 70.32% 60.78%
CMYK 0.00% 38.71% 70.32%
39.22%

Color #9B5F2E in popluar number systems.

HEX 9B 5F 2E
Decimal 155 95 46
Binary 10011011 1011111 101110
Octal 233 137 56

Shades and tints

Shades of #9B5F2E

#9B5F2E
(155,95,46)
#8D572A
(141,87,42)
#7F4F26
(127,79,38)
#714722
(113,71,34)
#633F1E
(99,63,30)
#55371A
(85,55,26)
#472F16
(71,47,22)
#392712
(57,39,18)
#2B1F0E
(43,31,14)
#1D170A
(29,23,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #9B5F2E

#9B5F2E
(155,95,46)
#A46D41
(164,109,65)
#AD7B54
(173,123,84)
#B68967
(182,137,103)
#BF977A
(191,151,122)
#C8A58D
(200,165,141)
#D1B3A0
(209,179,160)
#DAC1B3
(218,193,179)
#E3CFC6
(227,207,198)
#ECDDD9
(236,221,217)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5F2E; }

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

This text font color is #9B5F2E.

Background Color

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

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

This div background color is #9B5F2E.

Border color

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

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

This div border color is #9B5F2E.

Opacity

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

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

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

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

This text has shadow with #9B5F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5F2E.

Preview

Color preview on black background

This text has color #9B5F2E on black background.


Color preview on white background

This text has color #9B5F2E on white background.


Black color preview on #9B5F2E background

This text has black color on #9B5F2E background.


White color preview on #9B5F2E background

This text has white color on #9B5F2E background.


Related colors

Complementary color

Complementary color for #hex is #64A0D1.


I love getcolorcode.com

Triadic colors

1 #2E9B5F and #5F2E9B with #9B5F2E are triadic colors.

2 #2E5F9B and #5F9B2E with #9B5F2E are triadic colors.