COLOR #B3B49C

HEX: #B3B49C
RGB: (179,180,156)

Color info

#B3B49C contains red, green and blue colors in about the same proportion. Web safe color of #B3B49C is #99CC99 (or #9C9).

RGB color model

#B3B49C color RGB value is (179,180,156).

  • red value is 179;
  • green value is 180;
  • blue value is 156.
RGB:
(179,180,156)
(70%,71%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 180 of 255 = 71%
B 156 of 255 = 61%

179
180
156

R + G + B ~ 67%. #B3B49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 180 + 156 = 515 (100%)
R 179 of 515 ~ 34.76%
G 180 of 515 ~ 34.95%
B 156 of 515 ~ 30.29%

%34.76
%34.95
%30.29

CMYK color model

#B3B49C color CMYK value is (1,0,13,29).

  • cyan value is 0.56%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 29.41%
CMYK:
(1,0,13,29)
C1M0Y13K29 
(1%,0%,13%,29%)
(0.01/0.00/0.13/0.29)	

CMYK percentages

%0.56
%0
%13.33
%29.41

Codes

Color #B3B49C in popluar color models

B3B49C
RGB179180156
HSL63°13.79%65.88%
HSB/HSV63°13.33%70.59%
CMYK0.56%0.00%13.33%
29.41%

Color #B3B49C in popluar number systems.

HEXB3B49C
Decimal179180156
Binary101100111011010010011100
Octal263264234

Shades and tints

Shades of #B3B49C

#B3B49C
(179,180,156)
#A3A48E
(163,164,142)
#939480
(147,148,128)
#838472
(131,132,114)
#737464
(115,116,100)
#636456
(99,100,86)
#535448
(83,84,72)
#43443A
(67,68,58)
#33342C
(51,52,44)
#23241E
(35,36,30)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B3B49C

#B3B49C
(179,180,156)
#B9BAA5
(185,186,165)
#BFC0AE
(191,192,174)
#C5C6B7
(197,198,183)
#CBCCC0
(203,204,192)
#D1D2C9
(209,210,201)
#D7D8D2
(215,216,210)
#DDDEDB
(221,222,219)
#E3E4E4
(227,228,228)
#E9EAED
(233,234,237)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B49C; }

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

This text font color is #B3B49C.


Background Color

.myBgColor { background-color: #B3B49C; }

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

This div background color is #B3B49C.


Border color

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

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

This div border color is #B3B49C.


Opacity

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

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

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

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

This text has shadow with #B3B49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B49C on black background.


Color preview on white background

This text has color #B3B49C on white background.



Black color preview on #B3B49C background

This text has black color on #B3B49C background.


White color preview on #B3B49C background

This text has white color on #B3B49C background.