COLOR #B3AC6C

HEX: #B3AC6C
RGB: (179,172,108)

Color info

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

RGB color model

#B3AC6C color RGB value is (179,172,108).

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

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 108 of 255 = 42%

179
172
108

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

Portions of RGB colors in percentages

R + G + B =
179 + 172 + 108 = 459 (100%)
R 179 of 459 ~ 39%
G 172 of 459 ~ 37.47%
B 108 of 459 ~ 23.53%

%39
%37.47
%23.53

CMYK color model

#B3AC6C color CMYK value is (0,4,40,30).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 39.66%
  • key color value is 29.80%
CMYK:
(0,4,40,30)
C0M4Y40K30 
(0%,4%,40%,30%)
(0.00/0.04/0.40/0.30)	

CMYK percentages

%0
%3.91
%39.66
%29.8

Codes

Color #B3AC6C in popluar color models

B3AC6C
RGB179172108
HSL54°31.84%56.27%
HSB/HSV54°39.66%70.20%
CMYK0.00%3.91%39.66%
29.80%

Color #B3AC6C in popluar number systems.

HEXB3AC6C
Decimal179172108
Binary10110011101011001101100
Octal263254154

Shades and tints

Shades of #B3AC6C

#B3AC6C
(179,172,108)
#A39D63
(163,157,99)
#938E5A
(147,142,90)
#837F51
(131,127,81)
#737048
(115,112,72)
#63613F
(99,97,63)
#535236
(83,82,54)
#43432D
(67,67,45)
#333424
(51,52,36)
#23251B
(35,37,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #B3AC6C

#B3AC6C
(179,172,108)
#B9B379
(185,179,121)
#BFBA86
(191,186,134)
#C5C193
(197,193,147)
#CBC8A0
(203,200,160)
#D1CFAD
(209,207,173)
#D7D6BA
(215,214,186)
#DDDDC7
(221,221,199)
#E3E4D4
(227,228,212)
#E9EBE1
(233,235,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AC6C; }

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

This text font color is #B3AC6C.


Background Color

.myBgColor { background-color: #B3AC6C; }

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

This div background color is #B3AC6C.


Border color

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

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

This div border color is #B3AC6C.


Opacity

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

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

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

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

This text has shadow with #B3AC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AC6C on black background.


Color preview on white background

This text has color #B3AC6C on white background.



Black color preview on #B3AC6C background

This text has black color on #B3AC6C background.


White color preview on #B3AC6C background

This text has white color on #B3AC6C background.