COLOR #B3AD87

HEX: #B3AD87
RGB: (179,173,135)

Color info

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

RGB color model

#B3AD87 color RGB value is (179,173,135).

  • red value is 179;
  • green value is 173;
  • blue value is 135.
RGB:
(179,173,135)
(70%,68%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 135 of 255 = 53%

179
173
135

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

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 135 = 487 (100%)
R 179 of 487 ~ 36.76%
G 173 of 487 ~ 35.52%
B 135 of 487 ~ 27.72%

%36.76
%35.52
%27.72

CMYK color model

#B3AD87 color CMYK value is (0,3,25,30).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(0,3,25,30)
C0M3Y25K30 
(0%,3%,25%,30%)
(0.00/0.03/0.25/0.30)	

CMYK percentages

%0
%3.35
%24.58
%29.8

Codes

Color #B3AD87 in popluar color models

B3AD87
RGB179173135
HSL52°22.45%61.57%
HSB/HSV52°24.58%70.20%
CMYK0.00%3.35%24.58%
29.80%

Color #B3AD87 in popluar number systems.

HEXB3AD87
Decimal179173135
Binary101100111010110110000111
Octal263255207

Shades and tints

Shades of #B3AD87

#B3AD87
(179,173,135)
#A39E7B
(163,158,123)
#938F6F
(147,143,111)
#838063
(131,128,99)
#737157
(115,113,87)
#63624B
(99,98,75)
#53533F
(83,83,63)
#434433
(67,68,51)
#333527
(51,53,39)
#23261B
(35,38,27)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B3AD87

#B3AD87
(179,173,135)
#B9B491
(185,180,145)
#BFBB9B
(191,187,155)
#C5C2A5
(197,194,165)
#CBC9AF
(203,201,175)
#D1D0B9
(209,208,185)
#D7D7C3
(215,215,195)
#DDDECD
(221,222,205)
#E3E5D7
(227,229,215)
#E9ECE1
(233,236,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AD87 color. Also use rgb(179,173,135) instead hex code.

Text Font Color

.myTextColor { color: #B3AD87; }

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

This text font color is #B3AD87.


Background Color

.myBgColor { background-color: #B3AD87; }

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

This div background color is #B3AD87.


Border color

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

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

This div border color is #B3AD87.


Opacity

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

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

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

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

This text has shadow with #B3AD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AD87 on black background.


Color preview on white background

This text has color #B3AD87 on white background.



Black color preview on #B3AD87 background

This text has black color on #B3AD87 background.


White color preview on #B3AD87 background

This text has white color on #B3AD87 background.