COLOR #B36D53

HEX: #B36D53 RGB: (179,109,83)

Color info

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

RGB color model

#B36D53 color RGB value is (179,109,83).

RGB: (179,109,83) (70%, 43%, 33%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 83 of 255 = 33%

179
109
83

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

Portions of RGB colors in percentages

R + G + B = 179 + 109 + 83 = 371 (100%)
R 179 of 371 ~ 48.25%
G 109 of 371 ~ 29.38%
B 83 of 371 ~ 22.37'%

%48.25
%29.38
%22.37

CMYK color model

#B36D53 color CMYK value is (0,39,54,30).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 53.63%
  • key color value is 29.80%

CMYK: (0,39,54,30)
C0M39Y54K30 (0%, 39%, 54%, 30%)
(0.00 / 0.39 / 0.54 / 0.30)

CMYK percentages

%0
%39.11
%53.63
%29.8

Codes

Color #B36D53 in popluar color models

B3 6D 53
RGB 179 109 83
HSL 16° 38.71% 51.37%
HSB/HSV 16° 53.63% 70.20%
CMYK 0.00% 39.11% 53.63%
29.80%

Color #B36D53 in popluar number systems.

HEX B3 6D 53
Decimal 179 109 83
Binary 10110011 1101101 1010011
Octal 263 155 123

Shades and tints

Shades of #B36D53

#B36D53
(179,109,83)
#A3644C
(163,100,76)
#935B45
(147,91,69)
#83523E
(131,82,62)
#734937
(115,73,55)
#634030
(99,64,48)
#533729
(83,55,41)
#432E22
(67,46,34)
#33251B
(51,37,27)
#231C14
(35,28,20)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #B36D53

#B36D53
(179,109,83)
#B97A62
(185,122,98)
#BF8771
(191,135,113)
#C59480
(197,148,128)
#CBA18F
(203,161,143)
#D1AE9E
(209,174,158)
#D7BBAD
(215,187,173)
#DDC8BC
(221,200,188)
#E3D5CB
(227,213,203)
#E9E2DA
(233,226,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36D53; }

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

This text font color is #B36D53.

Background Color

.myBgColor { background-color: #B36D53; }

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

This div background color is #B36D53.

Border color

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

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

This div border color is #B36D53.

Opacity

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

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

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

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

This text has shadow with #B36D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36D53.

Preview

Color preview on black background

This text has color #B36D53 on black background.


Color preview on white background

This text has color #B36D53 on white background.


Black color preview on #B36D53 background

This text has black color on #B36D53 background.


White color preview on #B36D53 background

This text has white color on #B36D53 background.


Related colors

Complementary color

Complementary color for #hex is #4C92AC.


I love getcolorcode.com

Triadic colors

1 #53B36D and #6D53B3 with #B36D53 are triadic colors.

2 #536DB3 and #6DB353 with #B36D53 are triadic colors.