COLOR #B03E6C

HEX: #B03E6C
RGB: (176,62,108)

Color info

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

RGB color model

#B03E6C color RGB value is (176,62,108).

  • red value is 176;
  • green value is 62;
  • blue value is 108.
RGB:
(176,62,108)
(69%,24%,42%)

RGB channels and saturation

R 176 of 255 = 69%
G 62 of 255 = 24%
B 108 of 255 = 42%

176
62
108

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

Portions of RGB colors in percentages

R + G + B =
176 + 62 + 108 = 346 (100%)
R 176 of 346 ~ 50.87%
G 62 of 346 ~ 17.92%
B 108 of 346 ~ 31.21%

%50.87
%17.92
%31.21

CMYK color model

#B03E6C color CMYK value is (0,65,39,31).

  • cyan value is 0.00%
  • magenta value is 64.77%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(0,65,39,31)
C0M65Y39K31 
(0%,65%,39%,31%)
(0.00/0.65/0.39/0.31)	

CMYK percentages

%0
%64.77
%38.64
%30.98

Codes

Color #B03E6C in popluar color models

B03E6C
RGB17662108
HSL336°47.90%46.67%
HSB/HSV336°64.77%69.02%
CMYK0.00%64.77%38.64%
30.98%

Color #B03E6C in popluar number systems.

HEXB03E6C
Decimal17662108
Binary101100001111101101100
Octal26076154

Shades and tints

Shades of #B03E6C

#B03E6C
(176,62,108)
#A03963
(160,57,99)
#90345A
(144,52,90)
#802F51
(128,47,81)
#702A48
(112,42,72)
#60253F
(96,37,63)
#502036
(80,32,54)
#401B2D
(64,27,45)
#301624
(48,22,36)
#20111B
(32,17,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #B03E6C

#B03E6C
(176,62,108)
#B74F79
(183,79,121)
#BE6086
(190,96,134)
#C57193
(197,113,147)
#CC82A0
(204,130,160)
#D393AD
(211,147,173)
#DAA4BA
(218,164,186)
#E1B5C7
(225,181,199)
#E8C6D4
(232,198,212)
#EFD7E1
(239,215,225)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03E6C color. Also use rgb(176,62,108) instead hex code.

Text Font Color

.myTextColor { color: #B03E6C; }

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

This text font color is #B03E6C.


Background Color

.myBgColor { background-color: #B03E6C; }

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

This div background color is #B03E6C.


Border color

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

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

This div border color is #B03E6C.


Opacity

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

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

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

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

This text has shadow with #B03E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03E6C on black background.


Color preview on white background

This text has color #B03E6C on white background.



Black color preview on #B03E6C background

This text has black color on #B03E6C background.


White color preview on #B03E6C background

This text has white color on #B03E6C background.