COLOR #B3B38C

HEX: #B3B38C RGB: (179,179,140)

Color info

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

RGB color model

#B3B38C color RGB value is (179,179,140).

RGB: (179,179,140) (70%, 70%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 179 of 255 = 70%
B 140 of 255 = 55%

179
179
140

R + G + B ~ 65%. #B3B38C is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 179 + 140 = 498 (100%)
R 179 of 498 ~ 35.94%
G 179 of 498 ~ 35.94%
B 140 of 498 ~ 28.11'%

%35.94
%35.94
%28.11

CMYK color model

#B3B38C color CMYK value is (0,0,22,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%

CMYK: (0,0,22,30)
C0M0Y22K30 (0%, 0%, 22%, 30%)
(0.00 / 0.00 / 0.22 / 0.30)

CMYK percentages

%0
%0
%21.79
%29.8

Codes

Color #B3B38C in popluar color models

B3 B3 8C
RGB 179 179 140
HSL 60° 20.42% 62.55%
HSB/HSV 60° 21.79% 70.20%
CMYK 0.00% 0.00% 21.79%
29.80%

Color #B3B38C in popluar number systems.

HEX B3 B3 8C
Decimal 179 179 140
Binary 10110011 10110011 10001100
Octal 263 263 214

Shades and tints

Shades of #B3B38C

#B3B38C
(179,179,140)
#A3A380
(163,163,128)
#939374
(147,147,116)
#838368
(131,131,104)
#73735C
(115,115,92)
#636350
(99,99,80)
#535344
(83,83,68)
#434338
(67,67,56)
#33332C
(51,51,44)
#232320
(35,35,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #B3B38C

#B3B38C
(179,179,140)
#B9B996
(185,185,150)
#BFBFA0
(191,191,160)
#C5C5AA
(197,197,170)
#CBCBB4
(203,203,180)
#D1D1BE
(209,209,190)
#D7D7C8
(215,215,200)
#DDDDD2
(221,221,210)
#E3E3DC
(227,227,220)
#E9E9E6
(233,233,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B38C; }

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

This text font color is #B3B38C.

Background Color

.myBgColor { background-color: #B3B38C; }

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

This div background color is #B3B38C.

Border color

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

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

This div border color is #B3B38C.

Opacity

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

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

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

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

This text has shadow with #B3B38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B38C.

Preview

Color preview on black background

This text has color #B3B38C on black background.


Color preview on white background

This text has color #B3B38C on white background.


Black color preview on #B3B38C background

This text has black color on #B3B38C background.


White color preview on #B3B38C background

This text has white color on #B3B38C background.


Related colors

Complementary color

Complementary color for #hex is #4C4C73.


I love getcolorcode.com