COLOR #B3AA24

HEX: #B3AA24
RGB: (179,170,36)

Color info

#B3AA24 contains mainly red and green colors. Web safe color of #B3AA24 is #999933 (or #993).

RGB color model

#B3AA24 color RGB value is (179,170,36).

  • red value is 179;
  • green value is 170;
  • blue value is 36.
RGB:
(179,170,36)
(70%,67%,14%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 36 of 255 = 14%

179
170
36

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

Portions of RGB colors in percentages

R + G + B =
179 + 170 + 36 = 385 (100%)
R 179 of 385 ~ 46.49%
G 170 of 385 ~ 44.16%
B 36 of 385 ~ 9.35%

%46.49
%44.16

CMYK color model

#B3AA24 color CMYK value is (0,5,80,30).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 79.89%
  • key color value is 29.80%
CMYK:
(0,5,80,30)
C0M5Y80K30 
(0%,5%,80%,30%)
(0.00/0.05/0.80/0.30)	

CMYK percentages

%0
%5.03
%79.89
%29.8

Codes

Color #B3AA24 in popluar color models

B3AA24
RGB17917036
HSL56°66.51%42.16%
HSB/HSV56°79.89%70.20%
CMYK0.00%5.03%79.89%
29.80%

Color #B3AA24 in popluar number systems.

HEXB3AA24
Decimal17917036
Binary1011001110101010100100
Octal26325244

Shades and tints

Shades of #B3AA24

#B3AA24
(179,170,36)
#A39B21
(163,155,33)
#938C1E
(147,140,30)
#837D1B
(131,125,27)
#736E18
(115,110,24)
#635F15
(99,95,21)
#535012
(83,80,18)
#43410F
(67,65,15)
#33320C
(51,50,12)
#232309
(35,35,9)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #B3AA24

#B3AA24
(179,170,36)
#B9B137
(185,177,55)
#BFB84A
(191,184,74)
#C5BF5D
(197,191,93)
#CBC670
(203,198,112)
#D1CD83
(209,205,131)
#D7D496
(215,212,150)
#DDDBA9
(221,219,169)
#E3E2BC
(227,226,188)
#E9E9CF
(233,233,207)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AA24 color. Also use rgb(179,170,36) instead hex code.

Text Font Color

.myTextColor { color: #B3AA24; }

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

This text font color is #B3AA24.


Background Color

.myBgColor { background-color: #B3AA24; }

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

This div background color is #B3AA24.


Border color

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

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

This div border color is #B3AA24.


Opacity

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

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

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

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

This text has shadow with #B3AA24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AA24 on black background.


Color preview on white background

This text has color #B3AA24 on white background.



Black color preview on #B3AA24 background

This text has black color on #B3AA24 background.


White color preview on #B3AA24 background

This text has white color on #B3AA24 background.