COLOR #9B474B

HEX: #9B474B
RGB: (155,71,75)

Color info

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

RGB color model

#9B474B color RGB value is (155,71,75).

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

RGB channels and saturation

R 155 of 255 = 61%
G 71 of 255 = 28%
B 75 of 255 = 29%

155
71
75

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

Portions of RGB colors in percentages

R + G + B =
155 + 71 + 75 = 301 (100%)
R 155 of 301 ~ 51.5%
G 71 of 301 ~ 23.59%
B 75 of 301 ~ 24.92%

%51.5
%23.59
%24.92

CMYK color model

#9B474B color CMYK value is (0,54,52,39).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 51.61%
  • key color value is 39.22%
CMYK:
(0,54,52,39)
C0M54Y52K39 
(0%,54%,52%,39%)
(0.00/0.54/0.52/0.39)	

CMYK percentages

%0
%54.19
%51.61
%39.22

Codes

Color #9B474B in popluar color models

9B474B
RGB1557175
HSL357°37.17%44.31%
HSB/HSV357°54.19%60.78%
CMYK0.00%54.19%51.61%
39.22%

Color #9B474B in popluar number systems.

HEX9B474B
Decimal1557175
Binary1001101110001111001011
Octal233107113

Shades and tints

Shades of #9B474B

#9B474B
(155,71,75)
#8D4145
(141,65,69)
#7F3B3F
(127,59,63)
#713539
(113,53,57)
#632F33
(99,47,51)
#55292D
(85,41,45)
#472327
(71,35,39)
#391D21
(57,29,33)
#2B171B
(43,23,27)
#1D1115
(29,17,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #9B474B

#9B474B
(155,71,75)
#A4575B
(164,87,91)
#AD676B
(173,103,107)
#B6777B
(182,119,123)
#BF878B
(191,135,139)
#C8979B
(200,151,155)
#D1A7AB
(209,167,171)
#DAB7BB
(218,183,187)
#E3C7CB
(227,199,203)
#ECD7DB
(236,215,219)
#F5E7EB
(245,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B474B; }

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

This text font color is #9B474B.


Background Color

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

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

This div background color is #9B474B.


Border color

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

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

This div border color is #9B474B.


Opacity

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

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

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

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

This text has shadow with #9B474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B474B on black background.


Color preview on white background

This text has color #9B474B on white background.



Black color preview on #9B474B background

This text has black color on #9B474B background.


White color preview on #9B474B background

This text has white color on #9B474B background.