COLOR #B3A56F

HEX: #B3A56F
RGB: (179,165,111)

Color info

#B3A56F contains mainly red and green colors. Web safe color of #B3A56F is #999966 (or #996).

RGB color model

#B3A56F color RGB value is (179,165,111).

  • red value is 179;
  • green value is 165;
  • blue value is 111.
RGB:
(179,165,111)
(70%,65%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 111 of 255 = 44%

179
165
111

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 111 = 455 (100%)
R 179 of 455 ~ 39.34%
G 165 of 455 ~ 36.26%
B 111 of 455 ~ 24.4%

%39.34
%36.26
%24.4

CMYK color model

#B3A56F color CMYK value is (0,8,38,30).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 37.99%
  • key color value is 29.80%
CMYK:
(0,8,38,30)
C0M8Y38K30 
(0%,8%,38%,30%)
(0.00/0.08/0.38/0.30)	

CMYK percentages

%0
%7.82
%37.99
%29.8

Codes

Color #B3A56F in popluar color models

B3A56F
RGB179165111
HSL48°30.91%56.86%
HSB/HSV48°37.99%70.20%
CMYK0.00%7.82%37.99%
29.80%

Color #B3A56F in popluar number systems.

HEXB3A56F
Decimal179165111
Binary10110011101001011101111
Octal263245157

Shades and tints

Shades of #B3A56F

#B3A56F
(179,165,111)
#A39665
(163,150,101)
#93875B
(147,135,91)
#837851
(131,120,81)
#736947
(115,105,71)
#635A3D
(99,90,61)
#534B33
(83,75,51)
#433C29
(67,60,41)
#332D1F
(51,45,31)
#231E15
(35,30,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #B3A56F

#B3A56F
(179,165,111)
#B9AD7C
(185,173,124)
#BFB589
(191,181,137)
#C5BD96
(197,189,150)
#CBC5A3
(203,197,163)
#D1CDB0
(209,205,176)
#D7D5BD
(215,213,189)
#DDDDCA
(221,221,202)
#E3E5D7
(227,229,215)
#E9EDE4
(233,237,228)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A56F color. Also use rgb(179,165,111) instead hex code.

Text Font Color

.myTextColor { color: #B3A56F; }

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

This text font color is #B3A56F.


Background Color

.myBgColor { background-color: #B3A56F; }

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

This div background color is #B3A56F.


Border color

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

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

This div border color is #B3A56F.


Opacity

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

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

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

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

This text has shadow with #B3A56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A56F on black background.


Color preview on white background

This text has color #B3A56F on white background.



Black color preview on #B3A56F background

This text has black color on #B3A56F background.


White color preview on #B3A56F background

This text has white color on #B3A56F background.