COLOR #B3A47E

HEX: #B3A47E
RGB: (179,164,126)

Color info

#B3A47E contains red, green and blue colors in about the same proportion. Web safe color of #B3A47E is #999966 (or #996).

RGB color model

#B3A47E color RGB value is (179,164,126).

  • red value is 179;
  • green value is 164;
  • blue value is 126.
RGB:
(179,164,126)
(70%,64%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 126 of 255 = 49%

179
164
126

R + G + B ~ 61%. #B3A47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 126 = 469 (100%)
R 179 of 469 ~ 38.17%
G 164 of 469 ~ 34.97%
B 126 of 469 ~ 26.87%

%38.17
%34.97
%26.87

CMYK color model

#B3A47E color CMYK value is (0,8,30,30).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(0,8,30,30)
C0M8Y30K30 
(0%,8%,30%,30%)
(0.00/0.08/0.30/0.30)	

CMYK percentages

%0
%8.38
%29.61
%29.8

Codes

Color #B3A47E in popluar color models

B3A47E
RGB179164126
HSL43°25.85%59.80%
HSB/HSV43°29.61%70.20%
CMYK0.00%8.38%29.61%
29.80%

Color #B3A47E in popluar number systems.

HEXB3A47E
Decimal179164126
Binary10110011101001001111110
Octal263244176

Shades and tints

Shades of #B3A47E

#B3A47E
(179,164,126)
#A39673
(163,150,115)
#938868
(147,136,104)
#837A5D
(131,122,93)
#736C52
(115,108,82)
#635E47
(99,94,71)
#53503C
(83,80,60)
#434231
(67,66,49)
#333426
(51,52,38)
#23261B
(35,38,27)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #B3A47E

#B3A47E
(179,164,126)
#B9AC89
(185,172,137)
#BFB494
(191,180,148)
#C5BC9F
(197,188,159)
#CBC4AA
(203,196,170)
#D1CCB5
(209,204,181)
#D7D4C0
(215,212,192)
#DDDCCB
(221,220,203)
#E3E4D6
(227,228,214)
#E9ECE1
(233,236,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A47E color. Also use rgb(179,164,126) instead hex code.

Text Font Color

.myTextColor { color: #B3A47E; }

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

This text font color is #B3A47E.


Background Color

.myBgColor { background-color: #B3A47E; }

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

This div background color is #B3A47E.


Border color

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

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

This div border color is #B3A47E.


Opacity

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

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

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

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

This text has shadow with #B3A47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A47E on black background.


Color preview on white background

This text has color #B3A47E on white background.



Black color preview on #B3A47E background

This text has black color on #B3A47E background.


White color preview on #B3A47E background

This text has white color on #B3A47E background.