COLOR #9B423A

HEX: #9B423A
RGB: (155,66,58)

Color info

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

RGB color model

#9B423A color RGB value is (155,66,58).

  • red value is 155;
  • green value is 66;
  • blue value is 58.
RGB:
(155,66,58)
(61%,26%,23%)

RGB channels and saturation

R 155 of 255 = 61%
G 66 of 255 = 26%
B 58 of 255 = 23%

155
66
58

R + G + B ~ 37%. #9B423A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 66 + 58 = 279 (100%)
R 155 of 279 ~ 55.56%
G 66 of 279 ~ 23.66%
B 58 of 279 ~ 20.79%

%55.56
%23.66
%20.79

CMYK color model

#9B423A color CMYK value is (0,57,63,39).

  • cyan value is 0.00%
  • magenta value is 57.42%
  • yellow value is 62.58%
  • key color value is 39.22%
CMYK:
(0,57,63,39)
C0M57Y63K39 
(0%,57%,63%,39%)
(0.00/0.57/0.63/0.39)	

CMYK percentages

%0
%57.42
%62.58
%39.22

Codes

Color #9B423A in popluar color models

9B423A
RGB1556658
HSL45.54%41.76%
HSB/HSV62.58%60.78%
CMYK0.00%57.42%62.58%
39.22%

Color #9B423A in popluar number systems.

HEX9B423A
Decimal1556658
Binary100110111000010111010
Octal23310272

Shades and tints

Shades of #9B423A

#9B423A
(155,66,58)
#8D3C35
(141,60,53)
#7F3630
(127,54,48)
#71302B
(113,48,43)
#632A26
(99,42,38)
#552421
(85,36,33)
#471E1C
(71,30,28)
#391817
(57,24,23)
#2B1212
(43,18,18)
#1D0C0D
(29,12,13)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #9B423A

#9B423A
(155,66,58)
#A4534B
(164,83,75)
#AD645C
(173,100,92)
#B6756D
(182,117,109)
#BF867E
(191,134,126)
#C8978F
(200,151,143)
#D1A8A0
(209,168,160)
#DAB9B1
(218,185,177)
#E3CAC2
(227,202,194)
#ECDBD3
(236,219,211)
#F5ECE4
(245,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B423A color. Also use rgb(155,66,58) instead hex code.

Text Font Color

.myTextColor { color: #9B423A; }

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

This text font color is #9B423A.


Background Color

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

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

This div background color is #9B423A.


Border color

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

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

This div border color is #9B423A.


Opacity

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

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

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

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

This text has shadow with #9B423A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B423A on black background.


Color preview on white background

This text has color #9B423A on white background.



Black color preview on #9B423A background

This text has black color on #9B423A background.


White color preview on #9B423A background

This text has white color on #9B423A background.