COLOR #9B4F4D

HEX: #9B4F4D RGB: (155,79,77)

Color info

#9B4F4D contains mainly red color. Web safe color of #9B4F4D is #996633 (or #963).

RGB color model

#9B4F4D color RGB value is (155,79,77).

RGB: (155,79,77) (61%, 31%, 30%)

RGB channels and saturation

R 155 of 255 = 61%
G 79 of 255 = 31%
B 77 of 255 = 30%

155
79
77

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

Portions of RGB colors in percentages

R + G + B = 155 + 79 + 77 = 311 (100%)
R 155 of 311 ~ 49.84%
G 79 of 311 ~ 25.4%
B 77 of 311 ~ 24.76'%

%49.84
%25.4
%24.76

CMYK color model

#9B4F4D color CMYK value is (0,49,50,39).

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

CMYK: (0,49,50,39)
C0M49Y50K39 (0%, 49%, 50%, 39%)
(0.00 / 0.49 / 0.50 / 0.39)

CMYK percentages

%0
%49.03
%50.32
%39.22

Codes

Color #9B4F4D in popluar color models

9B 4F 4D
RGB 155 79 77
HSL 33.62% 45.49%
HSB/HSV 50.32% 60.78%
CMYK 0.00% 49.03% 50.32%
39.22%

Color #9B4F4D in popluar number systems.

HEX 9B 4F 4D
Decimal 155 79 77
Binary 10011011 1001111 1001101
Octal 233 117 115

Shades and tints

Shades of #9B4F4D

#9B4F4D
(155,79,77)
#8D4846
(141,72,70)
#7F413F
(127,65,63)
#713A38
(113,58,56)
#633331
(99,51,49)
#552C2A
(85,44,42)
#472523
(71,37,35)
#391E1C
(57,30,28)
#2B1715
(43,23,21)
#1D100E
(29,16,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #9B4F4D

#9B4F4D
(155,79,77)
#A45F5D
(164,95,93)
#AD6F6D
(173,111,109)
#B67F7D
(182,127,125)
#BF8F8D
(191,143,141)
#C89F9D
(200,159,157)
#D1AFAD
(209,175,173)
#DABFBD
(218,191,189)
#E3CFCD
(227,207,205)
#ECDFDD
(236,223,221)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4F4D; }

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

This text font color is #9B4F4D.

Background Color

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

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

This div background color is #9B4F4D.

Border color

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

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

This div border color is #9B4F4D.

Opacity

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

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

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

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

This text has shadow with #9B4F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B4F4D.

Preview

Color preview on black background

This text has color #9B4F4D on black background.


Color preview on white background

This text has color #9B4F4D on white background.


Black color preview on #9B4F4D background

This text has black color on #9B4F4D background.


White color preview on #9B4F4D background

This text has white color on #9B4F4D background.


Related colors

Complementary color

Complementary color for #hex is #64B0B2.


I love getcolorcode.com

Triadic colors

1 #4D9B4F and #4F4D9B with #9B4F4D are triadic colors.

2 #4D4F9B and #4F9B4D with #9B4F4D are triadic colors.