COLOR #B3A045

HEX: #B3A045
RGB: (179,160,69)

Color info

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

RGB color model

#B3A045 color RGB value is (179,160,69).

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

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 69 of 255 = 27%

179
160
69

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

Portions of RGB colors in percentages

R + G + B =
179 + 160 + 69 = 408 (100%)
R 179 of 408 ~ 43.87%
G 160 of 408 ~ 39.22%
B 69 of 408 ~ 16.91%

%43.87
%39.22
%16.91

CMYK color model

#B3A045 color CMYK value is (0,11,61,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 61.45%
  • key color value is 29.80%
CMYK:
(0,11,61,30)
C0M11Y61K30 
(0%,11%,61%,30%)
(0.00/0.11/0.61/0.30)	

CMYK percentages

%0
%10.61
%61.45
%29.8

Codes

Color #B3A045 in popluar color models

B3A045
RGB17916069
HSL50°44.35%48.63%
HSB/HSV50°61.45%70.20%
CMYK0.00%10.61%61.45%
29.80%

Color #B3A045 in popluar number systems.

HEXB3A045
Decimal17916069
Binary10110011101000001000101
Octal263240105

Shades and tints

Shades of #B3A045

#B3A045
(179,160,69)
#A3923F
(163,146,63)
#938439
(147,132,57)
#837633
(131,118,51)
#73682D
(115,104,45)
#635A27
(99,90,39)
#534C21
(83,76,33)
#433E1B
(67,62,27)
#333015
(51,48,21)
#23220F
(35,34,15)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #B3A045

#B3A045
(179,160,69)
#B9A855
(185,168,85)
#BFB065
(191,176,101)
#C5B875
(197,184,117)
#CBC085
(203,192,133)
#D1C895
(209,200,149)
#D7D0A5
(215,208,165)
#DDD8B5
(221,216,181)
#E3E0C5
(227,224,197)
#E9E8D5
(233,232,213)
#EFF0E5
(239,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A045; }

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

This text font color is #B3A045.


Background Color

.myBgColor { background-color: #B3A045; }

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

This div background color is #B3A045.


Border color

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

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

This div border color is #B3A045.


Opacity

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

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

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

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

This text has shadow with #B3A045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A045 on black background.


Color preview on white background

This text has color #B3A045 on white background.



Black color preview on #B3A045 background

This text has black color on #B3A045 background.


White color preview on #B3A045 background

This text has white color on #B3A045 background.