COLOR #9B464B

HEX: #9B464B
RGB: (155,70,75)

Color info

#9B464B contains mainly red color. Web safe color of #9B464B is #993333 (or #933).

RGB color model

#9B464B color RGB value is (155,70,75).

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

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 75 of 255 = 29%

155
70
75

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

Portions of RGB colors in percentages

R + G + B =
155 + 70 + 75 = 300 (100%)
R 155 of 300 ~ 51.67%
G 70 of 300 ~ 23.33%
B 75 of 300 ~ 25%

%51.67
%23.33
%25

CMYK color model

#9B464B color CMYK value is (0,55,52,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 51.61%
  • key color value is 39.22%
CMYK:
(0,55,52,39)
C0M55Y52K39 
(0%,55%,52%,39%)
(0.00/0.55/0.52/0.39)	

CMYK percentages

%0
%54.84
%51.61
%39.22

Codes

Color #9B464B in popluar color models

9B464B
RGB1557075
HSL356°37.78%44.12%
HSB/HSV356°54.84%60.78%
CMYK0.00%54.84%51.61%
39.22%

Color #9B464B in popluar number systems.

HEX9B464B
Decimal1557075
Binary1001101110001101001011
Octal233106113

Shades and tints

Shades of #9B464B

#9B464B
(155,70,75)
#8D4045
(141,64,69)
#7F3A3F
(127,58,63)
#713439
(113,52,57)
#632E33
(99,46,51)
#55282D
(85,40,45)
#472227
(71,34,39)
#391C21
(57,28,33)
#2B161B
(43,22,27)
#1D1015
(29,16,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #9B464B

#9B464B
(155,70,75)
#A4565B
(164,86,91)
#AD666B
(173,102,107)
#B6767B
(182,118,123)
#BF868B
(191,134,139)
#C8969B
(200,150,155)
#D1A6AB
(209,166,171)
#DAB6BB
(218,182,187)
#E3C6CB
(227,198,203)
#ECD6DB
(236,214,219)
#F5E6EB
(245,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B464B; }

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

This text font color is #9B464B.


Background Color

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

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

This div background color is #9B464B.


Border color

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

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

This div border color is #9B464B.


Opacity

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

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

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

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

This text has shadow with #9B464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B464B on black background.


Color preview on white background

This text has color #9B464B on white background.



Black color preview on #9B464B background

This text has black color on #9B464B background.


White color preview on #9B464B background

This text has white color on #9B464B background.