COLOR #B04F3B

HEX: #B04F3B
RGB: (176,79,59)

Color info

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

RGB color model

#B04F3B color RGB value is (176,79,59).

  • red value is 176;
  • green value is 79;
  • blue value is 59.
RGB:
(176,79,59)
(69%,31%,23%)

RGB channels and saturation

R 176 of 255 = 69%
G 79 of 255 = 31%
B 59 of 255 = 23%

176
79
59

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

Portions of RGB colors in percentages

R + G + B =
176 + 79 + 59 = 314 (100%)
R 176 of 314 ~ 56.05%
G 79 of 314 ~ 25.16%
B 59 of 314 ~ 18.79%

%56.05
%25.16
%18.79

CMYK color model

#B04F3B color CMYK value is (0,55,66,31).

  • cyan value is 0.00%
  • magenta value is 55.11%
  • yellow value is 66.48%
  • key color value is 30.98%
CMYK:
(0,55,66,31)
C0M55Y66K31 
(0%,55%,66%,31%)
(0.00/0.55/0.66/0.31)	

CMYK percentages

%0
%55.11
%66.48
%30.98

Codes

Color #B04F3B in popluar color models

B04F3B
RGB1767959
HSL10°49.79%46.08%
HSB/HSV10°66.48%69.02%
CMYK0.00%55.11%66.48%
30.98%

Color #B04F3B in popluar number systems.

HEXB04F3B
Decimal1767959
Binary101100001001111111011
Octal26011773

Shades and tints

Shades of #B04F3B

#B04F3B
(176,79,59)
#A04836
(160,72,54)
#904131
(144,65,49)
#803A2C
(128,58,44)
#703327
(112,51,39)
#602C22
(96,44,34)
#50251D
(80,37,29)
#401E18
(64,30,24)
#301713
(48,23,19)
#20100E
(32,16,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #B04F3B

#B04F3B
(176,79,59)
#B75F4C
(183,95,76)
#BE6F5D
(190,111,93)
#C57F6E
(197,127,110)
#CC8F7F
(204,143,127)
#D39F90
(211,159,144)
#DAAFA1
(218,175,161)
#E1BFB2
(225,191,178)
#E8CFC3
(232,207,195)
#EFDFD4
(239,223,212)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B04F3B color. Also use rgb(176,79,59) instead hex code.

Text Font Color

.myTextColor { color: #B04F3B; }

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

This text font color is #B04F3B.


Background Color

.myBgColor { background-color: #B04F3B; }

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

This div background color is #B04F3B.


Border color

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

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

This div border color is #B04F3B.


Opacity

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

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

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

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

This text has shadow with #B04F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B04F3B on black background.


Color preview on white background

This text has color #B04F3B on white background.



Black color preview on #B04F3B background

This text has black color on #B04F3B background.


White color preview on #B04F3B background

This text has white color on #B04F3B background.