COLOR #B3B394

HEX: #B3B394
RGB: (179,179,148)

Color info

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

RGB color model

#B3B394 color RGB value is (179,179,148).

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

RGB channels and saturation

R 179 of 255 = 70%
G 179 of 255 = 70%
B 148 of 255 = 58%

179
179
148

R + G + B ~ 66%. #B3B394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 179 + 148 = 506 (100%)
R 179 of 506 ~ 35.38%
G 179 of 506 ~ 35.38%
B 148 of 506 ~ 29.25%

%35.38
%35.38
%29.25

CMYK color model

#B3B394 color CMYK value is (0,0,17,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(0,0,17,30)
C0M0Y17K30 
(0%,0%,17%,30%)
(0.00/0.00/0.17/0.30)	

CMYK percentages

%0
%0
%17.32
%29.8

Codes

Color #B3B394 in popluar color models

B3B394
RGB179179148
HSL60°16.94%64.12%
HSB/HSV60°17.32%70.20%
CMYK0.00%0.00%17.32%
29.80%

Color #B3B394 in popluar number systems.

HEXB3B394
Decimal179179148
Binary101100111011001110010100
Octal263263224

Shades and tints

Shades of #B3B394

#B3B394
(179,179,148)
#A3A387
(163,163,135)
#93937A
(147,147,122)
#83836D
(131,131,109)
#737360
(115,115,96)
#636353
(99,99,83)
#535346
(83,83,70)
#434339
(67,67,57)
#33332C
(51,51,44)
#23231F
(35,35,31)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #B3B394

#B3B394
(179,179,148)
#B9B99D
(185,185,157)
#BFBFA6
(191,191,166)
#C5C5AF
(197,197,175)
#CBCBB8
(203,203,184)
#D1D1C1
(209,209,193)
#D7D7CA
(215,215,202)
#DDDDD3
(221,221,211)
#E3E3DC
(227,227,220)
#E9E9E5
(233,233,229)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B394; }

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

This text font color is #B3B394.


Background Color

.myBgColor { background-color: #B3B394; }

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

This div background color is #B3B394.


Border color

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

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

This div border color is #B3B394.


Opacity

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

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

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

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

This text has shadow with #B3B394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B394 on black background.


Color preview on white background

This text has color #B3B394 on white background.



Black color preview on #B3B394 background

This text has black color on #B3B394 background.


White color preview on #B3B394 background

This text has white color on #B3B394 background.