COLOR #B39268

HEX: #B39268
RGB: (179,146,104)

Color info

#B39268 contains mainly red and green colors. Web safe color of #B39268 is #999966 (or #996).

RGB color model

#B39268 color RGB value is (179,146,104).

  • red value is 179;
  • green value is 146;
  • blue value is 104.
RGB:
(179,146,104)
(70%,57%,41%)

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 104 of 255 = 41%

179
146
104

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

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 104 = 429 (100%)
R 179 of 429 ~ 41.72%
G 146 of 429 ~ 34.03%
B 104 of 429 ~ 24.24%

%41.72
%34.03
%24.24

CMYK color model

#B39268 color CMYK value is (0,18,42,30).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 41.90%
  • key color value is 29.80%
CMYK:
(0,18,42,30)
C0M18Y42K30 
(0%,18%,42%,30%)
(0.00/0.18/0.42/0.30)	

CMYK percentages

%0
%18.44
%41.9
%29.8

Codes

Color #B39268 in popluar color models

B39268
RGB179146104
HSL34°33.04%55.49%
HSB/HSV34°41.90%70.20%
CMYK0.00%18.44%41.90%
29.80%

Color #B39268 in popluar number systems.

HEXB39268
Decimal179146104
Binary10110011100100101101000
Octal263222150

Shades and tints

Shades of #B39268

#B39268
(179,146,104)
#A3855F
(163,133,95)
#937856
(147,120,86)
#836B4D
(131,107,77)
#735E44
(115,94,68)
#63513B
(99,81,59)
#534432
(83,68,50)
#433729
(67,55,41)
#332A20
(51,42,32)
#231D17
(35,29,23)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #B39268

#B39268
(179,146,104)
#B99B75
(185,155,117)
#BFA482
(191,164,130)
#C5AD8F
(197,173,143)
#CBB69C
(203,182,156)
#D1BFA9
(209,191,169)
#D7C8B6
(215,200,182)
#DDD1C3
(221,209,195)
#E3DAD0
(227,218,208)
#E9E3DD
(233,227,221)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39268 color. Also use rgb(179,146,104) instead hex code.

Text Font Color

.myTextColor { color: #B39268; }

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

This text font color is #B39268.


Background Color

.myBgColor { background-color: #B39268; }

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

This div background color is #B39268.


Border color

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

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

This div border color is #B39268.


Opacity

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

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

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

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

This text has shadow with #B39268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39268 on black background.


Color preview on white background

This text has color #B39268 on white background.



Black color preview on #B39268 background

This text has black color on #B39268 background.


White color preview on #B39268 background

This text has white color on #B39268 background.