COLOR #9B532D

HEX: #9B532D RGB: (155,83,45)

Color info

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

RGB color model

#9B532D color RGB value is (155,83,45).

RGB: (155,83,45) (61%, 33%, 18%)

RGB channels and saturation

R 155 of 255 = 61%
G 83 of 255 = 33%
B 45 of 255 = 18%

155
83
45

R + G + B ~ 37%. #9B532D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 83 + 45 = 283 (100%)
R 155 of 283 ~ 54.77%
G 83 of 283 ~ 29.33%
B 45 of 283 ~ 15.9'%

%54.77
%29.33
%15.9

CMYK color model

#9B532D color CMYK value is (0,46,71,39).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 70.97%
  • key color value is 39.22%

CMYK: (0,46,71,39)
C0M46Y71K39 (0%, 46%, 71%, 39%)
(0.00 / 0.46 / 0.71 / 0.39)

CMYK percentages

%0
%46.45
%70.97
%39.22

Codes

Color #9B532D in popluar color models

9B 53 2D
RGB 155 83 45
HSL 21° 55.00% 39.22%
HSB/HSV 21° 70.97% 60.78%
CMYK 0.00% 46.45% 70.97%
39.22%

Color #9B532D in popluar number systems.

HEX 9B 53 2D
Decimal 155 83 45
Binary 10011011 1010011 101101
Octal 233 123 55

Shades and tints

Shades of #9B532D

#9B532D
(155,83,45)
#8D4C29
(141,76,41)
#7F4525
(127,69,37)
#713E21
(113,62,33)
#63371D
(99,55,29)
#553019
(85,48,25)
#472915
(71,41,21)
#392211
(57,34,17)
#2B1B0D
(43,27,13)
#1D1409
(29,20,9)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #9B532D

#9B532D
(155,83,45)
#A46240
(164,98,64)
#AD7153
(173,113,83)
#B68066
(182,128,102)
#BF8F79
(191,143,121)
#C89E8C
(200,158,140)
#D1AD9F
(209,173,159)
#DABCB2
(218,188,178)
#E3CBC5
(227,203,197)
#ECDAD8
(236,218,216)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B532D; }

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

This text font color is #9B532D.

Background Color

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

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

This div background color is #9B532D.

Border color

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

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

This div border color is #9B532D.

Opacity

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

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

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

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

This text has shadow with #9B532D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B532D.

Preview

Color preview on black background

This text has color #9B532D on black background.


Color preview on white background

This text has color #9B532D on white background.


Black color preview on #9B532D background

This text has black color on #9B532D background.


White color preview on #9B532D background

This text has white color on #9B532D background.


Related colors

Complementary color

Complementary color for #hex is #64ACD2.


I love getcolorcode.com

Triadic colors

1 #2D9B53 and #532D9B with #9B532D are triadic colors.

2 #2D539B and #539B2D with #9B532D are triadic colors.