COLOR #9B424D

HEX: #9B424D RGB: (155,66,77)

Color info

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

RGB color model

#9B424D color RGB value is (155,66,77).

RGB: (155,66,77) (61%, 26%, 30%)

RGB channels and saturation

R 155 of 255 = 61%
G 66 of 255 = 26%
B 77 of 255 = 30%

155
66
77

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

Portions of RGB colors in percentages

R + G + B = 155 + 66 + 77 = 298 (100%)
R 155 of 298 ~ 52.01%
G 66 of 298 ~ 22.15%
B 77 of 298 ~ 25.84'%

%52.01
%22.15
%25.84

CMYK color model

#9B424D color CMYK value is (0,57,50,39).

  • cyan value is 0.00%
  • magenta value is 57.42%
  • yellow value is 50.32%
  • key color value is 39.22%

CMYK: (0,57,50,39)
C0M57Y50K39 (0%, 57%, 50%, 39%)
(0.00 / 0.57 / 0.50 / 0.39)

CMYK percentages

%0
%57.42
%50.32
%39.22

Codes

Color #9B424D in popluar color models

9B 42 4D
RGB 155 66 77
HSL 353° 40.27% 43.33%
HSB/HSV 353° 57.42% 60.78%
CMYK 0.00% 57.42% 50.32%
39.22%

Color #9B424D in popluar number systems.

HEX 9B 42 4D
Decimal 155 66 77
Binary 10011011 1000010 1001101
Octal 233 102 115

Shades and tints

Shades of #9B424D

#9B424D
(155,66,77)
#8D3C46
(141,60,70)
#7F363F
(127,54,63)
#713038
(113,48,56)
#632A31
(99,42,49)
#55242A
(85,36,42)
#471E23
(71,30,35)
#39181C
(57,24,28)
#2B1215
(43,18,21)
#1D0C0E
(29,12,14)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #9B424D

#9B424D
(155,66,77)
#A4535D
(164,83,93)
#AD646D
(173,100,109)
#B6757D
(182,117,125)
#BF868D
(191,134,141)
#C8979D
(200,151,157)
#D1A8AD
(209,168,173)
#DAB9BD
(218,185,189)
#E3CACD
(227,202,205)
#ECDBDD
(236,219,221)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B424D; }

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

This text font color is #9B424D.

Background Color

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

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

This div background color is #9B424D.

Border color

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

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

This div border color is #9B424D.

Opacity

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

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

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

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

This text has shadow with #9B424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B424D.

Preview

Color preview on black background

This text has color #9B424D on black background.


Color preview on white background

This text has color #9B424D on white background.


Black color preview on #9B424D background

This text has black color on #9B424D background.


White color preview on #9B424D background

This text has white color on #9B424D background.


Related colors

Complementary color

Complementary color for #hex is #64BDB2.


I love getcolorcode.com

Triadic colors

1 #4D9B42 and #424D9B with #9B424D are triadic colors.

2 #4D429B and #429B4D with #9B424D are triadic colors.