COLOR #B35C37

HEX: #B35C37
RGB: (179,92,55)

Color info

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

RGB color model

#B35C37 color RGB value is (179,92,55).

  • red value is 179;
  • green value is 92;
  • blue value is 55.
RGB:
(179,92,55)
(70%,36%,22%)

RGB channels and saturation

R 179 of 255 = 70%
G 92 of 255 = 36%
B 55 of 255 = 22%

179
92
55

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

Portions of RGB colors in percentages

R + G + B =
179 + 92 + 55 = 326 (100%)
R 179 of 326 ~ 54.91%
G 92 of 326 ~ 28.22%
B 55 of 326 ~ 16.87%

%54.91
%28.22
%16.87

CMYK color model

#B35C37 color CMYK value is (0,49,69,30).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 69.27%
  • key color value is 29.80%
CMYK:
(0,49,69,30)
C0M49Y69K30 
(0%,49%,69%,30%)
(0.00/0.49/0.69/0.30)	

CMYK percentages

%0
%48.6
%69.27
%29.8

Codes

Color #B35C37 in popluar color models

B35C37
RGB1799255
HSL18°52.99%45.88%
HSB/HSV18°69.27%70.20%
CMYK0.00%48.60%69.27%
29.80%

Color #B35C37 in popluar number systems.

HEXB35C37
Decimal1799255
Binary101100111011100110111
Octal26313467

Shades and tints

Shades of #B35C37

#B35C37
(179,92,55)
#A35432
(163,84,50)
#934C2D
(147,76,45)
#834428
(131,68,40)
#733C23
(115,60,35)
#63341E
(99,52,30)
#532C19
(83,44,25)
#432414
(67,36,20)
#331C0F
(51,28,15)
#23140A
(35,20,10)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #B35C37

#B35C37
(179,92,55)
#B96A49
(185,106,73)
#BF785B
(191,120,91)
#C5866D
(197,134,109)
#CB947F
(203,148,127)
#D1A291
(209,162,145)
#D7B0A3
(215,176,163)
#DDBEB5
(221,190,181)
#E3CCC7
(227,204,199)
#E9DAD9
(233,218,217)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35C37 color. Also use rgb(179,92,55) instead hex code.

Text Font Color

.myTextColor { color: #B35C37; }

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

This text font color is #B35C37.


Background Color

.myBgColor { background-color: #B35C37; }

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

This div background color is #B35C37.


Border color

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

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

This div border color is #B35C37.


Opacity

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

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

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

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

This text has shadow with #B35C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35C37 on black background.


Color preview on white background

This text has color #B35C37 on white background.



Black color preview on #B35C37 background

This text has black color on #B35C37 background.


White color preview on #B35C37 background

This text has white color on #B35C37 background.