COLOR #9B4675

HEX: #9B4675
RGB: (155,70,117)

Color info

#9B4675 contains mainly red and blue colors. Web safe color of #9B4675 is #993366 (or #936).

RGB color model

#9B4675 color RGB value is (155,70,117).

  • red value is 155;
  • green value is 70;
  • blue value is 117.
RGB:
(155,70,117)
(61%,27%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 117 of 255 = 46%

155
70
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 70 + 117 = 342 (100%)
R 155 of 342 ~ 45.32%
G 70 of 342 ~ 20.47%
B 117 of 342 ~ 34.21%

%45.32
%20.47
%34.21

CMYK color model

#9B4675 color CMYK value is (0,55,25,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(0,55,25,39)
C0M55Y25K39 
(0%,55%,25%,39%)
(0.00/0.55/0.25/0.39)	

CMYK percentages

%0
%54.84
%24.52
%39.22

Codes

Color #9B4675 in popluar color models

9B4675
RGB15570117
HSL327°37.78%44.12%
HSB/HSV327°54.84%60.78%
CMYK0.00%54.84%24.52%
39.22%

Color #9B4675 in popluar number systems.

HEX9B4675
Decimal15570117
Binary1001101110001101110101
Octal233106165

Shades and tints

Shades of #9B4675

#9B4675
(155,70,117)
#8D406B
(141,64,107)
#7F3A61
(127,58,97)
#713457
(113,52,87)
#632E4D
(99,46,77)
#552843
(85,40,67)
#472239
(71,34,57)
#391C2F
(57,28,47)
#2B1625
(43,22,37)
#1D101B
(29,16,27)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #9B4675

#9B4675
(155,70,117)
#A45681
(164,86,129)
#AD668D
(173,102,141)
#B67699
(182,118,153)
#BF86A5
(191,134,165)
#C896B1
(200,150,177)
#D1A6BD
(209,166,189)
#DAB6C9
(218,182,201)
#E3C6D5
(227,198,213)
#ECD6E1
(236,214,225)
#F5E6ED
(245,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4675 color. Also use rgb(155,70,117) instead hex code.

Text Font Color

.myTextColor { color: #9B4675; }

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

This text font color is #9B4675.


Background Color

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

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

This div background color is #9B4675.


Border color

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

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

This div border color is #9B4675.


Opacity

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

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

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

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

This text has shadow with #9B4675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4675 on black background.


Color preview on white background

This text has color #9B4675 on white background.



Black color preview on #9B4675 background

This text has black color on #9B4675 background.


White color preview on #9B4675 background

This text has white color on #9B4675 background.