COLOR #B3976A

HEX: #B3976A
RGB: (179,151,106)

Color info

#B3976A contains mainly red and green colors. Web safe color of #B3976A is #999966 (or #996).

RGB color model

#B3976A color RGB value is (179,151,106).

  • red value is 179;
  • green value is 151;
  • blue value is 106.
RGB:
(179,151,106)
(70%,59%,42%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 106 of 255 = 42%

179
151
106

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 106 = 436 (100%)
R 179 of 436 ~ 41.06%
G 151 of 436 ~ 34.63%
B 106 of 436 ~ 24.31%

%41.06
%34.63
%24.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(0,16,41,30)
C0M16Y41K30 
(0%,16%,41%,30%)
(0.00/0.16/0.41/0.30)	

CMYK percentages

%0
%15.64
%40.78
%29.8

Codes

Color #B3976A in popluar color models

B3976A
RGB179151106
HSL37°32.44%55.88%
HSB/HSV37°40.78%70.20%
CMYK0.00%15.64%40.78%
29.80%

Color #B3976A in popluar number systems.

HEXB3976A
Decimal179151106
Binary10110011100101111101010
Octal263227152

Shades and tints

Shades of #B3976A

#B3976A
(179,151,106)
#A38A61
(163,138,97)
#937D58
(147,125,88)
#83704F
(131,112,79)
#736346
(115,99,70)
#63563D
(99,86,61)
#534934
(83,73,52)
#433C2B
(67,60,43)
#332F22
(51,47,34)
#232219
(35,34,25)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #B3976A

#B3976A
(179,151,106)
#B9A077
(185,160,119)
#BFA984
(191,169,132)
#C5B291
(197,178,145)
#CBBB9E
(203,187,158)
#D1C4AB
(209,196,171)
#D7CDB8
(215,205,184)
#DDD6C5
(221,214,197)
#E3DFD2
(227,223,210)
#E9E8DF
(233,232,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3976A color. Also use rgb(179,151,106) instead hex code.

Text Font Color

.myTextColor { color: #B3976A; }

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

This text font color is #B3976A.


Background Color

.myBgColor { background-color: #B3976A; }

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

This div background color is #B3976A.


Border color

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

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

This div border color is #B3976A.


Opacity

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

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

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

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

This text has shadow with #B3976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3976A on black background.


Color preview on white background

This text has color #B3976A on white background.



Black color preview on #B3976A background

This text has black color on #B3976A background.


White color preview on #B3976A background

This text has white color on #B3976A background.