COLOR #9B5F03

HEX: #9B5F03
RGB: (155,95,3)

Color info

#9B5F03 contains mainly red color. Web safe color of #9B5F03 is #996600 (or #960).

RGB color model

#9B5F03 color RGB value is (155,95,3).

  • red value is 155;
  • green value is 95;
  • blue value is 3.
RGB:
(155,95,3)
(61%,37%,1%)

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 3 of 255 = 1%

155
95
3

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

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 3 = 253 (100%)
R 155 of 253 ~ 61.26%
G 95 of 253 ~ 37.55%
B 3 of 253 ~ 1.19%

%61.26
%37.55

CMYK color model

#9B5F03 color CMYK value is (0,39,98,39).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 98.06%
  • key color value is 39.22%
CMYK:
(0,39,98,39)
C0M39Y98K39 
(0%,39%,98%,39%)
(0.00/0.39/0.98/0.39)	

CMYK percentages

%0
%38.71
%98.06
%39.22

Codes

Color #9B5F03 in popluar color models

9B5F03
RGB155953
HSL36°96.20%30.98%
HSB/HSV36°98.06%60.78%
CMYK0.00%38.71%98.06%
39.22%

Color #9B5F03 in popluar number systems.

HEX9B5F03
Decimal155953
Binary10011011101111111
Octal2331373

Shades and tints

Shades of #9B5F03

#9B5F03
(155,95,3)
#8D5703
(141,87,3)
#7F4F03
(127,79,3)
#714703
(113,71,3)
#633F03
(99,63,3)
#553703
(85,55,3)
#472F03
(71,47,3)
#392703
(57,39,3)
#2B1F03
(43,31,3)
#1D1703
(29,23,3)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #9B5F03

#9B5F03
(155,95,3)
#A46D19
(164,109,25)
#AD7B2F
(173,123,47)
#B68945
(182,137,69)
#BF975B
(191,151,91)
#C8A571
(200,165,113)
#D1B387
(209,179,135)
#DAC19D
(218,193,157)
#E3CFB3
(227,207,179)
#ECDDC9
(236,221,201)
#F5EBDF
(245,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5F03 color. Also use rgb(155,95,3) instead hex code.

Text Font Color

.myTextColor { color: #9B5F03; }

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

This text font color is #9B5F03.


Background Color

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

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

This div background color is #9B5F03.


Border color

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

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

This div border color is #9B5F03.


Opacity

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

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

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

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

This text has shadow with #9B5F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5F03 on black background.


Color preview on white background

This text has color #9B5F03 on white background.



Black color preview on #9B5F03 background

This text has black color on #9B5F03 background.


White color preview on #9B5F03 background

This text has white color on #9B5F03 background.