COLOR #9B7814

HEX: #9B7814
RGB: (155,120,20)

Color info

#9B7814 contains mainly red and green colors. Web safe color of #9B7814 is #996600 (or #960).

RGB color model

#9B7814 color RGB value is (155,120,20).

  • red value is 155;
  • green value is 120;
  • blue value is 20.
RGB:
(155,120,20)
(61%,47%,8%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 20 of 255 = 8%

155
120
20

R + G + B ~ 39%. #9B7814 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 20 = 295 (100%)
R 155 of 295 ~ 52.54%
G 120 of 295 ~ 40.68%
B 20 of 295 ~ 6.78%

%52.54
%40.68

CMYK color model

#9B7814 color CMYK value is (0,23,87,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 87.10%
  • key color value is 39.22%
CMYK:
(0,23,87,39)
C0M23Y87K39 
(0%,23%,87%,39%)
(0.00/0.23/0.87/0.39)	

CMYK percentages

%0
%22.58
%87.1
%39.22

Codes

Color #9B7814 in popluar color models

9B7814
RGB15512020
HSL44°77.14%34.31%
HSB/HSV44°87.10%60.78%
CMYK0.00%22.58%87.10%
39.22%

Color #9B7814 in popluar number systems.

HEX9B7814
Decimal15512020
Binary10011011111100010100
Octal23317024

Shades and tints

Shades of #9B7814

#9B7814
(155,120,20)
#8D6E13
(141,110,19)
#7F6412
(127,100,18)
#715A11
(113,90,17)
#635010
(99,80,16)
#55460F
(85,70,15)
#473C0E
(71,60,14)
#39320D
(57,50,13)
#2B280C
(43,40,12)
#1D1E0B
(29,30,11)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #9B7814

#9B7814
(155,120,20)
#A48429
(164,132,41)
#AD903E
(173,144,62)
#B69C53
(182,156,83)
#BFA868
(191,168,104)
#C8B47D
(200,180,125)
#D1C092
(209,192,146)
#DACCA7
(218,204,167)
#E3D8BC
(227,216,188)
#ECE4D1
(236,228,209)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7814 color. Also use rgb(155,120,20) instead hex code.

Text Font Color

.myTextColor { color: #9B7814; }

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

This text font color is #9B7814.


Background Color

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

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

This div background color is #9B7814.


Border color

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

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

This div border color is #9B7814.


Opacity

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

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

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

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

This text has shadow with #9B7814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7814 on black background.


Color preview on white background

This text has color #9B7814 on white background.



Black color preview on #9B7814 background

This text has black color on #9B7814 background.


White color preview on #9B7814 background

This text has white color on #9B7814 background.