COLOR #B35D32

HEX: #B35D32
RGB: (179,93,50)

Color info

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

RGB color model

#B35D32 color RGB value is (179,93,50).

  • red value is 179;
  • green value is 93;
  • blue value is 50.
RGB:
(179,93,50)
(70%,36%,20%)

RGB channels and saturation

R 179 of 255 = 70%
G 93 of 255 = 36%
B 50 of 255 = 20%

179
93
50

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

Portions of RGB colors in percentages

R + G + B =
179 + 93 + 50 = 322 (100%)
R 179 of 322 ~ 55.59%
G 93 of 322 ~ 28.88%
B 50 of 322 ~ 15.53%

%55.59
%28.88
%15.53

CMYK color model

#B35D32 color CMYK value is (0,48,72,30).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 72.07%
  • key color value is 29.80%
CMYK:
(0,48,72,30)
C0M48Y72K30 
(0%,48%,72%,30%)
(0.00/0.48/0.72/0.30)	

CMYK percentages

%0
%48.04
%72.07
%29.8

Codes

Color #B35D32 in popluar color models

B35D32
RGB1799350
HSL20°56.33%44.90%
HSB/HSV20°72.07%70.20%
CMYK0.00%48.04%72.07%
29.80%

Color #B35D32 in popluar number systems.

HEXB35D32
Decimal1799350
Binary101100111011101110010
Octal26313562

Shades and tints

Shades of #B35D32

#B35D32
(179,93,50)
#A3552E
(163,85,46)
#934D2A
(147,77,42)
#834526
(131,69,38)
#733D22
(115,61,34)
#63351E
(99,53,30)
#532D1A
(83,45,26)
#432516
(67,37,22)
#331D12
(51,29,18)
#23150E
(35,21,14)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #B35D32

#B35D32
(179,93,50)
#B96B44
(185,107,68)
#BF7956
(191,121,86)
#C58768
(197,135,104)
#CB957A
(203,149,122)
#D1A38C
(209,163,140)
#D7B19E
(215,177,158)
#DDBFB0
(221,191,176)
#E3CDC2
(227,205,194)
#E9DBD4
(233,219,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35D32 color. Also use rgb(179,93,50) instead hex code.

Text Font Color

.myTextColor { color: #B35D32; }

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

This text font color is #B35D32.


Background Color

.myBgColor { background-color: #B35D32; }

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

This div background color is #B35D32.


Border color

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

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

This div border color is #B35D32.


Opacity

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

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

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

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

This text has shadow with #B35D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35D32 on black background.


Color preview on white background

This text has color #B35D32 on white background.



Black color preview on #B35D32 background

This text has black color on #B35D32 background.


White color preview on #B35D32 background

This text has white color on #B35D32 background.