COLOR #B3987D

HEX: #B3987D
RGB: (179,152,125)

Color info

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

RGB color model

#B3987D color RGB value is (179,152,125).

  • red value is 179;
  • green value is 152;
  • blue value is 125.
RGB:
(179,152,125)
(70%,60%,49%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 125 of 255 = 49%

179
152
125

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

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 125 = 456 (100%)
R 179 of 456 ~ 39.25%
G 152 of 456 ~ 33.33%
B 125 of 456 ~ 27.41%

%39.25
%33.33
%27.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 30.17%
  • key color value is 29.80%
CMYK:
(0,15,30,30)
C0M15Y30K30 
(0%,15%,30%,30%)
(0.00/0.15/0.30/0.30)	

CMYK percentages

%0
%15.08
%30.17
%29.8

Codes

Color #B3987D in popluar color models

B3987D
RGB179152125
HSL30°26.21%59.61%
HSB/HSV30°30.17%70.20%
CMYK0.00%15.08%30.17%
29.80%

Color #B3987D in popluar number systems.

HEXB3987D
Decimal179152125
Binary10110011100110001111101
Octal263230175

Shades and tints

Shades of #B3987D

#B3987D
(179,152,125)
#A38B72
(163,139,114)
#937E67
(147,126,103)
#83715C
(131,113,92)
#736451
(115,100,81)
#635746
(99,87,70)
#534A3B
(83,74,59)
#433D30
(67,61,48)
#333025
(51,48,37)
#23231A
(35,35,26)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #B3987D

#B3987D
(179,152,125)
#B9A188
(185,161,136)
#BFAA93
(191,170,147)
#C5B39E
(197,179,158)
#CBBCA9
(203,188,169)
#D1C5B4
(209,197,180)
#D7CEBF
(215,206,191)
#DDD7CA
(221,215,202)
#E3E0D5
(227,224,213)
#E9E9E0
(233,233,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3987D; }

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

This text font color is #B3987D.


Background Color

.myBgColor { background-color: #B3987D; }

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

This div background color is #B3987D.


Border color

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

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

This div border color is #B3987D.


Opacity

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

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

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

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

This text has shadow with #B3987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3987D on black background.


Color preview on white background

This text has color #B3987D on white background.



Black color preview on #B3987D background

This text has black color on #B3987D background.


White color preview on #B3987D background

This text has white color on #B3987D background.