COLOR #B3785E

HEX: #B3785E
RGB: (179,120,94)

Color info

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

RGB color model

#B3785E color RGB value is (179,120,94).

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

RGB channels and saturation

R 179 of 255 = 70%
G 120 of 255 = 47%
B 94 of 255 = 37%

179
120
94

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

Portions of RGB colors in percentages

R + G + B =
179 + 120 + 94 = 393 (100%)
R 179 of 393 ~ 45.55%
G 120 of 393 ~ 30.53%
B 94 of 393 ~ 23.92%

%45.55
%30.53
%23.92

CMYK color model

#B3785E color CMYK value is (0,33,47,30).

  • cyan value is 0.00%
  • magenta value is 32.96%
  • yellow value is 47.49%
  • key color value is 29.80%
CMYK:
(0,33,47,30)
C0M33Y47K30 
(0%,33%,47%,30%)
(0.00/0.33/0.47/0.30)	

CMYK percentages

%0
%32.96
%47.49
%29.8

Codes

Color #B3785E in popluar color models

B3785E
RGB17912094
HSL18°35.86%53.53%
HSB/HSV18°47.49%70.20%
CMYK0.00%32.96%47.49%
29.80%

Color #B3785E in popluar number systems.

HEXB3785E
Decimal17912094
Binary1011001111110001011110
Octal263170136

Shades and tints

Shades of #B3785E

#B3785E
(179,120,94)
#A36E56
(163,110,86)
#93644E
(147,100,78)
#835A46
(131,90,70)
#73503E
(115,80,62)
#634636
(99,70,54)
#533C2E
(83,60,46)
#433226
(67,50,38)
#33281E
(51,40,30)
#231E16
(35,30,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #B3785E

#B3785E
(179,120,94)
#B9846C
(185,132,108)
#BF907A
(191,144,122)
#C59C88
(197,156,136)
#CBA896
(203,168,150)
#D1B4A4
(209,180,164)
#D7C0B2
(215,192,178)
#DDCCC0
(221,204,192)
#E3D8CE
(227,216,206)
#E9E4DC
(233,228,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3785E; }

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

This text font color is #B3785E.


Background Color

.myBgColor { background-color: #B3785E; }

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

This div background color is #B3785E.


Border color

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

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

This div border color is #B3785E.


Opacity

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

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

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

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

This text has shadow with #B3785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3785E on black background.


Color preview on white background

This text has color #B3785E on white background.



Black color preview on #B3785E background

This text has black color on #B3785E background.


White color preview on #B3785E background

This text has white color on #B3785E background.