COLOR #B35524

HEX: #B35524
RGB: (179,85,36)

Color info

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

RGB color model

#B35524 color RGB value is (179,85,36).

  • red value is 179;
  • green value is 85;
  • blue value is 36.
RGB:
(179,85,36)
(70%,33%,14%)

RGB channels and saturation

R 179 of 255 = 70%
G 85 of 255 = 33%
B 36 of 255 = 14%

179
85
36

R + G + B ~ 39%. #B35524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 85 + 36 = 300 (100%)
R 179 of 300 ~ 59.67%
G 85 of 300 ~ 28.33%
B 36 of 300 ~ 12%

%59.67
%28.33
%12

CMYK color model

#B35524 color CMYK value is (0,53,80,30).

  • cyan value is 0.00%
  • magenta value is 52.51%
  • yellow value is 79.89%
  • key color value is 29.80%
CMYK:
(0,53,80,30)
C0M53Y80K30 
(0%,53%,80%,30%)
(0.00/0.53/0.80/0.30)	

CMYK percentages

%0
%52.51
%79.89
%29.8

Codes

Color #B35524 in popluar color models

B35524
RGB1798536
HSL21°66.51%42.16%
HSB/HSV21°79.89%70.20%
CMYK0.00%52.51%79.89%
29.80%

Color #B35524 in popluar number systems.

HEXB35524
Decimal1798536
Binary101100111010101100100
Octal26312544

Shades and tints

Shades of #B35524

#B35524
(179,85,36)
#A34E21
(163,78,33)
#93471E
(147,71,30)
#83401B
(131,64,27)
#733918
(115,57,24)
#633215
(99,50,21)
#532B12
(83,43,18)
#43240F
(67,36,15)
#331D0C
(51,29,12)
#231609
(35,22,9)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #B35524

#B35524
(179,85,36)
#B96437
(185,100,55)
#BF734A
(191,115,74)
#C5825D
(197,130,93)
#CB9170
(203,145,112)
#D1A083
(209,160,131)
#D7AF96
(215,175,150)
#DDBEA9
(221,190,169)
#E3CDBC
(227,205,188)
#E9DCCF
(233,220,207)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35524 color. Also use rgb(179,85,36) instead hex code.

Text Font Color

.myTextColor { color: #B35524; }

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

This text font color is #B35524.


Background Color

.myBgColor { background-color: #B35524; }

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

This div background color is #B35524.


Border color

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

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

This div border color is #B35524.


Opacity

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

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

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

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

This text has shadow with #B35524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35524 on black background.


Color preview on white background

This text has color #B35524 on white background.



Black color preview on #B35524 background

This text has black color on #B35524 background.


White color preview on #B35524 background

This text has white color on #B35524 background.