COLOR #B03768

HEX: #B03768
RGB: (176,55,104)

Color info

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

RGB color model

#B03768 color RGB value is (176,55,104).

  • red value is 176;
  • green value is 55;
  • blue value is 104.
RGB:
(176,55,104)
(69%,22%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 55 of 255 = 22%
B 104 of 255 = 41%

176
55
104

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

Portions of RGB colors in percentages

R + G + B =
176 + 55 + 104 = 335 (100%)
R 176 of 335 ~ 52.54%
G 55 of 335 ~ 16.42%
B 104 of 335 ~ 31.04%

%52.54
%16.42
%31.04

CMYK color model

#B03768 color CMYK value is (0,69,41,31).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 40.91%
  • key color value is 30.98%
CMYK:
(0,69,41,31)
C0M69Y41K31 
(0%,69%,41%,31%)
(0.00/0.69/0.41/0.31)	

CMYK percentages

%0
%68.75
%40.91
%30.98

Codes

Color #B03768 in popluar color models

B03768
RGB17655104
HSL336°52.38%45.29%
HSB/HSV336°68.75%69.02%
CMYK0.00%68.75%40.91%
30.98%

Color #B03768 in popluar number systems.

HEXB03768
Decimal17655104
Binary101100001101111101000
Octal26067150

Shades and tints

Shades of #B03768

#B03768
(176,55,104)
#A0325F
(160,50,95)
#902D56
(144,45,86)
#80284D
(128,40,77)
#702344
(112,35,68)
#601E3B
(96,30,59)
#501932
(80,25,50)
#401429
(64,20,41)
#300F20
(48,15,32)
#200A17
(32,10,23)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #B03768

#B03768
(176,55,104)
#B74975
(183,73,117)
#BE5B82
(190,91,130)
#C56D8F
(197,109,143)
#CC7F9C
(204,127,156)
#D391A9
(211,145,169)
#DAA3B6
(218,163,182)
#E1B5C3
(225,181,195)
#E8C7D0
(232,199,208)
#EFD9DD
(239,217,221)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03768 color. Also use rgb(176,55,104) instead hex code.

Text Font Color

.myTextColor { color: #B03768; }

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

This text font color is #B03768.


Background Color

.myBgColor { background-color: #B03768; }

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

This div background color is #B03768.


Border color

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

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

This div border color is #B03768.


Opacity

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

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

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

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

This text has shadow with #B03768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B03768 on black background.


Color preview on white background

This text has color #B03768 on white background.



Black color preview on #B03768 background

This text has black color on #B03768 background.


White color preview on #B03768 background

This text has white color on #B03768 background.