COLOR #9B481C

HEX: #9B481C RGB: (155,72,28)

Color info

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

RGB color model

#9B481C color RGB value is (155,72,28).

RGB: (155,72,28) (61%, 28%, 11%)

RGB channels and saturation

R 155 of 255 = 61%
G 72 of 255 = 28%
B 28 of 255 = 11%

155
72
28

R + G + B ~ 33%. #9B481C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 72 + 28 = 255 (100%)
R 155 of 255 ~ 60.78%
G 72 of 255 ~ 28.24%
B 28 of 255 ~ 10.98'%

%60.78
%28.24
%10.98

CMYK color model

#9B481C color CMYK value is (0,54,82,39).

  • cyan value is 0.00%
  • magenta value is 53.55%
  • yellow value is 81.94%
  • key color value is 39.22%

CMYK: (0,54,82,39)
C0M54Y82K39 (0%, 54%, 82%, 39%)
(0.00 / 0.54 / 0.82 / 0.39)

CMYK percentages

%0
%53.55
%81.94
%39.22

Codes

Color #9B481C in popluar color models

9B 48 1C
RGB 155 72 28
HSL 21° 69.40% 35.88%
HSB/HSV 21° 81.94% 60.78%
CMYK 0.00% 53.55% 81.94%
39.22%

Color #9B481C in popluar number systems.

HEX 9B 48 1C
Decimal 155 72 28
Binary 10011011 1001000 11100
Octal 233 110 34

Shades and tints

Shades of #9B481C

#9B481C
(155,72,28)
#8D421A
(141,66,26)
#7F3C18
(127,60,24)
#713616
(113,54,22)
#633014
(99,48,20)
#552A12
(85,42,18)
#472410
(71,36,16)
#391E0E
(57,30,14)
#2B180C
(43,24,12)
#1D120A
(29,18,10)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #9B481C

#9B481C
(155,72,28)
#A45830
(164,88,48)
#AD6844
(173,104,68)
#B67858
(182,120,88)
#BF886C
(191,136,108)
#C89880
(200,152,128)
#D1A894
(209,168,148)
#DAB8A8
(218,184,168)
#E3C8BC
(227,200,188)
#ECD8D0
(236,216,208)
#F5E8E4
(245,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B481C color. Also use rgb(155,72,28) instead hex code.

Text Font Color

.myTextColor { color: #9B481C; }

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

This text font color is #9B481C.

Background Color

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

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

This div background color is #9B481C.

Border color

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

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

This div border color is #9B481C.

Opacity

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

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

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

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

This text has shadow with #9B481C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B481C.

Preview

Color preview on black background

This text has color #9B481C on black background.


Color preview on white background

This text has color #9B481C on white background.


Black color preview on #9B481C background

This text has black color on #9B481C background.


White color preview on #9B481C background

This text has white color on #9B481C background.


Related colors

Complementary color

Complementary color for #hex is #64B7E3.


I love getcolorcode.com

Triadic colors

1 #1C9B48 and #481C9B with #9B481C are triadic colors.

2 #1C489B and #489B1C with #9B481C are triadic colors.