COLOR #B3B381

HEX: #B3B381
RGB: (179,179,129)

Color info

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

RGB color model

#B3B381 color RGB value is (179,179,129).

  • red value is 179;
  • green value is 179;
  • blue value is 129.
RGB:
(179,179,129)
(70%,70%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 179 of 255 = 70%
B 129 of 255 = 51%

179
179
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 179 + 129 = 487 (100%)
R 179 of 487 ~ 36.76%
G 179 of 487 ~ 36.76%
B 129 of 487 ~ 26.49%

%36.76
%36.76
%26.49

CMYK color model

#B3B381 color CMYK value is (0,0,28,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,0,28,30)
C0M0Y28K30 
(0%,0%,28%,30%)
(0.00/0.00/0.28/0.30)	

CMYK percentages

%0
%0
%27.93
%29.8

Codes

Color #B3B381 in popluar color models

B3B381
RGB179179129
HSL60°24.75%60.39%
HSB/HSV60°27.93%70.20%
CMYK0.00%0.00%27.93%
29.80%

Color #B3B381 in popluar number systems.

HEXB3B381
Decimal179179129
Binary101100111011001110000001
Octal263263201

Shades and tints

Shades of #B3B381

#B3B381
(179,179,129)
#A3A376
(163,163,118)
#93936B
(147,147,107)
#838360
(131,131,96)
#737355
(115,115,85)
#63634A
(99,99,74)
#53533F
(83,83,63)
#434334
(67,67,52)
#333329
(51,51,41)
#23231E
(35,35,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B3B381

#B3B381
(179,179,129)
#B9B98C
(185,185,140)
#BFBF97
(191,191,151)
#C5C5A2
(197,197,162)
#CBCBAD
(203,203,173)
#D1D1B8
(209,209,184)
#D7D7C3
(215,215,195)
#DDDDCE
(221,221,206)
#E3E3D9
(227,227,217)
#E9E9E4
(233,233,228)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B381; }

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

This text font color is #B3B381.


Background Color

.myBgColor { background-color: #B3B381; }

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

This div background color is #B3B381.


Border color

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

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

This div border color is #B3B381.


Opacity

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

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

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

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

This text has shadow with #B3B381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B381 on black background.


Color preview on white background

This text has color #B3B381 on white background.



Black color preview on #B3B381 background

This text has black color on #B3B381 background.


White color preview on #B3B381 background

This text has white color on #B3B381 background.