COLOR #B3936A

HEX: #B3936A
RGB: (179,147,106)

Color info

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

RGB color model

#B3936A color RGB value is (179,147,106).

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

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 106 of 255 = 42%

179
147
106

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

Portions of RGB colors in percentages

R + G + B =
179 + 147 + 106 = 432 (100%)
R 179 of 432 ~ 41.44%
G 147 of 432 ~ 34.03%
B 106 of 432 ~ 24.54%

%41.44
%34.03
%24.54

CMYK color model

#B3936A color CMYK value is (0,18,41,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(0,18,41,30)
C0M18Y41K30 
(0%,18%,41%,30%)
(0.00/0.18/0.41/0.30)	

CMYK percentages

%0
%17.88
%40.78
%29.8

Codes

Color #B3936A in popluar color models

B3936A
RGB179147106
HSL34°32.44%55.88%
HSB/HSV34°40.78%70.20%
CMYK0.00%17.88%40.78%
29.80%

Color #B3936A in popluar number systems.

HEXB3936A
Decimal179147106
Binary10110011100100111101010
Octal263223152

Shades and tints

Shades of #B3936A

#B3936A
(179,147,106)
#A38661
(163,134,97)
#937958
(147,121,88)
#836C4F
(131,108,79)
#735F46
(115,95,70)
#63523D
(99,82,61)
#534534
(83,69,52)
#43382B
(67,56,43)
#332B22
(51,43,34)
#231E19
(35,30,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #B3936A

#B3936A
(179,147,106)
#B99C77
(185,156,119)
#BFA584
(191,165,132)
#C5AE91
(197,174,145)
#CBB79E
(203,183,158)
#D1C0AB
(209,192,171)
#D7C9B8
(215,201,184)
#DDD2C5
(221,210,197)
#E3DBD2
(227,219,210)
#E9E4DF
(233,228,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3936A; }

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

This text font color is #B3936A.


Background Color

.myBgColor { background-color: #B3936A; }

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

This div background color is #B3936A.


Border color

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

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

This div border color is #B3936A.


Opacity

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

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

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

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

This text has shadow with #B3936A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3936A on black background.


Color preview on white background

This text has color #B3936A on white background.



Black color preview on #B3936A background

This text has black color on #B3936A background.


White color preview on #B3936A background

This text has white color on #B3936A background.