COLOR #B3A387

HEX: #B3A387
RGB: (179,163,135)

Color info

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

RGB color model

#B3A387 color RGB value is (179,163,135).

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

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 135 of 255 = 53%

179
163
135

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

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 135 = 477 (100%)
R 179 of 477 ~ 37.53%
G 163 of 477 ~ 34.17%
B 135 of 477 ~ 28.3%

%37.53
%34.17
%28.3

CMYK color model

#B3A387 color CMYK value is (0,9,25,30).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(0,9,25,30)
C0M9Y25K30 
(0%,9%,25%,30%)
(0.00/0.09/0.25/0.30)	

CMYK percentages

%0
%8.94
%24.58
%29.8

Codes

Color #B3A387 in popluar color models

B3A387
RGB179163135
HSL38°22.45%61.57%
HSB/HSV38°24.58%70.20%
CMYK0.00%8.94%24.58%
29.80%

Color #B3A387 in popluar number systems.

HEXB3A387
Decimal179163135
Binary101100111010001110000111
Octal263243207

Shades and tints

Shades of #B3A387

#B3A387
(179,163,135)
#A3957B
(163,149,123)
#93876F
(147,135,111)
#837963
(131,121,99)
#736B57
(115,107,87)
#635D4B
(99,93,75)
#534F3F
(83,79,63)
#434133
(67,65,51)
#333327
(51,51,39)
#23251B
(35,37,27)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B3A387

#B3A387
(179,163,135)
#B9AB91
(185,171,145)
#BFB39B
(191,179,155)
#C5BBA5
(197,187,165)
#CBC3AF
(203,195,175)
#D1CBB9
(209,203,185)
#D7D3C3
(215,211,195)
#DDDBCD
(221,219,205)
#E3E3D7
(227,227,215)
#E9EBE1
(233,235,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A387; }

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

This text font color is #B3A387.


Background Color

.myBgColor { background-color: #B3A387; }

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

This div background color is #B3A387.


Border color

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

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

This div border color is #B3A387.


Opacity

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

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

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

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

This text has shadow with #B3A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A387 on black background.


Color preview on white background

This text has color #B3A387 on white background.



Black color preview on #B3A387 background

This text has black color on #B3A387 background.


White color preview on #B3A387 background

This text has white color on #B3A387 background.