COLOR #9B5425

HEX: #9B5425
RGB: (155,84,37)

Color info

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

RGB color model

#9B5425 color RGB value is (155,84,37).

  • red value is 155;
  • green value is 84;
  • blue value is 37.
RGB:
(155,84,37)
(61%,33%,15%)

RGB channels and saturation

R 155 of 255 = 61%
G 84 of 255 = 33%
B 37 of 255 = 15%

155
84
37

R + G + B ~ 36%. #9B5425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 84 + 37 = 276 (100%)
R 155 of 276 ~ 56.16%
G 84 of 276 ~ 30.43%
B 37 of 276 ~ 13.41%

%56.16
%30.43
%13.41

CMYK color model

#9B5425 color CMYK value is (0,46,76,39).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 76.13%
  • key color value is 39.22%
CMYK:
(0,46,76,39)
C0M46Y76K39 
(0%,46%,76%,39%)
(0.00/0.46/0.76/0.39)	

CMYK percentages

%0
%45.81
%76.13
%39.22

Codes

Color #9B5425 in popluar color models

9B5425
RGB1558437
HSL24°61.46%37.65%
HSB/HSV24°76.13%60.78%
CMYK0.00%45.81%76.13%
39.22%

Color #9B5425 in popluar number systems.

HEX9B5425
Decimal1558437
Binary100110111010100100101
Octal23312445

Shades and tints

Shades of #9B5425

#9B5425
(155,84,37)
#8D4D22
(141,77,34)
#7F461F
(127,70,31)
#713F1C
(113,63,28)
#633819
(99,56,25)
#553116
(85,49,22)
#472A13
(71,42,19)
#392310
(57,35,16)
#2B1C0D
(43,28,13)
#1D150A
(29,21,10)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #9B5425

#9B5425
(155,84,37)
#A46338
(164,99,56)
#AD724B
(173,114,75)
#B6815E
(182,129,94)
#BF9071
(191,144,113)
#C89F84
(200,159,132)
#D1AE97
(209,174,151)
#DABDAA
(218,189,170)
#E3CCBD
(227,204,189)
#ECDBD0
(236,219,208)
#F5EAE3
(245,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5425 color. Also use rgb(155,84,37) instead hex code.

Text Font Color

.myTextColor { color: #9B5425; }

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

This text font color is #9B5425.


Background Color

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

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

This div background color is #9B5425.


Border color

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

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

This div border color is #9B5425.


Opacity

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

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

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

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

This text has shadow with #9B5425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5425 on black background.


Color preview on white background

This text has color #9B5425 on white background.



Black color preview on #9B5425 background

This text has black color on #9B5425 background.


White color preview on #9B5425 background

This text has white color on #9B5425 background.