COLOR #B3935F

HEX: #B3935F
RGB: (179,147,95)

Color info

#B3935F contains mainly red and green colors. Web safe color of #B3935F is #999966 (or #996).

RGB color model

#B3935F color RGB value is (179,147,95).

  • red value is 179;
  • green value is 147;
  • blue value is 95.
RGB:
(179,147,95)
(70%,58%,37%)

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 95 of 255 = 37%

179
147
95

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

Portions of RGB colors in percentages

R + G + B =
179 + 147 + 95 = 421 (100%)
R 179 of 421 ~ 42.52%
G 147 of 421 ~ 34.92%
B 95 of 421 ~ 22.57%

%42.52
%34.92
%22.57

CMYK color model

#B3935F color CMYK value is (0,18,47,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 46.93%
  • key color value is 29.80%
CMYK:
(0,18,47,30)
C0M18Y47K30 
(0%,18%,47%,30%)
(0.00/0.18/0.47/0.30)	

CMYK percentages

%0
%17.88
%46.93
%29.8

Codes

Color #B3935F in popluar color models

B3935F
RGB17914795
HSL37°35.59%53.73%
HSB/HSV37°46.93%70.20%
CMYK0.00%17.88%46.93%
29.80%

Color #B3935F in popluar number systems.

HEXB3935F
Decimal17914795
Binary10110011100100111011111
Octal263223137

Shades and tints

Shades of #B3935F

#B3935F
(179,147,95)
#A38657
(163,134,87)
#93794F
(147,121,79)
#836C47
(131,108,71)
#735F3F
(115,95,63)
#635237
(99,82,55)
#53452F
(83,69,47)
#433827
(67,56,39)
#332B1F
(51,43,31)
#231E17
(35,30,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #B3935F

#B3935F
(179,147,95)
#B99C6D
(185,156,109)
#BFA57B
(191,165,123)
#C5AE89
(197,174,137)
#CBB797
(203,183,151)
#D1C0A5
(209,192,165)
#D7C9B3
(215,201,179)
#DDD2C1
(221,210,193)
#E3DBCF
(227,219,207)
#E9E4DD
(233,228,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3935F color. Also use rgb(179,147,95) instead hex code.

Text Font Color

.myTextColor { color: #B3935F; }

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

This text font color is #B3935F.


Background Color

.myBgColor { background-color: #B3935F; }

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

This div background color is #B3935F.


Border color

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

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

This div border color is #B3935F.


Opacity

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

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

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

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

This text has shadow with #B3935F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3935F on black background.


Color preview on white background

This text has color #B3935F on white background.



Black color preview on #B3935F background

This text has black color on #B3935F background.


White color preview on #B3935F background

This text has white color on #B3935F background.