COLOR #B03D5F

HEX: #B03D5F
RGB: (176,61,95)

Color info

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

RGB color model

#B03D5F color RGB value is (176,61,95).

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

RGB channels and saturation

R 176 of 255 = 69%
G 61 of 255 = 24%
B 95 of 255 = 37%

176
61
95

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

Portions of RGB colors in percentages

R + G + B =
176 + 61 + 95 = 332 (100%)
R 176 of 332 ~ 53.01%
G 61 of 332 ~ 18.37%
B 95 of 332 ~ 28.61%

%53.01
%18.37
%28.61

CMYK color model

#B03D5F color CMYK value is (0,65,46,31).

  • cyan value is 0.00%
  • magenta value is 65.34%
  • yellow value is 46.02%
  • key color value is 30.98%
CMYK:
(0,65,46,31)
C0M65Y46K31 
(0%,65%,46%,31%)
(0.00/0.65/0.46/0.31)	

CMYK percentages

%0
%65.34
%46.02
%30.98

Codes

Color #B03D5F in popluar color models

B03D5F
RGB1766195
HSL342°48.52%46.47%
HSB/HSV342°65.34%69.02%
CMYK0.00%65.34%46.02%
30.98%

Color #B03D5F in popluar number systems.

HEXB03D5F
Decimal1766195
Binary101100001111011011111
Octal26075137

Shades and tints

Shades of #B03D5F

#B03D5F
(176,61,95)
#A03857
(160,56,87)
#90334F
(144,51,79)
#802E47
(128,46,71)
#70293F
(112,41,63)
#602437
(96,36,55)
#501F2F
(80,31,47)
#401A27
(64,26,39)
#30151F
(48,21,31)
#201017
(32,16,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #B03D5F

#B03D5F
(176,61,95)
#B74E6D
(183,78,109)
#BE5F7B
(190,95,123)
#C57089
(197,112,137)
#CC8197
(204,129,151)
#D392A5
(211,146,165)
#DAA3B3
(218,163,179)
#E1B4C1
(225,180,193)
#E8C5CF
(232,197,207)
#EFD6DD
(239,214,221)
#F6E7EB
(246,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B03D5F; }

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

This text font color is #B03D5F.


Background Color

.myBgColor { background-color: #B03D5F; }

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

This div background color is #B03D5F.


Border color

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

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

This div border color is #B03D5F.


Opacity

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

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

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

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

This text has shadow with #B03D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03D5F on black background.


Color preview on white background

This text has color #B03D5F on white background.



Black color preview on #B03D5F background

This text has black color on #B03D5F background.


White color preview on #B03D5F background

This text has white color on #B03D5F background.