COLOR #B78A47

HEX: #B78A47
RGB: (183,138,71)

Color info

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

RGB color model

#B78A47 color RGB value is (183,138,71).

  • red value is 183;
  • green value is 138;
  • blue value is 71.
RGB:
(183,138,71)
(72%,54%,28%)

RGB channels and saturation

R 183 of 255 = 72%
G 138 of 255 = 54%
B 71 of 255 = 28%

183
138
71

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

Portions of RGB colors in percentages

R + G + B =
183 + 138 + 71 = 392 (100%)
R 183 of 392 ~ 46.68%
G 138 of 392 ~ 35.2%
B 71 of 392 ~ 18.11%

%46.68
%35.2
%18.11

CMYK color model

#B78A47 color CMYK value is (0,25,61,28).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 61.20%
  • key color value is 28.24%
CMYK:
(0,25,61,28)
C0M25Y61K28 
(0%,25%,61%,28%)
(0.00/0.25/0.61/0.28)	

CMYK percentages

%0
%24.59
%61.2
%28.24

Codes

Color #B78A47 in popluar color models

B78A47
RGB18313871
HSL36°44.09%49.80%
HSB/HSV36°61.20%71.76%
CMYK0.00%24.59%61.20%
28.24%

Color #B78A47 in popluar number systems.

HEXB78A47
Decimal18313871
Binary10110111100010101000111
Octal267212107

Shades and tints

Shades of #B78A47

#B78A47
(183,138,71)
#A77E41
(167,126,65)
#97723B
(151,114,59)
#876635
(135,102,53)
#775A2F
(119,90,47)
#674E29
(103,78,41)
#574223
(87,66,35)
#47361D
(71,54,29)
#372A17
(55,42,23)
#271E11
(39,30,17)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #B78A47

#B78A47
(183,138,71)
#BD9457
(189,148,87)
#C39E67
(195,158,103)
#C9A877
(201,168,119)
#CFB287
(207,178,135)
#D5BC97
(213,188,151)
#DBC6A7
(219,198,167)
#E1D0B7
(225,208,183)
#E7DAC7
(231,218,199)
#EDE4D7
(237,228,215)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78A47 color. Also use rgb(183,138,71) instead hex code.

Text Font Color

.myTextColor { color: #B78A47; }

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

This text font color is #B78A47.


Background Color

.myBgColor { background-color: #B78A47; }

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

This div background color is #B78A47.


Border color

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

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

This div border color is #B78A47.


Opacity

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

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

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

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

This text has shadow with #B78A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78A47 on black background.


Color preview on white background

This text has color #B78A47 on white background.



Black color preview on #B78A47 background

This text has black color on #B78A47 background.


White color preview on #B78A47 background

This text has white color on #B78A47 background.