COLOR #B30F47

HEX: #B30F47
RGB: (179,15,71)

Color info

#B30F47 contains mainly red color. Web safe color of #B30F47 is #990033 (or #903).

RGB color model

#B30F47 color RGB value is (179,15,71).

  • red value is 179;
  • green value is 15;
  • blue value is 71.
RGB:
(179,15,71)
(70%,6%,28%)

RGB channels and saturation

R 179 of 255 = 70%
G 15 of 255 = 6%
B 71 of 255 = 28%

179
15
71

R + G + B ~ 35%. #B30F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 15 + 71 = 265 (100%)
R 179 of 265 ~ 67.55%
G 15 of 265 ~ 5.66%
B 71 of 265 ~ 26.79%

%67.55
%26.79

CMYK color model

#B30F47 color CMYK value is (0,92,60,30).

  • cyan value is 0.00%
  • magenta value is 91.62%
  • yellow value is 60.34%
  • key color value is 29.80%
CMYK:
(0,92,60,30)
C0M92Y60K30 
(0%,92%,60%,30%)
(0.00/0.92/0.60/0.30)	

CMYK percentages

%0
%91.62
%60.34
%29.8

Codes

Color #B30F47 in popluar color models

B30F47
RGB1791571
HSL340°84.54%38.04%
HSB/HSV340°91.62%70.20%
CMYK0.00%91.62%60.34%
29.80%

Color #B30F47 in popluar number systems.

HEXB30F47
Decimal1791571
Binary1011001111111000111
Octal26317107

Shades and tints

Shades of #B30F47

#B30F47
(179,15,71)
#A30E41
(163,14,65)
#930D3B
(147,13,59)
#830C35
(131,12,53)
#730B2F
(115,11,47)
#630A29
(99,10,41)
#530923
(83,9,35)
#43081D
(67,8,29)
#330717
(51,7,23)
#230611
(35,6,17)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #B30F47

#B30F47
(179,15,71)
#B92457
(185,36,87)
#BF3967
(191,57,103)
#C54E77
(197,78,119)
#CB6387
(203,99,135)
#D17897
(209,120,151)
#D78DA7
(215,141,167)
#DDA2B7
(221,162,183)
#E3B7C7
(227,183,199)
#E9CCD7
(233,204,215)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B30F47; }

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

This text font color is #B30F47.


Background Color

.myBgColor { background-color: #B30F47; }

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

This div background color is #B30F47.


Border color

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

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

This div border color is #B30F47.


Opacity

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

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

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

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

This text has shadow with #B30F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B30F47 on black background.


Color preview on white background

This text has color #B30F47 on white background.



Black color preview on #B30F47 background

This text has black color on #B30F47 background.


White color preview on #B30F47 background

This text has white color on #B30F47 background.