COLOR #B3A03C

HEX: #B3A03C
RGB: (179,160,60)

Color info

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

RGB color model

#B3A03C color RGB value is (179,160,60).

  • red value is 179;
  • green value is 160;
  • blue value is 60.
RGB:
(179,160,60)
(70%,63%,24%)

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 60 of 255 = 24%

179
160
60

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

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 60 = 399 (100%)
R 179 of 399 ~ 44.86%
G 160 of 399 ~ 40.1%
B 60 of 399 ~ 15.04%

%44.86
%40.1
%15.04

CMYK color model

#B3A03C color CMYK value is (0,11,66,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 66.48%
  • key color value is 29.80%
CMYK:
(0,11,66,30)
C0M11Y66K30 
(0%,11%,66%,30%)
(0.00/0.11/0.66/0.30)	

CMYK percentages

%0
%10.61
%66.48
%29.8

Codes

Color #B3A03C in popluar color models

B3A03C
RGB17916060
HSL50°49.79%46.86%
HSB/HSV50°66.48%70.20%
CMYK0.00%10.61%66.48%
29.80%

Color #B3A03C in popluar number systems.

HEXB3A03C
Decimal17916060
Binary1011001110100000111100
Octal26324074

Shades and tints

Shades of #B3A03C

#B3A03C
(179,160,60)
#A39237
(163,146,55)
#938432
(147,132,50)
#83762D
(131,118,45)
#736828
(115,104,40)
#635A23
(99,90,35)
#534C1E
(83,76,30)
#433E19
(67,62,25)
#333014
(51,48,20)
#23220F
(35,34,15)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #B3A03C

#B3A03C
(179,160,60)
#B9A84D
(185,168,77)
#BFB05E
(191,176,94)
#C5B86F
(197,184,111)
#CBC080
(203,192,128)
#D1C891
(209,200,145)
#D7D0A2
(215,208,162)
#DDD8B3
(221,216,179)
#E3E0C4
(227,224,196)
#E9E8D5
(233,232,213)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A03C color. Also use rgb(179,160,60) instead hex code.

Text Font Color

.myTextColor { color: #B3A03C; }

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

This text font color is #B3A03C.


Background Color

.myBgColor { background-color: #B3A03C; }

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

This div background color is #B3A03C.


Border color

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

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

This div border color is #B3A03C.


Opacity

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

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

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

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

This text has shadow with #B3A03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A03C on black background.


Color preview on white background

This text has color #B3A03C on white background.



Black color preview on #B3A03C background

This text has black color on #B3A03C background.


White color preview on #B3A03C background

This text has white color on #B3A03C background.