COLOR #B3B073

HEX: #B3B073
RGB: (179,176,115)

Color info

#B3B073 contains mainly red and green colors. Web safe color of #B3B073 is #999966 (or #996).

RGB color model

#B3B073 color RGB value is (179,176,115).

  • red value is 179;
  • green value is 176;
  • blue value is 115.
RGB:
(179,176,115)
(70%,69%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 176 of 255 = 69%
B 115 of 255 = 45%

179
176
115

R + G + B ~ 61%. #B3B073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 176 + 115 = 470 (100%)
R 179 of 470 ~ 38.09%
G 176 of 470 ~ 37.45%
B 115 of 470 ~ 24.47%

%38.09
%37.45
%24.47

CMYK color model

#B3B073 color CMYK value is (0,2,36,30).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(0,2,36,30)
C0M2Y36K30 
(0%,2%,36%,30%)
(0.00/0.02/0.36/0.30)	

CMYK percentages

%0
%1.68
%35.75
%29.8

Codes

Color #B3B073 in popluar color models

B3B073
RGB179176115
HSL57°29.63%57.65%
HSB/HSV57°35.75%70.20%
CMYK0.00%1.68%35.75%
29.80%

Color #B3B073 in popluar number systems.

HEXB3B073
Decimal179176115
Binary10110011101100001110011
Octal263260163

Shades and tints

Shades of #B3B073

#B3B073
(179,176,115)
#A3A069
(163,160,105)
#93905F
(147,144,95)
#838055
(131,128,85)
#73704B
(115,112,75)
#636041
(99,96,65)
#535037
(83,80,55)
#43402D
(67,64,45)
#333023
(51,48,35)
#232019
(35,32,25)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #B3B073

#B3B073
(179,176,115)
#B9B77F
(185,183,127)
#BFBE8B
(191,190,139)
#C5C597
(197,197,151)
#CBCCA3
(203,204,163)
#D1D3AF
(209,211,175)
#D7DABB
(215,218,187)
#DDE1C7
(221,225,199)
#E3E8D3
(227,232,211)
#E9EFDF
(233,239,223)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B073; }

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

This text font color is #B3B073.


Background Color

.myBgColor { background-color: #B3B073; }

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

This div background color is #B3B073.


Border color

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

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

This div border color is #B3B073.


Opacity

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

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

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

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

This text has shadow with #B3B073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B073 on black background.


Color preview on white background

This text has color #B3B073 on white background.



Black color preview on #B3B073 background

This text has black color on #B3B073 background.


White color preview on #B3B073 background

This text has white color on #B3B073 background.