COLOR #9B5F21

HEX: #9B5F21
RGB: (155,95,33)

Color info

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

RGB color model

#9B5F21 color RGB value is (155,95,33).

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

RGB channels and saturation

R 155 of 255 = 61%
G 95 of 255 = 37%
B 33 of 255 = 13%

155
95
33

R + G + B ~ 37%. #9B5F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 95 + 33 = 283 (100%)
R 155 of 283 ~ 54.77%
G 95 of 283 ~ 33.57%
B 33 of 283 ~ 11.66%

%54.77
%33.57
%11.66

CMYK color model

#9B5F21 color CMYK value is (0,39,79,39).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 78.71%
  • key color value is 39.22%
CMYK:
(0,39,79,39)
C0M39Y79K39 
(0%,39%,79%,39%)
(0.00/0.39/0.79/0.39)	

CMYK percentages

%0
%38.71
%78.71
%39.22

Codes

Color #9B5F21 in popluar color models

9B5F21
RGB1559533
HSL30°64.89%36.86%
HSB/HSV30°78.71%60.78%
CMYK0.00%38.71%78.71%
39.22%

Color #9B5F21 in popluar number systems.

HEX9B5F21
Decimal1559533
Binary100110111011111100001
Octal23313741

Shades and tints

Shades of #9B5F21

#9B5F21
(155,95,33)
#8D571E
(141,87,30)
#7F4F1B
(127,79,27)
#714718
(113,71,24)
#633F15
(99,63,21)
#553712
(85,55,18)
#472F0F
(71,47,15)
#39270C
(57,39,12)
#2B1F09
(43,31,9)
#1D1706
(29,23,6)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #9B5F21

#9B5F21
(155,95,33)
#A46D35
(164,109,53)
#AD7B49
(173,123,73)
#B6895D
(182,137,93)
#BF9771
(191,151,113)
#C8A585
(200,165,133)
#D1B399
(209,179,153)
#DAC1AD
(218,193,173)
#E3CFC1
(227,207,193)
#ECDDD5
(236,221,213)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5F21; }

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

This text font color is #9B5F21.


Background Color

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

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

This div background color is #9B5F21.


Border color

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

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

This div border color is #9B5F21.


Opacity

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

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

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

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

This text has shadow with #9B5F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5F21 on black background.


Color preview on white background

This text has color #9B5F21 on white background.



Black color preview on #9B5F21 background

This text has black color on #9B5F21 background.


White color preview on #9B5F21 background

This text has white color on #9B5F21 background.