COLOR #9B365A

HEX: #9B365A
RGB: (155,54,90)

Color info

#9B365A contains mainly red color. Web safe color of #9B365A is #993366 (or #936).

RGB color model

#9B365A color RGB value is (155,54,90).

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

RGB channels and saturation

R 155 of 255 = 61%
G 54 of 255 = 21%
B 90 of 255 = 35%

155
54
90

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

Portions of RGB colors in percentages

R + G + B =
155 + 54 + 90 = 299 (100%)
R 155 of 299 ~ 51.84%
G 54 of 299 ~ 18.06%
B 90 of 299 ~ 30.1%

%51.84
%18.06
%30.1

CMYK color model

#9B365A color CMYK value is (0,65,42,39).

  • cyan value is 0.00%
  • magenta value is 65.16%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(0,65,42,39)
C0M65Y42K39 
(0%,65%,42%,39%)
(0.00/0.65/0.42/0.39)	

CMYK percentages

%0
%65.16
%41.94
%39.22

Codes

Color #9B365A in popluar color models

9B365A
RGB1555490
HSL339°48.33%40.98%
HSB/HSV339°65.16%60.78%
CMYK0.00%65.16%41.94%
39.22%

Color #9B365A in popluar number systems.

HEX9B365A
Decimal1555490
Binary100110111101101011010
Octal23366132

Shades and tints

Shades of #9B365A

#9B365A
(155,54,90)
#8D3252
(141,50,82)
#7F2E4A
(127,46,74)
#712A42
(113,42,66)
#63263A
(99,38,58)
#552232
(85,34,50)
#471E2A
(71,30,42)
#391A22
(57,26,34)
#2B161A
(43,22,26)
#1D1212
(29,18,18)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #9B365A

#9B365A
(155,54,90)
#A44869
(164,72,105)
#AD5A78
(173,90,120)
#B66C87
(182,108,135)
#BF7E96
(191,126,150)
#C890A5
(200,144,165)
#D1A2B4
(209,162,180)
#DAB4C3
(218,180,195)
#E3C6D2
(227,198,210)
#ECD8E1
(236,216,225)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B365A; }

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

This text font color is #9B365A.


Background Color

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

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

This div background color is #9B365A.


Border color

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

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

This div border color is #9B365A.


Opacity

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

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

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

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

This text has shadow with #9B365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B365A on black background.


Color preview on white background

This text has color #9B365A on white background.



Black color preview on #9B365A background

This text has black color on #9B365A background.


White color preview on #9B365A background

This text has white color on #9B365A background.