COLOR #9B595A

HEX: #9B595A RGB: (155,89,90)

Color info

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

RGB color model

#9B595A color RGB value is (155,89,90).

RGB: (155,89,90) (61%, 35%, 35%)

RGB channels and saturation

R 155 of 255 = 61%
G 89 of 255 = 35%
B 90 of 255 = 35%

155
89
90

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

Portions of RGB colors in percentages

R + G + B = 155 + 89 + 90 = 334 (100%)
R 155 of 334 ~ 46.41%
G 89 of 334 ~ 26.65%
B 90 of 334 ~ 26.95'%

%46.41
%26.65
%26.95

CMYK color model

#9B595A color CMYK value is (0,43,42,39).

  • cyan value is 0.00%
  • magenta value is 42.58%
  • yellow value is 41.94%
  • key color value is 39.22%

CMYK: (0,43,42,39)
C0M43Y42K39 (0%, 43%, 42%, 39%)
(0.00 / 0.43 / 0.42 / 0.39)

CMYK percentages

%0
%42.58
%41.94
%39.22

Codes

Color #9B595A in popluar color models

9B 59 5A
RGB 155 89 90
HSL 359° 27.05% 47.84%
HSB/HSV 359° 42.58% 60.78%
CMYK 0.00% 42.58% 41.94%
39.22%

Color #9B595A in popluar number systems.

HEX 9B 59 5A
Decimal 155 89 90
Binary 10011011 1011001 1011010
Octal 233 131 132

Shades and tints

Shades of #9B595A

#9B595A
(155,89,90)
#8D5152
(141,81,82)
#7F494A
(127,73,74)
#714142
(113,65,66)
#63393A
(99,57,58)
#553132
(85,49,50)
#47292A
(71,41,42)
#392122
(57,33,34)
#2B191A
(43,25,26)
#1D1112
(29,17,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #9B595A

#9B595A
(155,89,90)
#A46869
(164,104,105)
#AD7778
(173,119,120)
#B68687
(182,134,135)
#BF9596
(191,149,150)
#C8A4A5
(200,164,165)
#D1B3B4
(209,179,180)
#DAC2C3
(218,194,195)
#E3D1D2
(227,209,210)
#ECE0E1
(236,224,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B595A; }

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

This text font color is #9B595A.

Background Color

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

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

This div background color is #9B595A.

Border color

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

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

This div border color is #9B595A.

Opacity

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

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

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

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

This text has shadow with #9B595A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B595A.

Preview

Color preview on black background

This text has color #9B595A on black background.


Color preview on white background

This text has color #9B595A on white background.


Black color preview on #9B595A background

This text has black color on #9B595A background.


White color preview on #9B595A background

This text has white color on #9B595A background.


Related colors

Complementary color

Complementary color for #hex is #64A6A5.


I love getcolorcode.com

Triadic colors

1 #5A9B59 and #595A9B with #9B595A are triadic colors.

2 #5A599B and #599B5A with #9B595A are triadic colors.