COLOR #B34B4B

HEX: #B34B4B
RGB: (179,75,75)

Color info

#B34B4B contains mainly red color. Web safe color of #B34B4B is #993333 (or #933).

RGB color model

#B34B4B color RGB value is (179,75,75).

  • red value is 179;
  • green value is 75;
  • blue value is 75.
RGB:
(179,75,75)
(70%,29%,29%)

RGB channels and saturation

R 179 of 255 = 70%
G 75 of 255 = 29%
B 75 of 255 = 29%

179
75
75

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

Portions of RGB colors in percentages

R + G + B =
179 + 75 + 75 = 329 (100%)
R 179 of 329 ~ 54.41%
G 75 of 329 ~ 22.8%
B 75 of 329 ~ 22.8%

%54.41
%22.8
%22.8

CMYK color model

#B34B4B color CMYK value is (0,58,58,30).

  • cyan value is 0.00%
  • magenta value is 58.10%
  • yellow value is 58.10%
  • key color value is 29.80%
CMYK:
(0,58,58,30)
C0M58Y58K30 
(0%,58%,58%,30%)
(0.00/0.58/0.58/0.30)	

CMYK percentages

%0
%58.1
%58.1
%29.8

Codes

Color #B34B4B in popluar color models

B34B4B
RGB1797575
HSL40.94%49.80%
HSB/HSV58.10%70.20%
CMYK0.00%58.10%58.10%
29.80%

Color #B34B4B in popluar number systems.

HEXB34B4B
Decimal1797575
Binary1011001110010111001011
Octal263113113

Shades and tints

Shades of #B34B4B

#B34B4B
(179,75,75)
#A34545
(163,69,69)
#933F3F
(147,63,63)
#833939
(131,57,57)
#733333
(115,51,51)
#632D2D
(99,45,45)
#532727
(83,39,39)
#432121
(67,33,33)
#331B1B
(51,27,27)
#231515
(35,21,21)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #B34B4B

#B34B4B
(179,75,75)
#B95B5B
(185,91,91)
#BF6B6B
(191,107,107)
#C57B7B
(197,123,123)
#CB8B8B
(203,139,139)
#D19B9B
(209,155,155)
#D7ABAB
(215,171,171)
#DDBBBB
(221,187,187)
#E3CBCB
(227,203,203)
#E9DBDB
(233,219,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B34B4B; }

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

This text font color is #B34B4B.


Background Color

.myBgColor { background-color: #B34B4B; }

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

This div background color is #B34B4B.


Border color

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

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

This div border color is #B34B4B.


Opacity

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

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

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

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

This text has shadow with #B34B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34B4B on black background.


Color preview on white background

This text has color #B34B4B on white background.



Black color preview on #B34B4B background

This text has black color on #B34B4B background.


White color preview on #B34B4B background

This text has white color on #B34B4B background.