COLOR #B3967D

HEX: #B3967D
RGB: (179,150,125)

Color info

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

RGB color model

#B3967D color RGB value is (179,150,125).

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

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 125 of 255 = 49%

179
150
125

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

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 125 = 454 (100%)
R 179 of 454 ~ 39.43%
G 150 of 454 ~ 33.04%
B 125 of 454 ~ 27.53%

%39.43
%33.04
%27.53

CMYK color model

#B3967D color CMYK value is (0,16,30,30).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 30.17%
  • key color value is 29.80%
CMYK:
(0,16,30,30)
C0M16Y30K30 
(0%,16%,30%,30%)
(0.00/0.16/0.30/0.30)	

CMYK percentages

%0
%16.2
%30.17
%29.8

Codes

Color #B3967D in popluar color models

B3967D
RGB179150125
HSL28°26.21%59.61%
HSB/HSV28°30.17%70.20%
CMYK0.00%16.20%30.17%
29.80%

Color #B3967D in popluar number systems.

HEXB3967D
Decimal179150125
Binary10110011100101101111101
Octal263226175

Shades and tints

Shades of #B3967D

#B3967D
(179,150,125)
#A38972
(163,137,114)
#937C67
(147,124,103)
#836F5C
(131,111,92)
#736251
(115,98,81)
#635546
(99,85,70)
#53483B
(83,72,59)
#433B30
(67,59,48)
#332E25
(51,46,37)
#23211A
(35,33,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #B3967D

#B3967D
(179,150,125)
#B99F88
(185,159,136)
#BFA893
(191,168,147)
#C5B19E
(197,177,158)
#CBBAA9
(203,186,169)
#D1C3B4
(209,195,180)
#D7CCBF
(215,204,191)
#DDD5CA
(221,213,202)
#E3DED5
(227,222,213)
#E9E7E0
(233,231,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3967D; }

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

This text font color is #B3967D.


Background Color

.myBgColor { background-color: #B3967D; }

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

This div background color is #B3967D.


Border color

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

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

This div border color is #B3967D.


Opacity

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

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

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

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

This text has shadow with #B3967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3967D on black background.


Color preview on white background

This text has color #B3967D on white background.



Black color preview on #B3967D background

This text has black color on #B3967D background.


White color preview on #B3967D background

This text has white color on #B3967D background.