COLOR #B3AC78

HEX: #B3AC78 RGB: (179,172,120)

Color info

#B3AC78 contains red, green and blue colors in about the same proportion. Web safe color of #B3AC78 is #999966 (or #996).

RGB color model

#B3AC78 color RGB value is (179,172,120).

RGB: (179,172,120) (70%, 67%, 47%)

RGB channels and saturation

R 179 of 255 = 70%
G 172 of 255 = 67%
B 120 of 255 = 47%

179
172
120

R + G + B ~ 61%. #B3AC78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 172 + 120 = 471 (100%)
R 179 of 471 ~ 38%
G 172 of 471 ~ 36.52%
B 120 of 471 ~ 25.48'%

%38
%36.52
%25.48

CMYK color model

#B3AC78 color CMYK value is (0,4,33,30).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 32.96%
  • key color value is 29.80%

CMYK: (0,4,33,30)
C0M4Y33K30 (0%, 4%, 33%, 30%)
(0.00 / 0.04 / 0.33 / 0.30)

CMYK percentages

%0
%3.91
%32.96
%29.8

Codes

Color #B3AC78 in popluar color models

B3 AC 78
RGB 179 172 120
HSL 53° 27.96% 58.63%
HSB/HSV 53° 32.96% 70.20%
CMYK 0.00% 3.91% 32.96%
29.80%

Color #B3AC78 in popluar number systems.

HEX B3 AC 78
Decimal 179 172 120
Binary 10110011 10101100 1111000
Octal 263 254 170

Shades and tints

Shades of #B3AC78

#B3AC78
(179,172,120)
#A39D6E
(163,157,110)
#938E64
(147,142,100)
#837F5A
(131,127,90)
#737050
(115,112,80)
#636146
(99,97,70)
#53523C
(83,82,60)
#434332
(67,67,50)
#333428
(51,52,40)
#23251E
(35,37,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3AC78

#B3AC78
(179,172,120)
#B9B384
(185,179,132)
#BFBA90
(191,186,144)
#C5C19C
(197,193,156)
#CBC8A8
(203,200,168)
#D1CFB4
(209,207,180)
#D7D6C0
(215,214,192)
#DDDDCC
(221,221,204)
#E3E4D8
(227,228,216)
#E9EBE4
(233,235,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AC78; }

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

This text font color is #B3AC78.

Background Color

.myBgColor { background-color: #B3AC78; }

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

This div background color is #B3AC78.

Border color

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

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

This div border color is #B3AC78.

Opacity

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

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

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

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

This text has shadow with #B3AC78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AC78.

Preview

Color preview on black background

This text has color #B3AC78 on black background.


Color preview on white background

This text has color #B3AC78 on white background.


Black color preview on #B3AC78 background

This text has black color on #B3AC78 background.


White color preview on #B3AC78 background

This text has white color on #B3AC78 background.


Related colors

Complementary color

Complementary color for #hex is #4C5387.


I love getcolorcode.com

Triadic colors

1 #78B3AC and #AC78B3 with #B3AC78 are triadic colors.

2 #78ACB3 and #ACB378 with #B3AC78 are triadic colors.