COLOR #B3987B

HEX: #B3987B RGB: (179,152,123)

Color info

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

RGB color model

#B3987B color RGB value is (179,152,123).

RGB: (179,152,123) (70%, 60%, 48%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 123 of 255 = 48%

179
152
123

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

Portions of RGB colors in percentages

R + G + B = 179 + 152 + 123 = 454 (100%)
R 179 of 454 ~ 39.43%
G 152 of 454 ~ 33.48%
B 123 of 454 ~ 27.09'%

%39.43
%33.48
%27.09

CMYK color model

#B3987B color CMYK value is (0,15,31,30).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 31.28%
  • key color value is 29.80%
CMYK: (0,15,31,30) C0M15Y31K30 (0%,15%,31%,30%) (0.00/0.15/0.31/0.30) 

CMYK percentages

%0
%15.08
%31.28
%29.8

Codes

Color #B3987B in popluar color models

B3 98 7B
RGB 179 152 123
HSL 31° 26.92% 59.22%
HSB/HSV 31° 31.28% 70.20%
CMYK 0.00% 15.08% 31.28%
29.80%

Color #B3987B in popluar number systems.

HEX B3 98 7B
Decimal 179 152 123
Binary 10110011 10011000 1111011
Octal 263 230 173

Shades and tints

Shades of #B3987B

#B3987B
(179,152,123)
#A38B70
(163,139,112)
#937E65
(147,126,101)
#83715A
(131,113,90)
#73644F
(115,100,79)
#635744
(99,87,68)
#534A39
(83,74,57)
#433D2E
(67,61,46)
#333023
(51,48,35)
#232318
(35,35,24)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #B3987B

#B3987B
(179,152,123)
#B9A187
(185,161,135)
#BFAA93
(191,170,147)
#C5B39F
(197,179,159)
#CBBCAB
(203,188,171)
#D1C5B7
(209,197,183)
#D7CEC3
(215,206,195)
#DDD7CF
(221,215,207)
#E3E0DB
(227,224,219)
#E9E9E7
(233,233,231)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3987B color. Also use rgb(179,152,123) instead hex code.

Text Font Color

.myTextColor { color: #B3987B; }

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

This text font color is #B3987B.


Background Color

.myBgColor { background-color: #B3987B; }

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

This div background color is #B3987B.


Border color

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

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

This div border color is #B3987B.


Opacity

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

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

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

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

This text has shadow with #B3987B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3987B on black background.


Color preview on white background

This text has color #B3987B on white background.



Black color preview on #B3987B background

This text has black color on #B3987B background.


White color preview on #B3987B background

This text has white color on #B3987B background.