COLOR #9B7923

HEX: #9B7923 RGB: (155,121,35)

Color info

#9B7923 contains mainly red and green colors. Web safe color of #9B7923 is #996633 (or #963).

RGB color model

#9B7923 color RGB value is (155,121,35).

RGB: (155,121,35) (61%, 47%, 14%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 35 of 255 = 14%

155
121
35

R + G + B ~ 41%. #9B7923 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 121 + 35 = 311 (100%)
R 155 of 311 ~ 49.84%
G 121 of 311 ~ 38.91%
B 35 of 311 ~ 11.25'%

%49.84
%38.91
%11.25

CMYK color model

#9B7923 color CMYK value is (0,22,77,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 77.42%
  • key color value is 39.22%

CMYK: (0,22,77,39)
C0M22Y77K39 (0%, 22%, 77%, 39%)
(0.00 / 0.22 / 0.77 / 0.39)

CMYK percentages

%0
%21.94
%77.42
%39.22

Codes

Color #9B7923 in popluar color models

9B 79 23
RGB 155 121 35
HSL 43° 63.16% 37.25%
HSB/HSV 43° 77.42% 60.78%
CMYK 0.00% 21.94% 77.42%
39.22%

Color #9B7923 in popluar number systems.

HEX 9B 79 23
Decimal 155 121 35
Binary 10011011 1111001 100011
Octal 233 171 43

Shades and tints

Shades of #9B7923

#9B7923
(155,121,35)
#8D6E20
(141,110,32)
#7F631D
(127,99,29)
#71581A
(113,88,26)
#634D17
(99,77,23)
#554214
(85,66,20)
#473711
(71,55,17)
#392C0E
(57,44,14)
#2B210B
(43,33,11)
#1D1608
(29,22,8)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #9B7923

#9B7923
(155,121,35)
#A48537
(164,133,55)
#AD914B
(173,145,75)
#B69D5F
(182,157,95)
#BFA973
(191,169,115)
#C8B587
(200,181,135)
#D1C19B
(209,193,155)
#DACDAF
(218,205,175)
#E3D9C3
(227,217,195)
#ECE5D7
(236,229,215)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7923 color. Also use rgb(155,121,35) instead hex code.

Text Font Color

.myTextColor { color: #9B7923; }

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

This text font color is #9B7923.

Background Color

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

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

This div background color is #9B7923.

Border color

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

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

This div border color is #9B7923.

Opacity

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

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

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

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

This text has shadow with #9B7923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7923.

Preview

Color preview on black background

This text has color #9B7923 on black background.


Color preview on white background

This text has color #9B7923 on white background.


Black color preview on #9B7923 background

This text has black color on #9B7923 background.


White color preview on #9B7923 background

This text has white color on #9B7923 background.


Related colors

Complementary color

Complementary color for #hex is #6486DC.


I love getcolorcode.com

Triadic colors

1 #239B79 and #79239B with #9B7923 are triadic colors.

2 #23799B and #799B23 with #9B7923 are triadic colors.