COLOR #9B4700

HEX: #9B4700 RGB: (155,71,0)

Color info

#9B4700 contains mainly red color. Web safe color of #9B4700 is #993300 (or #930).

RGB color model

#9B4700 color RGB value is (155,71,0).

RGB: (155,71,0) (61%, 28%, 0%)

RGB channels and saturation

R 155 of 255 = 61%
G 71 of 255 = 28%
B 0 of 255 = 0%

155
71
0

R + G + B ~ 30%. #9B4700 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 155 + 71 + 0 = 226 (100%)
R 155 of 226 ~ 68.58%
G 71 of 226 ~ 31.42%
B 0 of 226 ~ 0'%

%68.58
%31.42

CMYK color model

#9B4700 color CMYK value is (0,54,100,39).

  • cyan value is 0.00%
  • magenta value is 54.19%
  • yellow value is 100.00%
  • key color value is 39.22%

CMYK: (0,54,100,39)
C0M54Y100K39 (0%, 54%, 100%, 39%)
(0.00 / 0.54 / 1.00 / 0.39)

CMYK percentages

%0
%54.19
%100
%39.22

Codes

Color #9B4700 in popluar color models

9B 47 00
RGB 155 71 0
HSL 27° 100.00% 30.39%
HSB/HSV 27° 100.00% 60.78%
CMYK 0.00% 54.19% 100.00%
39.22%

Color #9B4700 in popluar number systems.

HEX 9B 47 00
Decimal 155 71 0
Binary 10011011 1000111 0
Octal 233 107 0

Shades and tints

Shades of #9B4700

#9B4700
(155,71,0)
#8D4100
(141,65,0)
#7F3B00
(127,59,0)
#713500
(113,53,0)
#632F00
(99,47,0)
#552900
(85,41,0)
#472300
(71,35,0)
#391D00
(57,29,0)
#2B1700
(43,23,0)
#1D1100
(29,17,0)
#0F0B00
(15,11,0)
#000000
(0,0,0)

Tints of #9B4700

#9B4700
(155,71,0)
#A45717
(164,87,23)
#AD672E
(173,103,46)
#B67745
(182,119,69)
#BF875C
(191,135,92)
#C89773
(200,151,115)
#D1A78A
(209,167,138)
#DAB7A1
(218,183,161)
#E3C7B8
(227,199,184)
#ECD7CF
(236,215,207)
#F5E7E6
(245,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4700 color. Also use rgb(155,71,0) instead hex code.

Text Font Color

.myTextColor { color: #9B4700; }

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

This text font color is #9B4700.

Background Color

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

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

This div background color is #9B4700.

Border color

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

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

This div border color is #9B4700.

Opacity

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

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

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

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

This text has shadow with #9B4700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B4700.

Preview

Color preview on black background

This text has color #9B4700 on black background.


Color preview on white background

This text has color #9B4700 on white background.


Black color preview on #9B4700 background

This text has black color on #9B4700 background.


White color preview on #9B4700 background

This text has white color on #9B4700 background.


Related colors

Complementary color

Complementary color for #hex is #64B8FF.


I love getcolorcode.com

Triadic colors

1 #009B47 and #47009B with #9B4700 are triadic colors.

2 #00479B and #479B00 with #9B4700 are triadic colors.