COLOR #B3AF70

HEX: #B3AF70
RGB: (179,175,112)

Color info

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

RGB color model

#B3AF70 color RGB value is (179,175,112).

  • red value is 179;
  • green value is 175;
  • blue value is 112.
RGB:
(179,175,112)
(70%,69%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 175 of 255 = 69%
B 112 of 255 = 44%

179
175
112

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

Portions of RGB colors in percentages

R + G + B =
179 + 175 + 112 = 466 (100%)
R 179 of 466 ~ 38.41%
G 175 of 466 ~ 37.55%
B 112 of 466 ~ 24.03%

%38.41
%37.55
%24.03

CMYK color model

#B3AF70 color CMYK value is (0,2,37,30).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 37.43%
  • key color value is 29.80%
CMYK:
(0,2,37,30)
C0M2Y37K30 
(0%,2%,37%,30%)
(0.00/0.02/0.37/0.30)	

CMYK percentages

%0
%2.23
%37.43
%29.8

Codes

Color #B3AF70 in popluar color models

B3AF70
RGB179175112
HSL56°30.59%57.06%
HSB/HSV56°37.43%70.20%
CMYK0.00%2.23%37.43%
29.80%

Color #B3AF70 in popluar number systems.

HEXB3AF70
Decimal179175112
Binary10110011101011111110000
Octal263257160

Shades and tints

Shades of #B3AF70

#B3AF70
(179,175,112)
#A3A066
(163,160,102)
#93915C
(147,145,92)
#838252
(131,130,82)
#737348
(115,115,72)
#63643E
(99,100,62)
#535534
(83,85,52)
#43462A
(67,70,42)
#333720
(51,55,32)
#232816
(35,40,22)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #B3AF70

#B3AF70
(179,175,112)
#B9B67D
(185,182,125)
#BFBD8A
(191,189,138)
#C5C497
(197,196,151)
#CBCBA4
(203,203,164)
#D1D2B1
(209,210,177)
#D7D9BE
(215,217,190)
#DDE0CB
(221,224,203)
#E3E7D8
(227,231,216)
#E9EEE5
(233,238,229)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AF70 color. Also use rgb(179,175,112) instead hex code.

Text Font Color

.myTextColor { color: #B3AF70; }

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

This text font color is #B3AF70.


Background Color

.myBgColor { background-color: #B3AF70; }

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

This div background color is #B3AF70.


Border color

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

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

This div border color is #B3AF70.


Opacity

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

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

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

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

This text has shadow with #B3AF70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AF70 on black background.


Color preview on white background

This text has color #B3AF70 on white background.



Black color preview on #B3AF70 background

This text has black color on #B3AF70 background.


White color preview on #B3AF70 background

This text has white color on #B3AF70 background.