COLOR #B39A30

HEX: #B39A30
RGB: (179,154,48)

Color info

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

RGB color model

#B39A30 color RGB value is (179,154,48).

  • red value is 179;
  • green value is 154;
  • blue value is 48.
RGB:
(179,154,48)
(70%,60%,19%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 48 of 255 = 19%

179
154
48

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 48 = 381 (100%)
R 179 of 381 ~ 46.98%
G 154 of 381 ~ 40.42%
B 48 of 381 ~ 12.6%

%46.98
%40.42
%12.6

CMYK color model

#B39A30 color CMYK value is (0,14,73,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 73.18%
  • key color value is 29.80%
CMYK:
(0,14,73,30)
C0M14Y73K30 
(0%,14%,73%,30%)
(0.00/0.14/0.73/0.30)	

CMYK percentages

%0
%13.97
%73.18
%29.8

Codes

Color #B39A30 in popluar color models

B39A30
RGB17915448
HSL49°57.71%44.51%
HSB/HSV49°73.18%70.20%
CMYK0.00%13.97%73.18%
29.80%

Color #B39A30 in popluar number systems.

HEXB39A30
Decimal17915448
Binary1011001110011010110000
Octal26323260

Shades and tints

Shades of #B39A30

#B39A30
(179,154,48)
#A38C2C
(163,140,44)
#937E28
(147,126,40)
#837024
(131,112,36)
#736220
(115,98,32)
#63541C
(99,84,28)
#534618
(83,70,24)
#433814
(67,56,20)
#332A10
(51,42,16)
#231C0C
(35,28,12)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #B39A30

#B39A30
(179,154,48)
#B9A342
(185,163,66)
#BFAC54
(191,172,84)
#C5B566
(197,181,102)
#CBBE78
(203,190,120)
#D1C78A
(209,199,138)
#D7D09C
(215,208,156)
#DDD9AE
(221,217,174)
#E3E2C0
(227,226,192)
#E9EBD2
(233,235,210)
#EFF4E4
(239,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39A30 color. Also use rgb(179,154,48) instead hex code.

Text Font Color

.myTextColor { color: #B39A30; }

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

This text font color is #B39A30.


Background Color

.myBgColor { background-color: #B39A30; }

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

This div background color is #B39A30.


Border color

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

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

This div border color is #B39A30.


Opacity

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

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

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

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

This text has shadow with #B39A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39A30 on black background.


Color preview on white background

This text has color #B39A30 on white background.



Black color preview on #B39A30 background

This text has black color on #B39A30 background.


White color preview on #B39A30 background

This text has white color on #B39A30 background.