COLOR #B39397

HEX: #B39397
RGB: (179,147,151)

Color info

#B39397 contains red, green and blue colors in about the same proportion. Web safe color of #B39397 is #999999 (or #999).

RGB color model

#B39397 color RGB value is (179,147,151).

  • red value is 179;
  • green value is 147;
  • blue value is 151.
RGB:
(179,147,151)
(70%,58%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 151 of 255 = 59%

179
147
151

R + G + B ~ 62%. #B39397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 147 + 151 = 477 (100%)
R 179 of 477 ~ 37.53%
G 147 of 477 ~ 30.82%
B 151 of 477 ~ 31.66%

%37.53
%30.82
%31.66

CMYK color model

#B39397 color CMYK value is (0,18,16,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(0,18,16,30)
C0M18Y16K30 
(0%,18%,16%,30%)
(0.00/0.18/0.16/0.30)	

CMYK percentages

%0
%17.88
%15.64
%29.8

Codes

Color #B39397 in popluar color models

B39397
RGB179147151
HSL353°17.39%63.92%
HSB/HSV353°17.88%70.20%
CMYK0.00%17.88%15.64%
29.80%

Color #B39397 in popluar number systems.

HEXB39397
Decimal179147151
Binary101100111001001110010111
Octal263223227

Shades and tints

Shades of #B39397

#B39397
(179,147,151)
#A3868A
(163,134,138)
#93797D
(147,121,125)
#836C70
(131,108,112)
#735F63
(115,95,99)
#635256
(99,82,86)
#534549
(83,69,73)
#43383C
(67,56,60)
#332B2F
(51,43,47)
#231E22
(35,30,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B39397

#B39397
(179,147,151)
#B99CA0
(185,156,160)
#BFA5A9
(191,165,169)
#C5AEB2
(197,174,178)
#CBB7BB
(203,183,187)
#D1C0C4
(209,192,196)
#D7C9CD
(215,201,205)
#DDD2D6
(221,210,214)
#E3DBDF
(227,219,223)
#E9E4E8
(233,228,232)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39397 color. Also use rgb(179,147,151) instead hex code.

Text Font Color

.myTextColor { color: #B39397; }

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

This text font color is #B39397.


Background Color

.myBgColor { background-color: #B39397; }

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

This div background color is #B39397.


Border color

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

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

This div border color is #B39397.


Opacity

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

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

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

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

This text has shadow with #B39397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39397 on black background.


Color preview on white background

This text has color #B39397 on white background.



Black color preview on #B39397 background

This text has black color on #B39397 background.


White color preview on #B39397 background

This text has white color on #B39397 background.