COLOR #B3A234

HEX: #B3A234
RGB: (179,162,52)

Color info

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

RGB color model

#B3A234 color RGB value is (179,162,52).

  • red value is 179;
  • green value is 162;
  • blue value is 52.
RGB:
(179,162,52)
(70%,64%,20%)

RGB channels and saturation

R 179 of 255 = 70%
G 162 of 255 = 64%
B 52 of 255 = 20%

179
162
52

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

Portions of RGB colors in percentages

R + G + B =
179 + 162 + 52 = 393 (100%)
R 179 of 393 ~ 45.55%
G 162 of 393 ~ 41.22%
B 52 of 393 ~ 13.23%

%45.55
%41.22
%13.23

CMYK color model

#B3A234 color CMYK value is (0,9,71,30).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 70.95%
  • key color value is 29.80%
CMYK:
(0,9,71,30)
C0M9Y71K30 
(0%,9%,71%,30%)
(0.00/0.09/0.71/0.30)	

CMYK percentages

%0
%9.5
%70.95
%29.8

Codes

Color #B3A234 in popluar color models

B3A234
RGB17916252
HSL52°54.98%45.29%
HSB/HSV52°70.95%70.20%
CMYK0.00%9.50%70.95%
29.80%

Color #B3A234 in popluar number systems.

HEXB3A234
Decimal17916252
Binary1011001110100010110100
Octal26324264

Shades and tints

Shades of #B3A234

#B3A234
(179,162,52)
#A39430
(163,148,48)
#93862C
(147,134,44)
#837828
(131,120,40)
#736A24
(115,106,36)
#635C20
(99,92,32)
#534E1C
(83,78,28)
#434018
(67,64,24)
#333214
(51,50,20)
#232410
(35,36,16)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #B3A234

#B3A234
(179,162,52)
#B9AA46
(185,170,70)
#BFB258
(191,178,88)
#C5BA6A
(197,186,106)
#CBC27C
(203,194,124)
#D1CA8E
(209,202,142)
#D7D2A0
(215,210,160)
#DDDAB2
(221,218,178)
#E3E2C4
(227,226,196)
#E9EAD6
(233,234,214)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A234 color. Also use rgb(179,162,52) instead hex code.

Text Font Color

.myTextColor { color: #B3A234; }

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

This text font color is #B3A234.


Background Color

.myBgColor { background-color: #B3A234; }

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

This div background color is #B3A234.


Border color

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

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

This div border color is #B3A234.


Opacity

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

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

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

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

This text has shadow with #B3A234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A234 on black background.


Color preview on white background

This text has color #B3A234 on white background.



Black color preview on #B3A234 background

This text has black color on #B3A234 background.


White color preview on #B3A234 background

This text has white color on #B3A234 background.