COLOR #B3735B

HEX: #B3735B
RGB: (179,115,91)

Color info

#B3735B contains mainly red color. Web safe color of #B3735B is #996666 (or #966).

RGB color model

#B3735B color RGB value is (179,115,91).

  • red value is 179;
  • green value is 115;
  • blue value is 91.
RGB:
(179,115,91)
(70%,45%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 91 of 255 = 36%

179
115
91

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 91 = 385 (100%)
R 179 of 385 ~ 46.49%
G 115 of 385 ~ 29.87%
B 91 of 385 ~ 23.64%

%46.49
%29.87
%23.64

CMYK color model

#B3735B color CMYK value is (0,36,49,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 49.16%
  • key color value is 29.80%
CMYK:
(0,36,49,30)
C0M36Y49K30 
(0%,36%,49%,30%)
(0.00/0.36/0.49/0.30)	

CMYK percentages

%0
%35.75
%49.16
%29.8

Codes

Color #B3735B in popluar color models

B3735B
RGB17911591
HSL16°36.67%52.94%
HSB/HSV16°49.16%70.20%
CMYK0.00%35.75%49.16%
29.80%

Color #B3735B in popluar number systems.

HEXB3735B
Decimal17911591
Binary1011001111100111011011
Octal263163133

Shades and tints

Shades of #B3735B

#B3735B
(179,115,91)
#A36953
(163,105,83)
#935F4B
(147,95,75)
#835543
(131,85,67)
#734B3B
(115,75,59)
#634133
(99,65,51)
#53372B
(83,55,43)
#432D23
(67,45,35)
#33231B
(51,35,27)
#231913
(35,25,19)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #B3735B

#B3735B
(179,115,91)
#B97F69
(185,127,105)
#BF8B77
(191,139,119)
#C59785
(197,151,133)
#CBA393
(203,163,147)
#D1AFA1
(209,175,161)
#D7BBAF
(215,187,175)
#DDC7BD
(221,199,189)
#E3D3CB
(227,211,203)
#E9DFD9
(233,223,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3735B color. Also use rgb(179,115,91) instead hex code.

Text Font Color

.myTextColor { color: #B3735B; }

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

This text font color is #B3735B.


Background Color

.myBgColor { background-color: #B3735B; }

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

This div background color is #B3735B.


Border color

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

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

This div border color is #B3735B.


Opacity

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

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

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

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

This text has shadow with #B3735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3735B on black background.


Color preview on white background

This text has color #B3735B on white background.



Black color preview on #B3735B background

This text has black color on #B3735B background.


White color preview on #B3735B background

This text has white color on #B3735B background.