COLOR #B3897F

HEX: #B3897F
RGB: (179,137,127)

Color info

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

RGB color model

#B3897F color RGB value is (179,137,127).

  • red value is 179;
  • green value is 137;
  • blue value is 127.
RGB:
(179,137,127)
(70%,54%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 137 of 255 = 54%
B 127 of 255 = 50%

179
137
127

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

Portions of RGB colors in percentages

R + G + B =
179 + 137 + 127 = 443 (100%)
R 179 of 443 ~ 40.41%
G 137 of 443 ~ 30.93%
B 127 of 443 ~ 28.67%

%40.41
%30.93
%28.67

CMYK color model

#B3897F color CMYK value is (0,23,29,30).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(0,23,29,30)
C0M23Y29K30 
(0%,23%,29%,30%)
(0.00/0.23/0.29/0.30)	

CMYK percentages

%0
%23.46
%29.05
%29.8

Codes

Color #B3897F in popluar color models

B3897F
RGB179137127
HSL12°25.49%60.00%
HSB/HSV12°29.05%70.20%
CMYK0.00%23.46%29.05%
29.80%

Color #B3897F in popluar number systems.

HEXB3897F
Decimal179137127
Binary10110011100010011111111
Octal263211177

Shades and tints

Shades of #B3897F

#B3897F
(179,137,127)
#A37D74
(163,125,116)
#937169
(147,113,105)
#83655E
(131,101,94)
#735953
(115,89,83)
#634D48
(99,77,72)
#53413D
(83,65,61)
#433532
(67,53,50)
#332927
(51,41,39)
#231D1C
(35,29,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #B3897F

#B3897F
(179,137,127)
#B9938A
(185,147,138)
#BF9D95
(191,157,149)
#C5A7A0
(197,167,160)
#CBB1AB
(203,177,171)
#D1BBB6
(209,187,182)
#D7C5C1
(215,197,193)
#DDCFCC
(221,207,204)
#E3D9D7
(227,217,215)
#E9E3E2
(233,227,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3897F color. Also use rgb(179,137,127) instead hex code.

Text Font Color

.myTextColor { color: #B3897F; }

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

This text font color is #B3897F.


Background Color

.myBgColor { background-color: #B3897F; }

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

This div background color is #B3897F.


Border color

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

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

This div border color is #B3897F.


Opacity

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

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

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

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

This text has shadow with #B3897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3897F on black background.


Color preview on white background

This text has color #B3897F on white background.



Black color preview on #B3897F background

This text has black color on #B3897F background.


White color preview on #B3897F background

This text has white color on #B3897F background.