COLOR #9B535A

HEX: #9B535A RGB: (155,83,90)

Color info

#9B535A contains mainly red color. Web safe color of #9B535A is #996666 (or #966).

RGB color model

#9B535A color RGB value is (155,83,90).

RGB: (155,83,90) (61%, 33%, 35%)

RGB channels and saturation

R 155 of 255 = 61%
G 83 of 255 = 33%
B 90 of 255 = 35%

155
83
90

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

Portions of RGB colors in percentages

R + G + B = 155 + 83 + 90 = 328 (100%)
R 155 of 328 ~ 47.26%
G 83 of 328 ~ 25.3%
B 90 of 328 ~ 27.44'%

%47.26
%25.3
%27.44

CMYK color model

#9B535A color CMYK value is (0,46,42,39).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK: (0,46,42,39) C0M46Y42K39 (0%,46%,42%,39%) (0.00/0.46/0.42/0.39) 

CMYK percentages

%0
%46.45
%41.94
%39.22

Codes

Color #9B535A in popluar color models

9B 53 5A
RGB 155 83 90
HSL 354° 30.25% 46.67%
HSB/HSV 354° 46.45% 60.78%
CMYK 0.00% 46.45% 41.94%
39.22%

Color #9B535A in popluar number systems.

HEX 9B 53 5A
Decimal 155 83 90
Binary 10011011 1010011 1011010
Octal 233 123 132

Shades and tints

Shades of #9B535A

#9B535A
(155,83,90)
#8D4C52
(141,76,82)
#7F454A
(127,69,74)
#713E42
(113,62,66)
#63373A
(99,55,58)
#553032
(85,48,50)
#47292A
(71,41,42)
#392222
(57,34,34)
#2B1B1A
(43,27,26)
#1D1412
(29,20,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #9B535A

#9B535A
(155,83,90)
#A46269
(164,98,105)
#AD7178
(173,113,120)
#B68087
(182,128,135)
#BF8F96
(191,143,150)
#C89EA5
(200,158,165)
#D1ADB4
(209,173,180)
#DABCC3
(218,188,195)
#E3CBD2
(227,203,210)
#ECDAE1
(236,218,225)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B535A; }

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

This text font color is #9B535A.

Background Color

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

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

This div background color is #9B535A.

Border color

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

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

This div border color is #9B535A.

Opacity

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

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

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

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

This text has shadow with #9B535A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B535A.

Preview

Color preview on black background

This text has color #9B535A on black background.


Color preview on white background

This text has color #9B535A on white background.


Black color preview on #9B535A background

This text has black color on #9B535A background.


White color preview on #9B535A background

This text has white color on #9B535A background.


Related colors

Complementary color

Complementary color for #hex is #64ACA5.


I love getcolorcode.com

Triadic colors

1 #5A9B53 and #535A9B with #9B535A are triadic colors.

2 #5A539B and #539B5A with #9B535A are triadic colors.