COLOR #9B5843

HEX: #9B5843 RGB: (155,88,67)

Color info

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

RGB color model

#9B5843 color RGB value is (155,88,67).

RGB: (155,88,67) (61%, 35%, 26%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 67 of 255 = 26%

155
88
67

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

Portions of RGB colors in percentages

R + G + B = 155 + 88 + 67 = 310 (100%)
R 155 of 310 ~ 50%
G 88 of 310 ~ 28.39%
B 67 of 310 ~ 21.61'%

%50
%28.39
%21.61

CMYK color model

#9B5843 color CMYK value is (0,43,57,39).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 56.77%
  • key color value is 39.22%

CMYK: (0,43,57,39)
C0M43Y57K39 (0%, 43%, 57%, 39%)
(0.00 / 0.43 / 0.57 / 0.39)

CMYK percentages

%0
%43.23
%56.77
%39.22

Codes

Color #9B5843 in popluar color models

9B 58 43
RGB 155 88 67
HSL 14° 39.64% 43.53%
HSB/HSV 14° 56.77% 60.78%
CMYK 0.00% 43.23% 56.77%
39.22%

Color #9B5843 in popluar number systems.

HEX 9B 58 43
Decimal 155 88 67
Binary 10011011 1011000 1000011
Octal 233 130 103

Shades and tints

Shades of #9B5843

#9B5843
(155,88,67)
#8D503D
(141,80,61)
#7F4837
(127,72,55)
#714031
(113,64,49)
#63382B
(99,56,43)
#553025
(85,48,37)
#47281F
(71,40,31)
#392019
(57,32,25)
#2B1813
(43,24,19)
#1D100D
(29,16,13)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #9B5843

#9B5843
(155,88,67)
#A46754
(164,103,84)
#AD7665
(173,118,101)
#B68576
(182,133,118)
#BF9487
(191,148,135)
#C8A398
(200,163,152)
#D1B2A9
(209,178,169)
#DAC1BA
(218,193,186)
#E3D0CB
(227,208,203)
#ECDFDC
(236,223,220)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5843 color. Also use rgb(155,88,67) instead hex code.

Text Font Color

.myTextColor { color: #9B5843; }

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

This text font color is #9B5843.

Background Color

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

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

This div background color is #9B5843.

Border color

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

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

This div border color is #9B5843.

Opacity

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

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

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

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

This text has shadow with #9B5843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5843.

Preview

Color preview on black background

This text has color #9B5843 on black background.


Color preview on white background

This text has color #9B5843 on white background.


Black color preview on #9B5843 background

This text has black color on #9B5843 background.


White color preview on #9B5843 background

This text has white color on #9B5843 background.


Related colors

Complementary color

Complementary color for #hex is #64A7BC.


I love getcolorcode.com

Triadic colors

1 #439B58 and #58439B with #9B5843 are triadic colors.

2 #43589B and #589B43 with #9B5843 are triadic colors.