COLOR #B36D3A

HEX: #B36D3A
RGB: (179,109,58)

Color info

#B36D3A contains mainly red color. Web safe color of #B36D3A is #996633 (or #963).

RGB color model

#B36D3A color RGB value is (179,109,58).

  • red value is 179;
  • green value is 109;
  • blue value is 58.
RGB:
(179,109,58)
(70%,43%,23%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 58 of 255 = 23%

179
109
58

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

Portions of RGB colors in percentages

R + G + B =
179 + 109 + 58 = 346 (100%)
R 179 of 346 ~ 51.73%
G 109 of 346 ~ 31.5%
B 58 of 346 ~ 16.76%

%51.73
%31.5
%16.76

CMYK color model

#B36D3A color CMYK value is (0,39,68,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 67.60%
  • key color value is 29.80%
CMYK:
(0,39,68,30)
C0M39Y68K30 
(0%,39%,68%,30%)
(0.00/0.39/0.68/0.30)	

CMYK percentages

%0
%39.11
%67.6
%29.8

Codes

Color #B36D3A in popluar color models

B36D3A
RGB17910958
HSL25°51.05%46.47%
HSB/HSV25°67.60%70.20%
CMYK0.00%39.11%67.60%
29.80%

Color #B36D3A in popluar number systems.

HEXB36D3A
Decimal17910958
Binary101100111101101111010
Octal26315572

Shades and tints

Shades of #B36D3A

#B36D3A
(179,109,58)
#A36435
(163,100,53)
#935B30
(147,91,48)
#83522B
(131,82,43)
#734926
(115,73,38)
#634021
(99,64,33)
#53371C
(83,55,28)
#432E17
(67,46,23)
#332512
(51,37,18)
#231C0D
(35,28,13)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #B36D3A

#B36D3A
(179,109,58)
#B97A4B
(185,122,75)
#BF875C
(191,135,92)
#C5946D
(197,148,109)
#CBA17E
(203,161,126)
#D1AE8F
(209,174,143)
#D7BBA0
(215,187,160)
#DDC8B1
(221,200,177)
#E3D5C2
(227,213,194)
#E9E2D3
(233,226,211)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36D3A color. Also use rgb(179,109,58) instead hex code.

Text Font Color

.myTextColor { color: #B36D3A; }

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

This text font color is #B36D3A.


Background Color

.myBgColor { background-color: #B36D3A; }

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

This div background color is #B36D3A.


Border color

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

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

This div border color is #B36D3A.


Opacity

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

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

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

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

This text has shadow with #B36D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36D3A on black background.


Color preview on white background

This text has color #B36D3A on white background.



Black color preview on #B36D3A background

This text has black color on #B36D3A background.


White color preview on #B36D3A background

This text has white color on #B36D3A background.