COLOR #B3976C

HEX: #B3976C RGB: (179,151,108)

Color info

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

RGB color model

#B3976C color RGB value is (179,151,108).

RGB: (179,151,108) (70%, 59%, 42%)

RGB channels and saturation

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

179
151
108

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

Portions of RGB colors in percentages

R + G + B = 179 + 151 + 108 = 438 (100%)
R 179 of 438 ~ 40.87%
G 151 of 438 ~ 34.47%
B 108 of 438 ~ 24.66'%

%40.87
%34.47
%24.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 39.66%
  • key color value is 29.80%

CMYK: (0,16,40,30)
C0M16Y40K30 (0%, 16%, 40%, 30%)
(0.00 / 0.16 / 0.40 / 0.30)

CMYK percentages

%0
%15.64
%39.66
%29.8

Codes

Color #B3976C in popluar color models

B3 97 6C
RGB 179 151 108
HSL 36° 31.84% 56.27%
HSB/HSV 36° 39.66% 70.20%
CMYK 0.00% 15.64% 39.66%
29.80%

Color #B3976C in popluar number systems.

HEX B3 97 6C
Decimal 179 151 108
Binary 10110011 10010111 1101100
Octal 263 227 154

Shades and tints

Shades of #B3976C

#B3976C
(179,151,108)
#A38A63
(163,138,99)
#937D5A
(147,125,90)
#837051
(131,112,81)
#736348
(115,99,72)
#63563F
(99,86,63)
#534936
(83,73,54)
#433C2D
(67,60,45)
#332F24
(51,47,36)
#23221B
(35,34,27)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3976C

#B3976C
(179,151,108)
#B9A079
(185,160,121)
#BFA986
(191,169,134)
#C5B293
(197,178,147)
#CBBBA0
(203,187,160)
#D1C4AD
(209,196,173)
#D7CDBA
(215,205,186)
#DDD6C7
(221,214,199)
#E3DFD4
(227,223,212)
#E9E8E1
(233,232,225)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3976C; }

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

This text font color is #B3976C.

Background Color

.myBgColor { background-color: #B3976C; }

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

This div background color is #B3976C.

Border color

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

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

This div border color is #B3976C.

Opacity

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

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

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

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

This text has shadow with #B3976C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3976C.

Preview

Color preview on black background

This text has color #B3976C on black background.


Color preview on white background

This text has color #B3976C on white background.


Black color preview on #B3976C background

This text has black color on #B3976C background.


White color preview on #B3976C background

This text has white color on #B3976C background.


Related colors

Complementary color

Complementary color for #hex is #4C6893.


I love getcolorcode.com

Triadic colors

1 #6CB397 and #976CB3 with #B3976C are triadic colors.

2 #6C97B3 and #97B36C with #B3976C are triadic colors.