COLOR #B3867F

HEX: #B3867F
RGB: (179,134,127)

Color info

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

RGB color model

#B3867F color RGB value is (179,134,127).

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

RGB channels and saturation

R 179 of 255 = 70%
G 134 of 255 = 53%
B 127 of 255 = 50%

179
134
127

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

Portions of RGB colors in percentages

R + G + B =
179 + 134 + 127 = 440 (100%)
R 179 of 440 ~ 40.68%
G 134 of 440 ~ 30.45%
B 127 of 440 ~ 28.86%

%40.68
%30.45
%28.86

CMYK color model

#B3867F color CMYK value is (0,25,29,30).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 29.05%
  • key color value is 29.80%
CMYK:
(0,25,29,30)
C0M25Y29K30 
(0%,25%,29%,30%)
(0.00/0.25/0.29/0.30)	

CMYK percentages

%0
%25.14
%29.05
%29.8

Codes

Color #B3867F in popluar color models

B3867F
RGB179134127
HSL25.49%60.00%
HSB/HSV29.05%70.20%
CMYK0.00%25.14%29.05%
29.80%

Color #B3867F in popluar number systems.

HEXB3867F
Decimal179134127
Binary10110011100001101111111
Octal263206177

Shades and tints

Shades of #B3867F

#B3867F
(179,134,127)
#A37A74
(163,122,116)
#936E69
(147,110,105)
#83625E
(131,98,94)
#735653
(115,86,83)
#634A48
(99,74,72)
#533E3D
(83,62,61)
#433232
(67,50,50)
#332627
(51,38,39)
#231A1C
(35,26,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #B3867F

#B3867F
(179,134,127)
#B9918A
(185,145,138)
#BF9C95
(191,156,149)
#C5A7A0
(197,167,160)
#CBB2AB
(203,178,171)
#D1BDB6
(209,189,182)
#D7C8C1
(215,200,193)
#DDD3CC
(221,211,204)
#E3DED7
(227,222,215)
#E9E9E2
(233,233,226)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3867F; }

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

This text font color is #B3867F.


Background Color

.myBgColor { background-color: #B3867F; }

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

This div background color is #B3867F.


Border color

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

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

This div border color is #B3867F.


Opacity

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

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

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

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

This text has shadow with #B3867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3867F on black background.


Color preview on white background

This text has color #B3867F on white background.



Black color preview on #B3867F background

This text has black color on #B3867F background.


White color preview on #B3867F background

This text has white color on #B3867F background.