COLOR #B3A670

HEX: #B3A670 RGB: (179,166,112)

Color info

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

RGB color model

#B3A670 color RGB value is (179,166,112).

RGB: (179,166,112) (70%, 65%, 44%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 112 of 255 = 44%

179
166
112

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

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 112 = 457 (100%)
R 179 of 457 ~ 39.17%
G 166 of 457 ~ 36.32%
B 112 of 457 ~ 24.51'%

%39.17
%36.32
%24.51

CMYK color model

#B3A670 color CMYK value is (0,7,37,30).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 37.43%
  • key color value is 29.80%
CMYK: (0,7,37,30) C0M7Y37K30 (0%,7%,37%,30%) (0.00/0.07/0.37/0.30) 

CMYK percentages

%0
%7.26
%37.43
%29.8

Codes

Color #B3A670 in popluar color models

B3 A6 70
RGB 179 166 112
HSL 48° 30.59% 57.06%
HSB/HSV 48° 37.43% 70.20%
CMYK 0.00% 7.26% 37.43%
29.80%

Color #B3A670 in popluar number systems.

HEX B3 A6 70
Decimal 179 166 112
Binary 10110011 10100110 1110000
Octal 263 246 160

Shades and tints

Shades of #B3A670

#B3A670
(179,166,112)
#A39766
(163,151,102)
#93885C
(147,136,92)
#837952
(131,121,82)
#736A48
(115,106,72)
#635B3E
(99,91,62)
#534C34
(83,76,52)
#433D2A
(67,61,42)
#332E20
(51,46,32)
#231F16
(35,31,22)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #B3A670

#B3A670
(179,166,112)
#B9AE7D
(185,174,125)
#BFB68A
(191,182,138)
#C5BE97
(197,190,151)
#CBC6A4
(203,198,164)
#D1CEB1
(209,206,177)
#D7D6BE
(215,214,190)
#DDDECB
(221,222,203)
#E3E6D8
(227,230,216)
#E9EEE5
(233,238,229)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A670; }

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

This text font color is #B3A670.

Background Color

.myBgColor { background-color: #B3A670; }

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

This div background color is #B3A670.

Border color

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

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

This div border color is #B3A670.

Opacity

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

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

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

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

This text has shadow with #B3A670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A670.

Preview

Color preview on black background

This text has color #B3A670 on black background.


Color preview on white background

This text has color #B3A670 on white background.


Black color preview on #B3A670 background

This text has black color on #B3A670 background.


White color preview on #B3A670 background

This text has white color on #B3A670 background.


Related colors

Complementary color

Complementary color for #hex is #4C598F.


I love getcolorcode.com

Triadic colors

1 #70B3A6 and #A670B3 with #B3A670 are triadic colors.

2 #70A6B3 and #A6B370 with #B3A670 are triadic colors.