COLOR #B3766C

HEX: #B3766C RGB: (179,118,108)

Color info

#B3766C contains mainly red color. Web safe color of #B3766C is #996666 (or #966).

RGB color model

#B3766C color RGB value is (179,118,108).

RGB: (179,118,108) (70%, 46%, 42%)

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 108 of 255 = 42%

179
118
108

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

Portions of RGB colors in percentages

R + G + B = 179 + 118 + 108 = 405 (100%)
R 179 of 405 ~ 44.2%
G 118 of 405 ~ 29.14%
B 108 of 405 ~ 26.67'%

%44.2
%29.14
%26.67

CMYK color model

#B3766C color CMYK value is (0,34,40,30).

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

CMYK: (0,34,40,30)
C0M34Y40K30 (0%, 34%, 40%, 30%)
(0.00 / 0.34 / 0.40 / 0.30)

CMYK percentages

%0
%34.08
%39.66
%29.8

Codes

Color #B3766C in popluar color models

B3 76 6C
RGB 179 118 108
HSL 31.84% 56.27%
HSB/HSV 39.66% 70.20%
CMYK 0.00% 34.08% 39.66%
29.80%

Color #B3766C in popluar number systems.

HEX B3 76 6C
Decimal 179 118 108
Binary 10110011 1110110 1101100
Octal 263 166 154

Shades and tints

Shades of #B3766C

#B3766C
(179,118,108)
#A36C63
(163,108,99)
#93625A
(147,98,90)
#835851
(131,88,81)
#734E48
(115,78,72)
#63443F
(99,68,63)
#533A36
(83,58,54)
#43302D
(67,48,45)
#332624
(51,38,36)
#231C1B
(35,28,27)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B3766C

#B3766C
(179,118,108)
#B98279
(185,130,121)
#BF8E86
(191,142,134)
#C59A93
(197,154,147)
#CBA6A0
(203,166,160)
#D1B2AD
(209,178,173)
#D7BEBA
(215,190,186)
#DDCAC7
(221,202,199)
#E3D6D4
(227,214,212)
#E9E2E1
(233,226,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3766C; }

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

This text font color is #B3766C.

Background Color

.myBgColor { background-color: #B3766C; }

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

This div background color is #B3766C.

Border color

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

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

This div border color is #B3766C.

Opacity

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

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

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

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

This text has shadow with #B3766C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3766C.

Preview

Color preview on black background

This text has color #B3766C on black background.


Color preview on white background

This text has color #B3766C on white background.


Black color preview on #B3766C background

This text has black color on #B3766C background.


White color preview on #B3766C background

This text has white color on #B3766C background.


Related colors

Complementary color

Complementary color for #hex is #4C8993.


I love getcolorcode.com

Triadic colors

1 #6CB376 and #766CB3 with #B3766C are triadic colors.

2 #6C76B3 and #76B36C with #B3766C are triadic colors.