COLOR #B3AD7B

HEX: #B3AD7B
RGB: (179,173,123)

Color info

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

RGB color model

#B3AD7B color RGB value is (179,173,123).

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

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 123 of 255 = 48%

179
173
123

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

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 123 = 475 (100%)
R 179 of 475 ~ 37.68%
G 173 of 475 ~ 36.42%
B 123 of 475 ~ 25.89%

%37.68
%36.42
%25.89

CMYK color model

#B3AD7B color CMYK value is (0,3,31,30).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 31.28%
  • key color value is 29.80%
CMYK:
(0,3,31,30)
C0M3Y31K30 
(0%,3%,31%,30%)
(0.00/0.03/0.31/0.30)	

CMYK percentages

%0
%3.35
%31.28
%29.8

Codes

Color #B3AD7B in popluar color models

B3AD7B
RGB179173123
HSL54°26.92%59.22%
HSB/HSV54°31.28%70.20%
CMYK0.00%3.35%31.28%
29.80%

Color #B3AD7B in popluar number systems.

HEXB3AD7B
Decimal179173123
Binary10110011101011011111011
Octal263255173

Shades and tints

Shades of #B3AD7B

#B3AD7B
(179,173,123)
#A39E70
(163,158,112)
#938F65
(147,143,101)
#83805A
(131,128,90)
#73714F
(115,113,79)
#636244
(99,98,68)
#535339
(83,83,57)
#43442E
(67,68,46)
#333523
(51,53,35)
#232618
(35,38,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #B3AD7B

#B3AD7B
(179,173,123)
#B9B487
(185,180,135)
#BFBB93
(191,187,147)
#C5C29F
(197,194,159)
#CBC9AB
(203,201,171)
#D1D0B7
(209,208,183)
#D7D7C3
(215,215,195)
#DDDECF
(221,222,207)
#E3E5DB
(227,229,219)
#E9ECE7
(233,236,231)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AD7B; }

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

This text font color is #B3AD7B.


Background Color

.myBgColor { background-color: #B3AD7B; }

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

This div background color is #B3AD7B.


Border color

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

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

This div border color is #B3AD7B.


Opacity

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

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

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

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

This text has shadow with #B3AD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AD7B on black background.


Color preview on white background

This text has color #B3AD7B on white background.



Black color preview on #B3AD7B background

This text has black color on #B3AD7B background.


White color preview on #B3AD7B background

This text has white color on #B3AD7B background.