COLOR #B3796A

HEX: #B3796A RGB: (179,121,106)

Color info

#B3796A contains mainly red and green colors. Web safe color of #B3796A is #996666 (or #966).

RGB color model

#B3796A color RGB value is (179,121,106).

RGB: (179,121,106) (70%, 47%, 42%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 106 of 255 = 42%

179
121
106

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

Portions of RGB colors in percentages

R + G + B = 179 + 121 + 106 = 406 (100%)
R 179 of 406 ~ 44.09%
G 121 of 406 ~ 29.8%
B 106 of 406 ~ 26.11'%

%44.09
%29.8
%26.11

CMYK color model

#B3796A color CMYK value is (0,32,41,30).

  • cyan value is 0.00%
  • magenta value is 32.40%
  • yellow value is 40.78%
  • key color value is 29.80%

CMYK: (0,32,41,30)
C0M32Y41K30 (0%, 32%, 41%, 30%)
(0.00 / 0.32 / 0.41 / 0.30)

CMYK percentages

%0
%32.4
%40.78
%29.8

Codes

Color #B3796A in popluar color models

B3 79 6A
RGB 179 121 106
HSL 12° 32.44% 55.88%
HSB/HSV 12° 40.78% 70.20%
CMYK 0.00% 32.40% 40.78%
29.80%

Color #B3796A in popluar number systems.

HEX B3 79 6A
Decimal 179 121 106
Binary 10110011 1111001 1101010
Octal 263 171 152

Shades and tints

Shades of #B3796A

#B3796A
(179,121,106)
#A36E61
(163,110,97)
#936358
(147,99,88)
#83584F
(131,88,79)
#734D46
(115,77,70)
#63423D
(99,66,61)
#533734
(83,55,52)
#432C2B
(67,44,43)
#332122
(51,33,34)
#231619
(35,22,25)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #B3796A

#B3796A
(179,121,106)
#B98577
(185,133,119)
#BF9184
(191,145,132)
#C59D91
(197,157,145)
#CBA99E
(203,169,158)
#D1B5AB
(209,181,171)
#D7C1B8
(215,193,184)
#DDCDC5
(221,205,197)
#E3D9D2
(227,217,210)
#E9E5DF
(233,229,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3796A; }

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

This text font color is #B3796A.

Background Color

.myBgColor { background-color: #B3796A; }

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

This div background color is #B3796A.

Border color

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

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

This div border color is #B3796A.

Opacity

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

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

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

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

This text has shadow with #B3796A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3796A.

Preview

Color preview on black background

This text has color #B3796A on black background.


Color preview on white background

This text has color #B3796A on white background.


Black color preview on #B3796A background

This text has black color on #B3796A background.


White color preview on #B3796A background

This text has white color on #B3796A background.


Related colors

Complementary color

Complementary color for #hex is #4C8695.


I love getcolorcode.com

Triadic colors

1 #6AB379 and #796AB3 with #B3796A are triadic colors.

2 #6A79B3 and #79B36A with #B3796A are triadic colors.