COLOR #B3B79B

HEX: #B3B79B RGB: (179,183,155)

Color info

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

RGB color model

#B3B79B color RGB value is (179,183,155).

RGB: (179,183,155) (70%, 72%, 61%)

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 155 of 255 = 61%

179
183
155

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

Portions of RGB colors in percentages

R + G + B = 179 + 183 + 155 = 517 (100%)
R 179 of 517 ~ 34.62%
G 183 of 517 ~ 35.4%
B 155 of 517 ~ 29.98'%

%34.62
%35.4
%29.98

CMYK color model

#B3B79B color CMYK value is (2,0,15,28).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK: (2,0,15,28) C2M0Y15K28 (2%,0%,15%,28%) (0.02/0.00/0.15/0.28) 

CMYK percentages

%2.19
%0
%15.3
%28.24

Codes

Color #B3B79B in popluar color models

B3 B7 9B
RGB 179 183 155
HSL 69° 16.28% 66.27%
HSB/HSV 69° 15.30% 71.76%
CMYK 2.19% 0.00% 15.30%
28.24%

Color #B3B79B in popluar number systems.

HEX B3 B7 9B
Decimal 179 183 155
Binary 10110011 10110111 10011011
Octal 263 267 233

Shades and tints

Shades of #B3B79B

#B3B79B
(179,183,155)
#A3A78D
(163,167,141)
#93977F
(147,151,127)
#838771
(131,135,113)
#737763
(115,119,99)
#636755
(99,103,85)
#535747
(83,87,71)
#434739
(67,71,57)
#33372B
(51,55,43)
#23271D
(35,39,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #B3B79B

#B3B79B
(179,183,155)
#B9BDA4
(185,189,164)
#BFC3AD
(191,195,173)
#C5C9B6
(197,201,182)
#CBCFBF
(203,207,191)
#D1D5C8
(209,213,200)
#D7DBD1
(215,219,209)
#DDE1DA
(221,225,218)
#E3E7E3
(227,231,227)
#E9EDEC
(233,237,236)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B79B; }

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

This text font color is #B3B79B.

Background Color

.myBgColor { background-color: #B3B79B; }

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

This div background color is #B3B79B.

Border color

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

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

This div border color is #B3B79B.

Opacity

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

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

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

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

This text has shadow with #B3B79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B79B.

Preview

Color preview on black background

This text has color #B3B79B on black background.


Color preview on white background

This text has color #B3B79B on white background.


Black color preview on #B3B79B background

This text has black color on #B3B79B background.


White color preview on #B3B79B background

This text has white color on #B3B79B background.


Related colors

Complementary color

Complementary color for #hex is #4C4864.


I love getcolorcode.com

Triadic colors

1 #9BB3B7 and #B79BB3 with #B3B79B are triadic colors.

2 #9BB7B3 and #B7B39B with #B3B79B are triadic colors.