COLOR #B78C40

HEX: #B78C40
RGB: (183,140,64)

Color info

#B78C40 contains mainly red and green colors. Web safe color of #B78C40 is #CC9933 (or #C93).

RGB color model

#B78C40 color RGB value is (183,140,64).

  • red value is 183;
  • green value is 140;
  • blue value is 64.
RGB:
(183,140,64)
(72%,55%,25%)

RGB channels and saturation

R 183 of 255 = 72%
G 140 of 255 = 55%
B 64 of 255 = 25%

183
140
64

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

Portions of RGB colors in percentages

R + G + B =
183 + 140 + 64 = 387 (100%)
R 183 of 387 ~ 47.29%
G 140 of 387 ~ 36.18%
B 64 of 387 ~ 16.54%

%47.29
%36.18
%16.54

CMYK color model

#B78C40 color CMYK value is (0,23,65,28).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 65.03%
  • key color value is 28.24%
CMYK:
(0,23,65,28)
C0M23Y65K28 
(0%,23%,65%,28%)
(0.00/0.23/0.65/0.28)	

CMYK percentages

%0
%23.5
%65.03
%28.24

Codes

Color #B78C40 in popluar color models

B78C40
RGB18314064
HSL38°48.18%48.43%
HSB/HSV38°65.03%71.76%
CMYK0.00%23.50%65.03%
28.24%

Color #B78C40 in popluar number systems.

HEXB78C40
Decimal18314064
Binary10110111100011001000000
Octal267214100

Shades and tints

Shades of #B78C40

#B78C40
(183,140,64)
#A7803B
(167,128,59)
#977436
(151,116,54)
#876831
(135,104,49)
#775C2C
(119,92,44)
#675027
(103,80,39)
#574422
(87,68,34)
#47381D
(71,56,29)
#372C18
(55,44,24)
#272013
(39,32,19)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #B78C40

#B78C40
(183,140,64)
#BD9651
(189,150,81)
#C3A062
(195,160,98)
#C9AA73
(201,170,115)
#CFB484
(207,180,132)
#D5BE95
(213,190,149)
#DBC8A6
(219,200,166)
#E1D2B7
(225,210,183)
#E7DCC8
(231,220,200)
#EDE6D9
(237,230,217)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78C40 color. Also use rgb(183,140,64) instead hex code.

Text Font Color

.myTextColor { color: #B78C40; }

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

This text font color is #B78C40.


Background Color

.myBgColor { background-color: #B78C40; }

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

This div background color is #B78C40.


Border color

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

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

This div border color is #B78C40.


Opacity

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

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

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

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

This text has shadow with #B78C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78C40 on black background.


Color preview on white background

This text has color #B78C40 on white background.



Black color preview on #B78C40 background

This text has black color on #B78C40 background.


White color preview on #B78C40 background

This text has white color on #B78C40 background.