COLOR #B3A397

HEX: #B3A397
RGB: (179,163,151)

Color info

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

RGB color model

#B3A397 color RGB value is (179,163,151).

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

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 151 of 255 = 59%

179
163
151

R + G + B ~ 64%. #B3A397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 151 = 493 (100%)
R 179 of 493 ~ 36.31%
G 163 of 493 ~ 33.06%
B 151 of 493 ~ 30.63%

%36.31
%33.06
%30.63

CMYK color model

#B3A397 color CMYK value is (0,9,16,30).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(0,9,16,30)
C0M9Y16K30 
(0%,9%,16%,30%)
(0.00/0.09/0.16/0.30)	

CMYK percentages

%0
%8.94
%15.64
%29.8

Codes

Color #B3A397 in popluar color models

B3A397
RGB179163151
HSL26°15.56%64.71%
HSB/HSV26°15.64%70.20%
CMYK0.00%8.94%15.64%
29.80%

Color #B3A397 in popluar number systems.

HEXB3A397
Decimal179163151
Binary101100111010001110010111
Octal263243227

Shades and tints

Shades of #B3A397

#B3A397
(179,163,151)
#A3958A
(163,149,138)
#93877D
(147,135,125)
#837970
(131,121,112)
#736B63
(115,107,99)
#635D56
(99,93,86)
#534F49
(83,79,73)
#43413C
(67,65,60)
#33332F
(51,51,47)
#232522
(35,37,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3A397

#B3A397
(179,163,151)
#B9ABA0
(185,171,160)
#BFB3A9
(191,179,169)
#C5BBB2
(197,187,178)
#CBC3BB
(203,195,187)
#D1CBC4
(209,203,196)
#D7D3CD
(215,211,205)
#DDDBD6
(221,219,214)
#E3E3DF
(227,227,223)
#E9EBE8
(233,235,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A397; }

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

This text font color is #B3A397.


Background Color

.myBgColor { background-color: #B3A397; }

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

This div background color is #B3A397.


Border color

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

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

This div border color is #B3A397.


Opacity

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

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

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

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

This text has shadow with #B3A397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A397 on black background.


Color preview on white background

This text has color #B3A397 on white background.



Black color preview on #B3A397 background

This text has black color on #B3A397 background.


White color preview on #B3A397 background

This text has white color on #B3A397 background.