COLOR #B34F34

HEX: #B34F34
RGB: (179,79,52)

Color info

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

RGB color model

#B34F34 color RGB value is (179,79,52).

  • red value is 179;
  • green value is 79;
  • blue value is 52.
RGB:
(179,79,52)
(70%,31%,20%)

RGB channels and saturation

R 179 of 255 = 70%
G 79 of 255 = 31%
B 52 of 255 = 20%

179
79
52

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

Portions of RGB colors in percentages

R + G + B =
179 + 79 + 52 = 310 (100%)
R 179 of 310 ~ 57.74%
G 79 of 310 ~ 25.48%
B 52 of 310 ~ 16.77%

%57.74
%25.48
%16.77

CMYK color model

#B34F34 color CMYK value is (0,56,71,30).

  • cyan value is 0.00%
  • magenta value is 55.87%
  • yellow value is 70.95%
  • key color value is 29.80%
CMYK:
(0,56,71,30)
C0M56Y71K30 
(0%,56%,71%,30%)
(0.00/0.56/0.71/0.30)	

CMYK percentages

%0
%55.87
%70.95
%29.8

Codes

Color #B34F34 in popluar color models

B34F34
RGB1797952
HSL13°54.98%45.29%
HSB/HSV13°70.95%70.20%
CMYK0.00%55.87%70.95%
29.80%

Color #B34F34 in popluar number systems.

HEXB34F34
Decimal1797952
Binary101100111001111110100
Octal26311764

Shades and tints

Shades of #B34F34

#B34F34
(179,79,52)
#A34830
(163,72,48)
#93412C
(147,65,44)
#833A28
(131,58,40)
#733324
(115,51,36)
#632C20
(99,44,32)
#53251C
(83,37,28)
#431E18
(67,30,24)
#331714
(51,23,20)
#231010
(35,16,16)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #B34F34

#B34F34
(179,79,52)
#B95F46
(185,95,70)
#BF6F58
(191,111,88)
#C57F6A
(197,127,106)
#CB8F7C
(203,143,124)
#D19F8E
(209,159,142)
#D7AFA0
(215,175,160)
#DDBFB2
(221,191,178)
#E3CFC4
(227,207,196)
#E9DFD6
(233,223,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34F34 color. Also use rgb(179,79,52) instead hex code.

Text Font Color

.myTextColor { color: #B34F34; }

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

This text font color is #B34F34.


Background Color

.myBgColor { background-color: #B34F34; }

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

This div background color is #B34F34.


Border color

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

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

This div border color is #B34F34.


Opacity

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

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

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

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

This text has shadow with #B34F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34F34 on black background.


Color preview on white background

This text has color #B34F34 on white background.



Black color preview on #B34F34 background

This text has black color on #B34F34 background.


White color preview on #B34F34 background

This text has white color on #B34F34 background.