COLOR #B3A385

HEX: #B3A385
RGB: (179,163,133)

Color info

#B3A385 contains red, green and blue colors in about the same proportion. Web safe color of #B3A385 is #999999 (or #999).

RGB color model

#B3A385 color RGB value is (179,163,133).

  • red value is 179;
  • green value is 163;
  • blue value is 133.
RGB:
(179,163,133)
(70%,64%,52%)

RGB channels and saturation

R 179 of 255 = 70%
G 163 of 255 = 64%
B 133 of 255 = 52%

179
163
133

R + G + B ~ 62%. #B3A385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 133 = 475 (100%)
R 179 of 475 ~ 37.68%
G 163 of 475 ~ 34.32%
B 133 of 475 ~ 28%

%37.68
%34.32
%28

CMYK color model

#B3A385 color CMYK value is (0,9,26,30).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(0,9,26,30)
C0M9Y26K30 
(0%,9%,26%,30%)
(0.00/0.09/0.26/0.30)	

CMYK percentages

%0
%8.94
%25.7
%29.8

Codes

Color #B3A385 in popluar color models

B3A385
RGB179163133
HSL39°23.23%61.18%
HSB/HSV39°25.70%70.20%
CMYK0.00%8.94%25.70%
29.80%

Color #B3A385 in popluar number systems.

HEXB3A385
Decimal179163133
Binary101100111010001110000101
Octal263243205

Shades and tints

Shades of #B3A385

#B3A385
(179,163,133)
#A39579
(163,149,121)
#93876D
(147,135,109)
#837961
(131,121,97)
#736B55
(115,107,85)
#635D49
(99,93,73)
#534F3D
(83,79,61)
#434131
(67,65,49)
#333325
(51,51,37)
#232519
(35,37,25)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #B3A385

#B3A385
(179,163,133)
#B9AB90
(185,171,144)
#BFB39B
(191,179,155)
#C5BBA6
(197,187,166)
#CBC3B1
(203,195,177)
#D1CBBC
(209,203,188)
#D7D3C7
(215,211,199)
#DDDBD2
(221,219,210)
#E3E3DD
(227,227,221)
#E9EBE8
(233,235,232)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A385 color. Also use rgb(179,163,133) instead hex code.

Text Font Color

.myTextColor { color: #B3A385; }

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

This text font color is #B3A385.


Background Color

.myBgColor { background-color: #B3A385; }

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

This div background color is #B3A385.


Border color

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

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

This div border color is #B3A385.


Opacity

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

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

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

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

This text has shadow with #B3A385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A385 on black background.


Color preview on white background

This text has color #B3A385 on white background.



Black color preview on #B3A385 background

This text has black color on #B3A385 background.


White color preview on #B3A385 background

This text has white color on #B3A385 background.