COLOR #B03A5F

HEX: #B03A5F
RGB: (176,58,95)

Color info

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

RGB color model

#B03A5F color RGB value is (176,58,95).

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

RGB channels and saturation

R 176 of 255 = 69%
G 58 of 255 = 23%
B 95 of 255 = 37%

176
58
95

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

Portions of RGB colors in percentages

R + G + B =
176 + 58 + 95 = 329 (100%)
R 176 of 329 ~ 53.5%
G 58 of 329 ~ 17.63%
B 95 of 329 ~ 28.88%

%53.5
%17.63
%28.88

CMYK color model

#B03A5F color CMYK value is (0,67,46,31).

  • cyan value is 0.00%
  • magenta value is 67.05%
  • yellow value is 46.02%
  • key color value is 30.98%
CMYK:
(0,67,46,31)
C0M67Y46K31 
(0%,67%,46%,31%)
(0.00/0.67/0.46/0.31)	

CMYK percentages

%0
%67.05
%46.02
%30.98

Codes

Color #B03A5F in popluar color models

B03A5F
RGB1765895
HSL341°50.43%45.88%
HSB/HSV341°67.05%69.02%
CMYK0.00%67.05%46.02%
30.98%

Color #B03A5F in popluar number systems.

HEXB03A5F
Decimal1765895
Binary101100001110101011111
Octal26072137

Shades and tints

Shades of #B03A5F

#B03A5F
(176,58,95)
#A03557
(160,53,87)
#90304F
(144,48,79)
#802B47
(128,43,71)
#70263F
(112,38,63)
#602137
(96,33,55)
#501C2F
(80,28,47)
#401727
(64,23,39)
#30121F
(48,18,31)
#200D17
(32,13,23)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #B03A5F

#B03A5F
(176,58,95)
#B74B6D
(183,75,109)
#BE5C7B
(190,92,123)
#C56D89
(197,109,137)
#CC7E97
(204,126,151)
#D38FA5
(211,143,165)
#DAA0B3
(218,160,179)
#E1B1C1
(225,177,193)
#E8C2CF
(232,194,207)
#EFD3DD
(239,211,221)
#F6E4EB
(246,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B03A5F; }

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

This text font color is #B03A5F.


Background Color

.myBgColor { background-color: #B03A5F; }

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

This div background color is #B03A5F.


Border color

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

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

This div border color is #B03A5F.


Opacity

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

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

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

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

This text has shadow with #B03A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03A5F on black background.


Color preview on white background

This text has color #B03A5F on white background.



Black color preview on #B03A5F background

This text has black color on #B03A5F background.


White color preview on #B03A5F background

This text has white color on #B03A5F background.