COLOR #B34636

HEX: #B34636
RGB: (179,70,54)

Color info

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

RGB color model

#B34636 color RGB value is (179,70,54).

  • red value is 179;
  • green value is 70;
  • blue value is 54.
RGB:
(179,70,54)
(70%,27%,21%)

RGB channels and saturation

R 179 of 255 = 70%
G 70 of 255 = 27%
B 54 of 255 = 21%

179
70
54

R + G + B ~ 39%. #B34636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 70 + 54 = 303 (100%)
R 179 of 303 ~ 59.08%
G 70 of 303 ~ 23.1%
B 54 of 303 ~ 17.82%

%59.08
%23.1
%17.82

CMYK color model

#B34636 color CMYK value is (0,61,70,30).

  • cyan value is 0.00%
  • magenta value is 60.89%
  • yellow value is 69.83%
  • key color value is 29.80%
CMYK:
(0,61,70,30)
C0M61Y70K30 
(0%,61%,70%,30%)
(0.00/0.61/0.70/0.30)	

CMYK percentages

%0
%60.89
%69.83
%29.8

Codes

Color #B34636 in popluar color models

B34636
RGB1797054
HSL53.65%45.69%
HSB/HSV69.83%70.20%
CMYK0.00%60.89%69.83%
29.80%

Color #B34636 in popluar number systems.

HEXB34636
Decimal1797054
Binary101100111000110110110
Octal26310666

Shades and tints

Shades of #B34636

#B34636
(179,70,54)
#A34032
(163,64,50)
#933A2E
(147,58,46)
#83342A
(131,52,42)
#732E26
(115,46,38)
#632822
(99,40,34)
#53221E
(83,34,30)
#431C1A
(67,28,26)
#331616
(51,22,22)
#231012
(35,16,18)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #B34636

#B34636
(179,70,54)
#B95648
(185,86,72)
#BF665A
(191,102,90)
#C5766C
(197,118,108)
#CB867E
(203,134,126)
#D19690
(209,150,144)
#D7A6A2
(215,166,162)
#DDB6B4
(221,182,180)
#E3C6C6
(227,198,198)
#E9D6D8
(233,214,216)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B34636; }

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

This text font color is #B34636.


Background Color

.myBgColor { background-color: #B34636; }

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

This div background color is #B34636.


Border color

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

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

This div border color is #B34636.


Opacity

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

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

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

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

This text has shadow with #B34636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34636 on black background.


Color preview on white background

This text has color #B34636 on white background.



Black color preview on #B34636 background

This text has black color on #B34636 background.


White color preview on #B34636 background

This text has white color on #B34636 background.