COLOR #9B494A

HEX: #9B494A
RGB: (155,73,74)

Color info

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

RGB color model

#9B494A color RGB value is (155,73,74).

  • red value is 155;
  • green value is 73;
  • blue value is 74.
RGB:
(155,73,74)
(61%,29%,29%)

RGB channels and saturation

R 155 of 255 = 61%
G 73 of 255 = 29%
B 74 of 255 = 29%

155
73
74

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

Portions of RGB colors in percentages

R + G + B =
155 + 73 + 74 = 302 (100%)
R 155 of 302 ~ 51.32%
G 73 of 302 ~ 24.17%
B 74 of 302 ~ 24.5%

%51.32
%24.17
%24.5

CMYK color model

#9B494A color CMYK value is (0,53,52,39).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 52.26%
  • key color value is 39.22%
CMYK:
(0,53,52,39)
C0M53Y52K39 
(0%,53%,52%,39%)
(0.00/0.53/0.52/0.39)	

CMYK percentages

%0
%52.9
%52.26
%39.22

Codes

Color #9B494A in popluar color models

9B494A
RGB1557374
HSL359°35.96%44.71%
HSB/HSV359°52.90%60.78%
CMYK0.00%52.90%52.26%
39.22%

Color #9B494A in popluar number systems.

HEX9B494A
Decimal1557374
Binary1001101110010011001010
Octal233111112

Shades and tints

Shades of #9B494A

#9B494A
(155,73,74)
#8D4344
(141,67,68)
#7F3D3E
(127,61,62)
#713738
(113,55,56)
#633132
(99,49,50)
#552B2C
(85,43,44)
#472526
(71,37,38)
#391F20
(57,31,32)
#2B191A
(43,25,26)
#1D1314
(29,19,20)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #9B494A

#9B494A
(155,73,74)
#A4595A
(164,89,90)
#AD696A
(173,105,106)
#B6797A
(182,121,122)
#BF898A
(191,137,138)
#C8999A
(200,153,154)
#D1A9AA
(209,169,170)
#DAB9BA
(218,185,186)
#E3C9CA
(227,201,202)
#ECD9DA
(236,217,218)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B494A color. Also use rgb(155,73,74) instead hex code.

Text Font Color

.myTextColor { color: #9B494A; }

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

This text font color is #9B494A.


Background Color

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

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

This div background color is #9B494A.


Border color

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

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

This div border color is #9B494A.


Opacity

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

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

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

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

This text has shadow with #9B494A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B494A on black background.


Color preview on white background

This text has color #9B494A on white background.



Black color preview on #9B494A background

This text has black color on #9B494A background.


White color preview on #9B494A background

This text has white color on #9B494A background.