COLOR #9B5345

HEX: #9B5345 RGB: (155,83,69)

Color info

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

RGB color model

#9B5345 color RGB value is (155,83,69).

RGB: (155,83,69) (61%, 33%, 27%)

RGB channels and saturation

R 155 of 255 = 61%
G 83 of 255 = 33%
B 69 of 255 = 27%

155
83
69

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

Portions of RGB colors in percentages

R + G + B = 155 + 83 + 69 = 307 (100%)
R 155 of 307 ~ 50.49%
G 83 of 307 ~ 27.04%
B 69 of 307 ~ 22.48'%

%50.49
%27.04
%22.48

CMYK color model

#9B5345 color CMYK value is (0,46,55,39).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 55.48%
  • key color value is 39.22%
CMYK: (0,46,55,39) C0M46Y55K39 (0%,46%,55%,39%) (0.00/0.46/0.55/0.39) 

CMYK percentages

%0
%46.45
%55.48
%39.22

Codes

Color #9B5345 in popluar color models

9B 53 45
RGB 155 83 69
HSL 10° 38.39% 43.92%
HSB/HSV 10° 55.48% 60.78%
CMYK 0.00% 46.45% 55.48%
39.22%

Color #9B5345 in popluar number systems.

HEX 9B 53 45
Decimal 155 83 69
Binary 10011011 1010011 1000101
Octal 233 123 105

Shades and tints

Shades of #9B5345

#9B5345
(155,83,69)
#8D4C3F
(141,76,63)
#7F4539
(127,69,57)
#713E33
(113,62,51)
#63372D
(99,55,45)
#553027
(85,48,39)
#472921
(71,41,33)
#39221B
(57,34,27)
#2B1B15
(43,27,21)
#1D140F
(29,20,15)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #9B5345

#9B5345
(155,83,69)
#A46255
(164,98,85)
#AD7165
(173,113,101)
#B68075
(182,128,117)
#BF8F85
(191,143,133)
#C89E95
(200,158,149)
#D1ADA5
(209,173,165)
#DABCB5
(218,188,181)
#E3CBC5
(227,203,197)
#ECDAD5
(236,218,213)
#F5E9E5
(245,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5345 color. Also use rgb(155,83,69) instead hex code.

Text Font Color

.myTextColor { color: #9B5345; }

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

This text font color is #9B5345.

Background Color

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

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

This div background color is #9B5345.

Border color

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

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

This div border color is #9B5345.

Opacity

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

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

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

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

This text has shadow with #9B5345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5345.

Preview

Color preview on black background

This text has color #9B5345 on black background.


Color preview on white background

This text has color #9B5345 on white background.


Black color preview on #9B5345 background

This text has black color on #9B5345 background.


White color preview on #9B5345 background

This text has white color on #9B5345 background.


Related colors

Complementary color

Complementary color for #hex is #64ACBA.


I love getcolorcode.com

Triadic colors

1 #459B53 and #53459B with #9B5345 are triadic colors.

2 #45539B and #539B45 with #9B5345 are triadic colors.