COLOR #B3786B

HEX: #B3786B
RGB: (179,120,107)

Color info

#B3786B contains mainly red and green colors. Web safe color of #B3786B is #996666 (or #966).

RGB color model

#B3786B color RGB value is (179,120,107).

  • red value is 179;
  • green value is 120;
  • blue value is 107.
RGB:
(179,120,107)
(70%,47%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 120 of 255 = 47%
B 107 of 255 = 42%

179
120
107

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

Portions of RGB colors in percentages

R + G + B =
179 + 120 + 107 = 406 (100%)
R 179 of 406 ~ 44.09%
G 120 of 406 ~ 29.56%
B 107 of 406 ~ 26.35%

%44.09
%29.56
%26.35

CMYK color model

#B3786B color CMYK value is (0,33,40,30).

  • cyan value is 0.00%
  • magenta value is 32.96%
  • yellow value is 40.22%
  • key color value is 29.80%
CMYK:
(0,33,40,30)
C0M33Y40K30 
(0%,33%,40%,30%)
(0.00/0.33/0.40/0.30)	

CMYK percentages

%0
%32.96
%40.22
%29.8

Codes

Color #B3786B in popluar color models

B3786B
RGB179120107
HSL11°32.14%56.08%
HSB/HSV11°40.22%70.20%
CMYK0.00%32.96%40.22%
29.80%

Color #B3786B in popluar number systems.

HEXB3786B
Decimal179120107
Binary1011001111110001101011
Octal263170153

Shades and tints

Shades of #B3786B

#B3786B
(179,120,107)
#A36E62
(163,110,98)
#936459
(147,100,89)
#835A50
(131,90,80)
#735047
(115,80,71)
#63463E
(99,70,62)
#533C35
(83,60,53)
#43322C
(67,50,44)
#332823
(51,40,35)
#231E1A
(35,30,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B3786B

#B3786B
(179,120,107)
#B98478
(185,132,120)
#BF9085
(191,144,133)
#C59C92
(197,156,146)
#CBA89F
(203,168,159)
#D1B4AC
(209,180,172)
#D7C0B9
(215,192,185)
#DDCCC6
(221,204,198)
#E3D8D3
(227,216,211)
#E9E4E0
(233,228,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3786B color. Also use rgb(179,120,107) instead hex code.

Text Font Color

.myTextColor { color: #B3786B; }

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

This text font color is #B3786B.


Background Color

.myBgColor { background-color: #B3786B; }

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

This div background color is #B3786B.


Border color

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

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

This div border color is #B3786B.


Opacity

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

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

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

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

This text has shadow with #B3786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3786B on black background.


Color preview on white background

This text has color #B3786B on white background.



Black color preview on #B3786B background

This text has black color on #B3786B background.


White color preview on #B3786B background

This text has white color on #B3786B background.