COLOR #B3B17C

HEX: #B3B17C
RGB: (179,177,124)

Color info

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

RGB color model

#B3B17C color RGB value is (179,177,124).

  • red value is 179;
  • green value is 177;
  • blue value is 124.
RGB:
(179,177,124)
(70%,69%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 124 of 255 = 49%

179
177
124

R + G + B ~ 63%. #B3B17C is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 177 + 124 = 480 (100%)
R 179 of 480 ~ 37.29%
G 177 of 480 ~ 36.88%
B 124 of 480 ~ 25.83%

%37.29
%36.88
%25.83

CMYK color model

#B3B17C color CMYK value is (0,1,31,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK:
(0,1,31,30)
C0M1Y31K30 
(0%,1%,31%,30%)
(0.00/0.01/0.31/0.30)	

CMYK percentages

%0
%1.12
%30.73
%29.8

Codes

Color #B3B17C in popluar color models

B3B17C
RGB179177124
HSL58°26.57%59.41%
HSB/HSV58°30.73%70.20%
CMYK0.00%1.12%30.73%
29.80%

Color #B3B17C in popluar number systems.

HEXB3B17C
Decimal179177124
Binary10110011101100011111100
Octal263261174

Shades and tints

Shades of #B3B17C

#B3B17C
(179,177,124)
#A3A171
(163,161,113)
#939166
(147,145,102)
#83815B
(131,129,91)
#737150
(115,113,80)
#636145
(99,97,69)
#53513A
(83,81,58)
#43412F
(67,65,47)
#333124
(51,49,36)
#232119
(35,33,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #B3B17C

#B3B17C
(179,177,124)
#B9B887
(185,184,135)
#BFBF92
(191,191,146)
#C5C69D
(197,198,157)
#CBCDA8
(203,205,168)
#D1D4B3
(209,212,179)
#D7DBBE
(215,219,190)
#DDE2C9
(221,226,201)
#E3E9D4
(227,233,212)
#E9F0DF
(233,240,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B17C; }

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

This text font color is #B3B17C.


Background Color

.myBgColor { background-color: #B3B17C; }

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

This div background color is #B3B17C.


Border color

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

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

This div border color is #B3B17C.


Opacity

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

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

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

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

This text has shadow with #B3B17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B17C on black background.


Color preview on white background

This text has color #B3B17C on white background.



Black color preview on #B3B17C background

This text has black color on #B3B17C background.


White color preview on #B3B17C background

This text has white color on #B3B17C background.