COLOR #B3AB07

HEX: #B3AB07
RGB: (179,171,7)

Color info

#B3AB07 contains mainly red and green colors. Web safe color of #B3AB07 is #999900 (or #990).

RGB color model

#B3AB07 color RGB value is (179,171,7).

  • red value is 179;
  • green value is 171;
  • blue value is 7.
RGB:
(179,171,7)
(70%,67%,3%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 7 of 255 = 3%

179
171
7

R + G + B ~ 47%. #B3AB07 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 171 + 7 = 357 (100%)
R 179 of 357 ~ 50.14%
G 171 of 357 ~ 47.9%
B 7 of 357 ~ 1.96%

%50.14
%47.9

CMYK color model

#B3AB07 color CMYK value is (0,4,96,30).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 96.09%
  • key color value is 29.80%
CMYK:
(0,4,96,30)
C0M4Y96K30 
(0%,4%,96%,30%)
(0.00/0.04/0.96/0.30)	

CMYK percentages

%0
%4.47
%96.09
%29.8

Codes

Color #B3AB07 in popluar color models

B3AB07
RGB1791717
HSL57°92.47%36.47%
HSB/HSV57°96.09%70.20%
CMYK0.00%4.47%96.09%
29.80%

Color #B3AB07 in popluar number systems.

HEXB3AB07
Decimal1791717
Binary1011001110101011111
Octal2632537

Shades and tints

Shades of #B3AB07

#B3AB07
(179,171,7)
#A39C07
(163,156,7)
#938D07
(147,141,7)
#837E07
(131,126,7)
#736F07
(115,111,7)
#636007
(99,96,7)
#535107
(83,81,7)
#434207
(67,66,7)
#333307
(51,51,7)
#232407
(35,36,7)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #B3AB07

#B3AB07
(179,171,7)
#B9B21D
(185,178,29)
#BFB933
(191,185,51)
#C5C049
(197,192,73)
#CBC75F
(203,199,95)
#D1CE75
(209,206,117)
#D7D58B
(215,213,139)
#DDDCA1
(221,220,161)
#E3E3B7
(227,227,183)
#E9EACD
(233,234,205)
#EFF1E3
(239,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AB07; }

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

This text font color is #B3AB07.


Background Color

.myBgColor { background-color: #B3AB07; }

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

This div background color is #B3AB07.


Border color

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

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

This div border color is #B3AB07.


Opacity

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

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

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

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

This text has shadow with #B3AB07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AB07 on black background.


Color preview on white background

This text has color #B3AB07 on white background.



Black color preview on #B3AB07 background

This text has black color on #B3AB07 background.


White color preview on #B3AB07 background

This text has white color on #B3AB07 background.