COLOR #B3448B

HEX: #B3448B
RGB: (179,68,139)

Color info

#B3448B contains mainly red and blue colors. Web safe color of #B3448B is #993399 (or #939).

RGB color model

#B3448B color RGB value is (179,68,139).

  • red value is 179;
  • green value is 68;
  • blue value is 139.
RGB:
(179,68,139)
(70%,27%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 68 of 255 = 27%
B 139 of 255 = 55%

179
68
139

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

Portions of RGB colors in percentages

R + G + B =
179 + 68 + 139 = 386 (100%)
R 179 of 386 ~ 46.37%
G 68 of 386 ~ 17.62%
B 139 of 386 ~ 36.01%

%46.37
%17.62
%36.01

CMYK color model

#B3448B color CMYK value is (0,62,22,30).

  • cyan value is 0.00%
  • magenta value is 62.01%
  • yellow value is 22.35%
  • key color value is 29.80%
CMYK:
(0,62,22,30)
C0M62Y22K30 
(0%,62%,22%,30%)
(0.00/0.62/0.22/0.30)	

CMYK percentages

%0
%62.01
%22.35
%29.8

Codes

Color #B3448B in popluar color models

B3448B
RGB17968139
HSL322°44.94%48.43%
HSB/HSV322°62.01%70.20%
CMYK0.00%62.01%22.35%
29.80%

Color #B3448B in popluar number systems.

HEXB3448B
Decimal17968139
Binary10110011100010010001011
Octal263104213

Shades and tints

Shades of #B3448B

#B3448B
(179,68,139)
#A33E7F
(163,62,127)
#933873
(147,56,115)
#833267
(131,50,103)
#732C5B
(115,44,91)
#63264F
(99,38,79)
#532043
(83,32,67)
#431A37
(67,26,55)
#33142B
(51,20,43)
#230E1F
(35,14,31)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #B3448B

#B3448B
(179,68,139)
#B95595
(185,85,149)
#BF669F
(191,102,159)
#C577A9
(197,119,169)
#CB88B3
(203,136,179)
#D199BD
(209,153,189)
#D7AAC7
(215,170,199)
#DDBBD1
(221,187,209)
#E3CCDB
(227,204,219)
#E9DDE5
(233,221,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3448B; }

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

This text font color is #B3448B.


Background Color

.myBgColor { background-color: #B3448B; }

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

This div background color is #B3448B.


Border color

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

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

This div border color is #B3448B.


Opacity

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

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

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

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

This text has shadow with #B3448B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3448B on black background.


Color preview on white background

This text has color #B3448B on white background.



Black color preview on #B3448B background

This text has black color on #B3448B background.


White color preview on #B3448B background

This text has white color on #B3448B background.