COLOR #9B5A68

HEX: #9B5A68
RGB: (155,90,104)

Color info

#9B5A68 contains mainly red and blue colors. Web safe color of #9B5A68 is #996666 (or #966).

RGB color model

#9B5A68 color RGB value is (155,90,104).

  • red value is 155;
  • green value is 90;
  • blue value is 104.
RGB:
(155,90,104)
(61%,35%,41%)

RGB channels and saturation

R 155 of 255 = 61%
G 90 of 255 = 35%
B 104 of 255 = 41%

155
90
104

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

Portions of RGB colors in percentages

R + G + B =
155 + 90 + 104 = 349 (100%)
R 155 of 349 ~ 44.41%
G 90 of 349 ~ 25.79%
B 104 of 349 ~ 29.8%

%44.41
%25.79
%29.8

CMYK color model

#9B5A68 color CMYK value is (0,42,33,39).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 32.90%
  • key color value is 39.22%
CMYK:
(0,42,33,39)
C0M42Y33K39 
(0%,42%,33%,39%)
(0.00/0.42/0.33/0.39)	

CMYK percentages

%0
%41.94
%32.9
%39.22

Codes

Color #9B5A68 in popluar color models

9B5A68
RGB15590104
HSL347°26.53%48.04%
HSB/HSV347°41.94%60.78%
CMYK0.00%41.94%32.90%
39.22%

Color #9B5A68 in popluar number systems.

HEX9B5A68
Decimal15590104
Binary1001101110110101101000
Octal233132150

Shades and tints

Shades of #9B5A68

#9B5A68
(155,90,104)
#8D525F
(141,82,95)
#7F4A56
(127,74,86)
#71424D
(113,66,77)
#633A44
(99,58,68)
#55323B
(85,50,59)
#472A32
(71,42,50)
#392229
(57,34,41)
#2B1A20
(43,26,32)
#1D1217
(29,18,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #9B5A68

#9B5A68
(155,90,104)
#A46975
(164,105,117)
#AD7882
(173,120,130)
#B6878F
(182,135,143)
#BF969C
(191,150,156)
#C8A5A9
(200,165,169)
#D1B4B6
(209,180,182)
#DAC3C3
(218,195,195)
#E3D2D0
(227,210,208)
#ECE1DD
(236,225,221)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5A68; }

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

This text font color is #9B5A68.


Background Color

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

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

This div background color is #9B5A68.


Border color

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

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

This div border color is #9B5A68.


Opacity

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

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

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

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

This text has shadow with #9B5A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5A68 on black background.


Color preview on white background

This text has color #9B5A68 on white background.



Black color preview on #9B5A68 background

This text has black color on #9B5A68 background.


White color preview on #9B5A68 background

This text has white color on #9B5A68 background.