COLOR #B33C5C

HEX: #B33C5C
RGB: (179,60,92)

Color info

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

RGB color model

#B33C5C color RGB value is (179,60,92).

  • red value is 179;
  • green value is 60;
  • blue value is 92.
RGB:
(179,60,92)
(70%,24%,36%)

RGB channels and saturation

R 179 of 255 = 70%
G 60 of 255 = 24%
B 92 of 255 = 36%

179
60
92

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

Portions of RGB colors in percentages

R + G + B =
179 + 60 + 92 = 331 (100%)
R 179 of 331 ~ 54.08%
G 60 of 331 ~ 18.13%
B 92 of 331 ~ 27.79%

%54.08
%18.13
%27.79

CMYK color model

#B33C5C color CMYK value is (0,66,49,30).

  • cyan value is 0.00%
  • magenta value is 66.48%
  • yellow value is 48.60%
  • key color value is 29.80%
CMYK:
(0,66,49,30)
C0M66Y49K30 
(0%,66%,49%,30%)
(0.00/0.66/0.49/0.30)	

CMYK percentages

%0
%66.48
%48.6
%29.8

Codes

Color #B33C5C in popluar color models

B33C5C
RGB1796092
HSL344°49.79%46.86%
HSB/HSV344°66.48%70.20%
CMYK0.00%66.48%48.60%
29.80%

Color #B33C5C in popluar number systems.

HEXB33C5C
Decimal1796092
Binary101100111111001011100
Octal26374134

Shades and tints

Shades of #B33C5C

#B33C5C
(179,60,92)
#A33754
(163,55,84)
#93324C
(147,50,76)
#832D44
(131,45,68)
#73283C
(115,40,60)
#632334
(99,35,52)
#531E2C
(83,30,44)
#431924
(67,25,36)
#33141C
(51,20,28)
#230F14
(35,15,20)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #B33C5C

#B33C5C
(179,60,92)
#B94D6A
(185,77,106)
#BF5E78
(191,94,120)
#C56F86
(197,111,134)
#CB8094
(203,128,148)
#D191A2
(209,145,162)
#D7A2B0
(215,162,176)
#DDB3BE
(221,179,190)
#E3C4CC
(227,196,204)
#E9D5DA
(233,213,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33C5C color. Also use rgb(179,60,92) instead hex code.

Text Font Color

.myTextColor { color: #B33C5C; }

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

This text font color is #B33C5C.


Background Color

.myBgColor { background-color: #B33C5C; }

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

This div background color is #B33C5C.


Border color

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

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

This div border color is #B33C5C.


Opacity

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

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

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

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

This text has shadow with #B33C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33C5C on black background.


Color preview on white background

This text has color #B33C5C on white background.



Black color preview on #B33C5C background

This text has black color on #B33C5C background.


White color preview on #B33C5C background

This text has white color on #B33C5C background.