COLOR #B39D7E

HEX: #B39D7E
RGB: (179,157,126)

Color info

#B39D7E contains red, green and blue colors in about the same proportion. Web safe color of #B39D7E is #999966 (or #996).

RGB color model

#B39D7E color RGB value is (179,157,126).

  • red value is 179;
  • green value is 157;
  • blue value is 126.
RGB:
(179,157,126)
(70%,62%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 126 of 255 = 49%

179
157
126

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

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 126 = 462 (100%)
R 179 of 462 ~ 38.74%
G 157 of 462 ~ 33.98%
B 126 of 462 ~ 27.27%

%38.74
%33.98
%27.27

CMYK color model

#B39D7E color CMYK value is (0,12,30,30).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,12,30,30)
C0M12Y30K30 
(0%,12%,30%,30%)
(0.00/0.12/0.30/0.30)	

CMYK percentages

%0
%12.29
%29.61
%29.8

Codes

Color #B39D7E in popluar color models

B39D7E
RGB179157126
HSL35°25.85%59.80%
HSB/HSV35°29.61%70.20%
CMYK0.00%12.29%29.61%
29.80%

Color #B39D7E in popluar number systems.

HEXB39D7E
Decimal179157126
Binary10110011100111011111110
Octal263235176

Shades and tints

Shades of #B39D7E

#B39D7E
(179,157,126)
#A38F73
(163,143,115)
#938168
(147,129,104)
#83735D
(131,115,93)
#736552
(115,101,82)
#635747
(99,87,71)
#53493C
(83,73,60)
#433B31
(67,59,49)
#332D26
(51,45,38)
#231F1B
(35,31,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #B39D7E

#B39D7E
(179,157,126)
#B9A589
(185,165,137)
#BFAD94
(191,173,148)
#C5B59F
(197,181,159)
#CBBDAA
(203,189,170)
#D1C5B5
(209,197,181)
#D7CDC0
(215,205,192)
#DDD5CB
(221,213,203)
#E3DDD6
(227,221,214)
#E9E5E1
(233,229,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39D7E color. Also use rgb(179,157,126) instead hex code.

Text Font Color

.myTextColor { color: #B39D7E; }

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

This text font color is #B39D7E.


Background Color

.myBgColor { background-color: #B39D7E; }

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

This div background color is #B39D7E.


Border color

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

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

This div border color is #B39D7E.


Opacity

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

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

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

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

This text has shadow with #B39D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39D7E on black background.


Color preview on white background

This text has color #B39D7E on white background.



Black color preview on #B39D7E background

This text has black color on #B39D7E background.


White color preview on #B39D7E background

This text has white color on #B39D7E background.