COLOR #B3B79D

HEX: #B3B79D
RGB: (179,183,157)

Color info

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

RGB color model

#B3B79D color RGB value is (179,183,157).

  • red value is 179;
  • green value is 183;
  • blue value is 157.
RGB:
(179,183,157)
(70%,72%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 157 of 255 = 62%

179
183
157

R + G + B ~ 68%. #B3B79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 157 = 519 (100%)
R 179 of 519 ~ 34.49%
G 183 of 519 ~ 35.26%
B 157 of 519 ~ 30.25%

%34.49
%35.26
%30.25

CMYK color model

#B3B79D color CMYK value is (2,0,14,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(2,0,14,28)
C2M0Y14K28 
(2%,0%,14%,28%)
(0.02/0.00/0.14/0.28)	

CMYK percentages

%2.19
%0
%14.21
%28.24

Codes

Color #B3B79D in popluar color models

B3B79D
RGB179183157
HSL69°15.29%66.67%
HSB/HSV69°14.21%71.76%
CMYK2.19%0.00%14.21%
28.24%

Color #B3B79D in popluar number systems.

HEXB3B79D
Decimal179183157
Binary101100111011011110011101
Octal263267235

Shades and tints

Shades of #B3B79D

#B3B79D
(179,183,157)
#A3A78F
(163,167,143)
#939781
(147,151,129)
#838773
(131,135,115)
#737765
(115,119,101)
#636757
(99,103,87)
#535749
(83,87,73)
#43473B
(67,71,59)
#33372D
(51,55,45)
#23271F
(35,39,31)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #B3B79D

#B3B79D
(179,183,157)
#B9BDA5
(185,189,165)
#BFC3AD
(191,195,173)
#C5C9B5
(197,201,181)
#CBCFBD
(203,207,189)
#D1D5C5
(209,213,197)
#D7DBCD
(215,219,205)
#DDE1D5
(221,225,213)
#E3E7DD
(227,231,221)
#E9EDE5
(233,237,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B79D; }

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

This text font color is #B3B79D.


Background Color

.myBgColor { background-color: #B3B79D; }

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

This div background color is #B3B79D.


Border color

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

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

This div border color is #B3B79D.


Opacity

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

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

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

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

This text has shadow with #B3B79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B79D on black background.


Color preview on white background

This text has color #B3B79D on white background.



Black color preview on #B3B79D background

This text has black color on #B3B79D background.


White color preview on #B3B79D background

This text has white color on #B3B79D background.