COLOR #B78411

HEX: #B78411
RGB: (183,132,17)

Color info

#B78411 contains mainly red and green colors. Web safe color of #B78411 is #CC9900 (or #C90).

RGB color model

#B78411 color RGB value is (183,132,17).

  • red value is 183;
  • green value is 132;
  • blue value is 17.
RGB:
(183,132,17)
(72%,52%,7%)

RGB channels and saturation

R 183 of 255 = 72%
G 132 of 255 = 52%
B 17 of 255 = 7%

183
132
17

R + G + B ~ 44%. #B78411 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 132 + 17 = 332 (100%)
R 183 of 332 ~ 55.12%
G 132 of 332 ~ 39.76%
B 17 of 332 ~ 5.12%

%55.12
%39.76

CMYK color model

#B78411 color CMYK value is (0,28,91,28).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 90.71%
  • key color value is 28.24%
CMYK:
(0,28,91,28)
C0M28Y91K28 
(0%,28%,91%,28%)
(0.00/0.28/0.91/0.28)	

CMYK percentages

%0
%27.87
%90.71
%28.24

Codes

Color #B78411 in popluar color models

B78411
RGB18313217
HSL42°83.00%39.22%
HSB/HSV42°90.71%71.76%
CMYK0.00%27.87%90.71%
28.24%

Color #B78411 in popluar number systems.

HEXB78411
Decimal18313217
Binary101101111000010010001
Octal26720421

Shades and tints

Shades of #B78411

#B78411
(183,132,17)
#A77810
(167,120,16)
#976C0F
(151,108,15)
#87600E
(135,96,14)
#77540D
(119,84,13)
#67480C
(103,72,12)
#573C0B
(87,60,11)
#47300A
(71,48,10)
#372409
(55,36,9)
#271808
(39,24,8)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #B78411

#B78411
(183,132,17)
#BD8F26
(189,143,38)
#C39A3B
(195,154,59)
#C9A550
(201,165,80)
#CFB065
(207,176,101)
#D5BB7A
(213,187,122)
#DBC68F
(219,198,143)
#E1D1A4
(225,209,164)
#E7DCB9
(231,220,185)
#EDE7CE
(237,231,206)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78411 color. Also use rgb(183,132,17) instead hex code.

Text Font Color

.myTextColor { color: #B78411; }

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

This text font color is #B78411.


Background Color

.myBgColor { background-color: #B78411; }

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

This div background color is #B78411.


Border color

.myBorderColor { border: 1px solid #B78411; }

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

This div border color is #B78411.


Opacity

.myOpacity80 { color: #B78411; opacity: 0.8; }

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

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

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

This text has shadow with #B78411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78411 on black background.


Color preview on white background

This text has color #B78411 on white background.



Black color preview on #B78411 background

This text has black color on #B78411 background.


White color preview on #B78411 background

This text has white color on #B78411 background.