COLOR #B35711

HEX: #B35711
RGB: (179,87,17)

Color info

#B35711 contains mainly red color. Web safe color of #B35711 is #996600 (or #960).

RGB color model

#B35711 color RGB value is (179,87,17).

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

RGB channels and saturation

R 179 of 255 = 70%
G 87 of 255 = 34%
B 17 of 255 = 7%

179
87
17

R + G + B ~ 37%. #B35711 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 87 + 17 = 283 (100%)
R 179 of 283 ~ 63.25%
G 87 of 283 ~ 30.74%
B 17 of 283 ~ 6.01%

%63.25
%30.74

CMYK color model

#B35711 color CMYK value is (0,51,91,30).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 90.50%
  • key color value is 29.80%
CMYK:
(0,51,91,30)
C0M51Y91K30 
(0%,51%,91%,30%)
(0.00/0.51/0.91/0.30)	

CMYK percentages

%0
%51.4
%90.5
%29.8

Codes

Color #B35711 in popluar color models

B35711
RGB1798717
HSL26°82.65%38.43%
HSB/HSV26°90.50%70.20%
CMYK0.00%51.40%90.50%
29.80%

Color #B35711 in popluar number systems.

HEXB35711
Decimal1798717
Binary10110011101011110001
Octal26312721

Shades and tints

Shades of #B35711

#B35711
(179,87,17)
#A35010
(163,80,16)
#93490F
(147,73,15)
#83420E
(131,66,14)
#733B0D
(115,59,13)
#63340C
(99,52,12)
#532D0B
(83,45,11)
#43260A
(67,38,10)
#331F09
(51,31,9)
#231808
(35,24,8)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #B35711

#B35711
(179,87,17)
#B96626
(185,102,38)
#BF753B
(191,117,59)
#C58450
(197,132,80)
#CB9365
(203,147,101)
#D1A27A
(209,162,122)
#D7B18F
(215,177,143)
#DDC0A4
(221,192,164)
#E3CFB9
(227,207,185)
#E9DECE
(233,222,206)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35711; }

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

This text font color is #B35711.


Background Color

.myBgColor { background-color: #B35711; }

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

This div background color is #B35711.


Border color

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

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

This div border color is #B35711.


Opacity

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

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

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

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

This text has shadow with #B35711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35711 on black background.


Color preview on white background

This text has color #B35711 on white background.



Black color preview on #B35711 background

This text has black color on #B35711 background.


White color preview on #B35711 background

This text has white color on #B35711 background.