COLOR #B3AC5C

HEX: #B3AC5C
RGB: (179,172,92)

Color info

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

RGB color model

#B3AC5C color RGB value is (179,172,92).

  • red value is 179;
  • green value is 172;
  • blue value is 92.
RGB:
(179,172,92)
(70%,67%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 92 of 255 = 36%

179
172
92

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

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 92 = 443 (100%)
R 179 of 443 ~ 40.41%
G 172 of 443 ~ 38.83%
B 92 of 443 ~ 20.77%

%40.41
%38.83
%20.77

CMYK color model

#B3AC5C color CMYK value is (0,4,49,30).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 48.60%
  • key color value is 29.80%
CMYK:
(0,4,49,30)
C0M4Y49K30 
(0%,4%,49%,30%)
(0.00/0.04/0.49/0.30)	

CMYK percentages

%0
%3.91
%48.6
%29.8

Codes

Color #B3AC5C in popluar color models

B3AC5C
RGB17917292
HSL55°36.40%53.14%
HSB/HSV55°48.60%70.20%
CMYK0.00%3.91%48.60%
29.80%

Color #B3AC5C in popluar number systems.

HEXB3AC5C
Decimal17917292
Binary10110011101011001011100
Octal263254134

Shades and tints

Shades of #B3AC5C

#B3AC5C
(179,172,92)
#A39D54
(163,157,84)
#938E4C
(147,142,76)
#837F44
(131,127,68)
#73703C
(115,112,60)
#636134
(99,97,52)
#53522C
(83,82,44)
#434324
(67,67,36)
#33341C
(51,52,28)
#232514
(35,37,20)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #B3AC5C

#B3AC5C
(179,172,92)
#B9B36A
(185,179,106)
#BFBA78
(191,186,120)
#C5C186
(197,193,134)
#CBC894
(203,200,148)
#D1CFA2
(209,207,162)
#D7D6B0
(215,214,176)
#DDDDBE
(221,221,190)
#E3E4CC
(227,228,204)
#E9EBDA
(233,235,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AC5C color. Also use rgb(179,172,92) instead hex code.

Text Font Color

.myTextColor { color: #B3AC5C; }

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

This text font color is #B3AC5C.


Background Color

.myBgColor { background-color: #B3AC5C; }

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

This div background color is #B3AC5C.


Border color

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

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

This div border color is #B3AC5C.


Opacity

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

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

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

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

This text has shadow with #B3AC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AC5C on black background.


Color preview on white background

This text has color #B3AC5C on white background.



Black color preview on #B3AC5C background

This text has black color on #B3AC5C background.


White color preview on #B3AC5C background

This text has white color on #B3AC5C background.