COLOR #9B553A

HEX: #9B553A RGB: (155,85,58)

Color info

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

RGB color model

#9B553A color RGB value is (155,85,58).

RGB: (155,85,58) (61%, 33%, 23%)

RGB channels and saturation

R 155 of 255 = 61%
G 85 of 255 = 33%
B 58 of 255 = 23%

155
85
58

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

Portions of RGB colors in percentages

R + G + B = 155 + 85 + 58 = 298 (100%)
R 155 of 298 ~ 52.01%
G 85 of 298 ~ 28.52%
B 58 of 298 ~ 19.46'%

%52.01
%28.52
%19.46

CMYK color model

#9B553A color CMYK value is (0,45,63,39).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 62.58%
  • key color value is 39.22%

CMYK: (0,45,63,39)
C0M45Y63K39 (0%, 45%, 63%, 39%)
(0.00 / 0.45 / 0.63 / 0.39)

CMYK percentages

%0
%45.16
%62.58
%39.22

Codes

Color #9B553A in popluar color models

9B 55 3A
RGB 155 85 58
HSL 17° 45.54% 41.76%
HSB/HSV 17° 62.58% 60.78%
CMYK 0.00% 45.16% 62.58%
39.22%

Color #9B553A in popluar number systems.

HEX 9B 55 3A
Decimal 155 85 58
Binary 10011011 1010101 111010
Octal 233 125 72

Shades and tints

Shades of #9B553A

#9B553A
(155,85,58)
#8D4E35
(141,78,53)
#7F4730
(127,71,48)
#71402B
(113,64,43)
#633926
(99,57,38)
#553221
(85,50,33)
#472B1C
(71,43,28)
#392417
(57,36,23)
#2B1D12
(43,29,18)
#1D160D
(29,22,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #9B553A

#9B553A
(155,85,58)
#A4644B
(164,100,75)
#AD735C
(173,115,92)
#B6826D
(182,130,109)
#BF917E
(191,145,126)
#C8A08F
(200,160,143)
#D1AFA0
(209,175,160)
#DABEB1
(218,190,177)
#E3CDC2
(227,205,194)
#ECDCD3
(236,220,211)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B553A color. Also use rgb(155,85,58) instead hex code.

Text Font Color

.myTextColor { color: #9B553A; }

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

This text font color is #9B553A.

Background Color

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

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

This div background color is #9B553A.

Border color

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

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

This div border color is #9B553A.

Opacity

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

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

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

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

This text has shadow with #9B553A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B553A.

Preview

Color preview on black background

This text has color #9B553A on black background.


Color preview on white background

This text has color #9B553A on white background.


Black color preview on #9B553A background

This text has black color on #9B553A background.


White color preview on #9B553A background

This text has white color on #9B553A background.


Related colors

Complementary color

Complementary color for #hex is #64AAC5.


I love getcolorcode.com

Triadic colors

1 #3A9B55 and #553A9B with #9B553A are triadic colors.

2 #3A559B and #559B3A with #9B553A are triadic colors.