COLOR #9B464F

HEX: #9B464F
RGB: (155,70,79)

Color info

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

RGB color model

#9B464F color RGB value is (155,70,79).

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

RGB channels and saturation

R 155 of 255 = 61%
G 70 of 255 = 27%
B 79 of 255 = 31%

155
70
79

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

Portions of RGB colors in percentages

R + G + B =
155 + 70 + 79 = 304 (100%)
R 155 of 304 ~ 50.99%
G 70 of 304 ~ 23.03%
B 79 of 304 ~ 25.99%

%50.99
%23.03
%25.99

CMYK color model

#9B464F color CMYK value is (0,55,49,39).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 49.03%
  • key color value is 39.22%
CMYK:
(0,55,49,39)
C0M55Y49K39 
(0%,55%,49%,39%)
(0.00/0.55/0.49/0.39)	

CMYK percentages

%0
%54.84
%49.03
%39.22

Codes

Color #9B464F in popluar color models

9B464F
RGB1557079
HSL354°37.78%44.12%
HSB/HSV354°54.84%60.78%
CMYK0.00%54.84%49.03%
39.22%

Color #9B464F in popluar number systems.

HEX9B464F
Decimal1557079
Binary1001101110001101001111
Octal233106117

Shades and tints

Shades of #9B464F

#9B464F
(155,70,79)
#8D4048
(141,64,72)
#7F3A41
(127,58,65)
#71343A
(113,52,58)
#632E33
(99,46,51)
#55282C
(85,40,44)
#472225
(71,34,37)
#391C1E
(57,28,30)
#2B1617
(43,22,23)
#1D1010
(29,16,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #9B464F

#9B464F
(155,70,79)
#A4565F
(164,86,95)
#AD666F
(173,102,111)
#B6767F
(182,118,127)
#BF868F
(191,134,143)
#C8969F
(200,150,159)
#D1A6AF
(209,166,175)
#DAB6BF
(218,182,191)
#E3C6CF
(227,198,207)
#ECD6DF
(236,214,223)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B464F; }

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

This text font color is #9B464F.


Background Color

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

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

This div background color is #9B464F.


Border color

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

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

This div border color is #9B464F.


Opacity

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

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

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

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

This text has shadow with #9B464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B464F on black background.


Color preview on white background

This text has color #9B464F on white background.



Black color preview on #9B464F background

This text has black color on #9B464F background.


White color preview on #9B464F background

This text has white color on #9B464F background.