COLOR #B03A6B

HEX: #B03A6B
RGB: (176,58,107)

Color info

#B03A6B contains mainly red color. Web safe color of #B03A6B is #993366 (or #936).

RGB color model

#B03A6B color RGB value is (176,58,107).

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

RGB channels and saturation

R 176 of 255 = 69%
G 58 of 255 = 23%
B 107 of 255 = 42%

176
58
107

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

Portions of RGB colors in percentages

R + G + B =
176 + 58 + 107 = 341 (100%)
R 176 of 341 ~ 51.61%
G 58 of 341 ~ 17.01%
B 107 of 341 ~ 31.38%

%51.61
%17.01
%31.38

CMYK color model

#B03A6B color CMYK value is (0,67,39,31).

  • cyan value is 0.00%
  • magenta value is 67.05%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK:
(0,67,39,31)
C0M67Y39K31 
(0%,67%,39%,31%)
(0.00/0.67/0.39/0.31)	

CMYK percentages

%0
%67.05
%39.2
%30.98

Codes

Color #B03A6B in popluar color models

B03A6B
RGB17658107
HSL335°50.43%45.88%
HSB/HSV335°67.05%69.02%
CMYK0.00%67.05%39.20%
30.98%

Color #B03A6B in popluar number systems.

HEXB03A6B
Decimal17658107
Binary101100001110101101011
Octal26072153

Shades and tints

Shades of #B03A6B

#B03A6B
(176,58,107)
#A03562
(160,53,98)
#903059
(144,48,89)
#802B50
(128,43,80)
#702647
(112,38,71)
#60213E
(96,33,62)
#501C35
(80,28,53)
#40172C
(64,23,44)
#301223
(48,18,35)
#200D1A
(32,13,26)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #B03A6B

#B03A6B
(176,58,107)
#B74B78
(183,75,120)
#BE5C85
(190,92,133)
#C56D92
(197,109,146)
#CC7E9F
(204,126,159)
#D38FAC
(211,143,172)
#DAA0B9
(218,160,185)
#E1B1C6
(225,177,198)
#E8C2D3
(232,194,211)
#EFD3E0
(239,211,224)
#F6E4ED
(246,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B03A6B; }

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

This text font color is #B03A6B.


Background Color

.myBgColor { background-color: #B03A6B; }

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

This div background color is #B03A6B.


Border color

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

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

This div border color is #B03A6B.


Opacity

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

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

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

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

This text has shadow with #B03A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03A6B on black background.


Color preview on white background

This text has color #B03A6B on white background.



Black color preview on #B03A6B background

This text has black color on #B03A6B background.


White color preview on #B03A6B background

This text has white color on #B03A6B background.