COLOR #B35747

HEX: #B35747
RGB: (179,87,71)

Color info

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

RGB color model

#B35747 color RGB value is (179,87,71).

  • red value is 179;
  • green value is 87;
  • blue value is 71.
RGB:
(179,87,71)
(70%,34%,28%)

RGB channels and saturation

R 179 of 255 = 70%
G 87 of 255 = 34%
B 71 of 255 = 28%

179
87
71

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

Portions of RGB colors in percentages

R + G + B =
179 + 87 + 71 = 337 (100%)
R 179 of 337 ~ 53.12%
G 87 of 337 ~ 25.82%
B 71 of 337 ~ 21.07%

%53.12
%25.82
%21.07

CMYK color model

#B35747 color CMYK value is (0,51,60,30).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 60.34%
  • key color value is 29.80%
CMYK:
(0,51,60,30)
C0M51Y60K30 
(0%,51%,60%,30%)
(0.00/0.51/0.60/0.30)	

CMYK percentages

%0
%51.4
%60.34
%29.8

Codes

Color #B35747 in popluar color models

B35747
RGB1798771
HSL43.20%49.02%
HSB/HSV60.34%70.20%
CMYK0.00%51.40%60.34%
29.80%

Color #B35747 in popluar number systems.

HEXB35747
Decimal1798771
Binary1011001110101111000111
Octal263127107

Shades and tints

Shades of #B35747

#B35747
(179,87,71)
#A35041
(163,80,65)
#93493B
(147,73,59)
#834235
(131,66,53)
#733B2F
(115,59,47)
#633429
(99,52,41)
#532D23
(83,45,35)
#43261D
(67,38,29)
#331F17
(51,31,23)
#231811
(35,24,17)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #B35747

#B35747
(179,87,71)
#B96657
(185,102,87)
#BF7567
(191,117,103)
#C58477
(197,132,119)
#CB9387
(203,147,135)
#D1A297
(209,162,151)
#D7B1A7
(215,177,167)
#DDC0B7
(221,192,183)
#E3CFC7
(227,207,199)
#E9DED7
(233,222,215)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35747 color. Also use rgb(179,87,71) instead hex code.

Text Font Color

.myTextColor { color: #B35747; }

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

This text font color is #B35747.


Background Color

.myBgColor { background-color: #B35747; }

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

This div background color is #B35747.


Border color

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

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

This div border color is #B35747.


Opacity

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

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

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

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

This text has shadow with #B35747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35747 on black background.


Color preview on white background

This text has color #B35747 on white background.



Black color preview on #B35747 background

This text has black color on #B35747 background.


White color preview on #B35747 background

This text has white color on #B35747 background.