COLOR #B03A76

HEX: #B03A76
RGB: (176,58,118)

Color info

#B03A76 contains mainly red and blue colors. Web safe color of #B03A76 is #993366 (or #936).

RGB color model

#B03A76 color RGB value is (176,58,118).

  • red value is 176;
  • green value is 58;
  • blue value is 118.
RGB:
(176,58,118)
(69%,23%,46%)

RGB channels and saturation

R 176 of 255 = 69%
G 58 of 255 = 23%
B 118 of 255 = 46%

176
58
118

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

Portions of RGB colors in percentages

R + G + B =
176 + 58 + 118 = 352 (100%)
R 176 of 352 ~ 50%
G 58 of 352 ~ 16.48%
B 118 of 352 ~ 33.52%

%50
%16.48
%33.52

CMYK color model

#B03A76 color CMYK value is (0,67,33,31).

  • cyan value is 0.00%
  • magenta value is 67.05%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(0,67,33,31)
C0M67Y33K31 
(0%,67%,33%,31%)
(0.00/0.67/0.33/0.31)	

CMYK percentages

%0
%67.05
%32.95
%30.98

Codes

Color #B03A76 in popluar color models

B03A76
RGB17658118
HSL329°50.43%45.88%
HSB/HSV329°67.05%69.02%
CMYK0.00%67.05%32.95%
30.98%

Color #B03A76 in popluar number systems.

HEXB03A76
Decimal17658118
Binary101100001110101110110
Octal26072166

Shades and tints

Shades of #B03A76

#B03A76
(176,58,118)
#A0356C
(160,53,108)
#903062
(144,48,98)
#802B58
(128,43,88)
#70264E
(112,38,78)
#602144
(96,33,68)
#501C3A
(80,28,58)
#401730
(64,23,48)
#301226
(48,18,38)
#200D1C
(32,13,28)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #B03A76

#B03A76
(176,58,118)
#B74B82
(183,75,130)
#BE5C8E
(190,92,142)
#C56D9A
(197,109,154)
#CC7EA6
(204,126,166)
#D38FB2
(211,143,178)
#DAA0BE
(218,160,190)
#E1B1CA
(225,177,202)
#E8C2D6
(232,194,214)
#EFD3E2
(239,211,226)
#F6E4EE
(246,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03A76 color. Also use rgb(176,58,118) instead hex code.

Text Font Color

.myTextColor { color: #B03A76; }

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

This text font color is #B03A76.


Background Color

.myBgColor { background-color: #B03A76; }

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

This div background color is #B03A76.


Border color

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

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

This div border color is #B03A76.


Opacity

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

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

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

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

This text has shadow with #B03A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03A76 on black background.


Color preview on white background

This text has color #B03A76 on white background.



Black color preview on #B03A76 background

This text has black color on #B03A76 background.


White color preview on #B03A76 background

This text has white color on #B03A76 background.