COLOR #B78D57

HEX: #B78D57
RGB: (183,141,87)

Color info

#B78D57 contains mainly red and green colors. Web safe color of #B78D57 is #CC9966 (or #C96).

RGB color model

#B78D57 color RGB value is (183,141,87).

  • red value is 183;
  • green value is 141;
  • blue value is 87.
RGB:
(183,141,87)
(72%,55%,34%)

RGB channels and saturation

R 183 of 255 = 72%
G 141 of 255 = 55%
B 87 of 255 = 34%

183
141
87

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

Portions of RGB colors in percentages

R + G + B =
183 + 141 + 87 = 411 (100%)
R 183 of 411 ~ 44.53%
G 141 of 411 ~ 34.31%
B 87 of 411 ~ 21.17%

%44.53
%34.31
%21.17

CMYK color model

#B78D57 color CMYK value is (0,23,52,28).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 52.46%
  • key color value is 28.24%
CMYK:
(0,23,52,28)
C0M23Y52K28 
(0%,23%,52%,28%)
(0.00/0.23/0.52/0.28)	

CMYK percentages

%0
%22.95
%52.46
%28.24

Codes

Color #B78D57 in popluar color models

B78D57
RGB18314187
HSL34°40.00%52.94%
HSB/HSV34°52.46%71.76%
CMYK0.00%22.95%52.46%
28.24%

Color #B78D57 in popluar number systems.

HEXB78D57
Decimal18314187
Binary10110111100011011010111
Octal267215127

Shades and tints

Shades of #B78D57

#B78D57
(183,141,87)
#A78150
(167,129,80)
#977549
(151,117,73)
#876942
(135,105,66)
#775D3B
(119,93,59)
#675134
(103,81,52)
#57452D
(87,69,45)
#473926
(71,57,38)
#372D1F
(55,45,31)
#272118
(39,33,24)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B78D57

#B78D57
(183,141,87)
#BD9766
(189,151,102)
#C3A175
(195,161,117)
#C9AB84
(201,171,132)
#CFB593
(207,181,147)
#D5BFA2
(213,191,162)
#DBC9B1
(219,201,177)
#E1D3C0
(225,211,192)
#E7DDCF
(231,221,207)
#EDE7DE
(237,231,222)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78D57 color. Also use rgb(183,141,87) instead hex code.

Text Font Color

.myTextColor { color: #B78D57; }

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

This text font color is #B78D57.


Background Color

.myBgColor { background-color: #B78D57; }

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

This div background color is #B78D57.


Border color

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

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

This div border color is #B78D57.


Opacity

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

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

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

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

This text has shadow with #B78D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78D57 on black background.


Color preview on white background

This text has color #B78D57 on white background.



Black color preview on #B78D57 background

This text has black color on #B78D57 background.


White color preview on #B78D57 background

This text has white color on #B78D57 background.