COLOR #B24D68

HEX: #B24D68
RGB: (178,77,104)

Color info

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

RGB color model

#B24D68 color RGB value is (178,77,104).

  • red value is 178;
  • green value is 77;
  • blue value is 104.
RGB:
(178,77,104)
(70%,30%,41%)

RGB channels and saturation

R 178 of 255 = 70%
G 77 of 255 = 30%
B 104 of 255 = 41%

178
77
104

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

Portions of RGB colors in percentages

R + G + B =
178 + 77 + 104 = 359 (100%)
R 178 of 359 ~ 49.58%
G 77 of 359 ~ 21.45%
B 104 of 359 ~ 28.97%

%49.58
%21.45
%28.97

CMYK color model

#B24D68 color CMYK value is (0,57,42,30).

  • cyan value is 0.00%
  • magenta value is 56.74%
  • yellow value is 41.57%
  • key color value is 30.20%
CMYK:
(0,57,42,30)
C0M57Y42K30 
(0%,57%,42%,30%)
(0.00/0.57/0.42/0.30)	

CMYK percentages

%0
%56.74
%41.57
%30.2

Codes

Color #B24D68 in popluar color models

B24D68
RGB17877104
HSL344°39.61%50.00%
HSB/HSV344°56.74%69.80%
CMYK0.00%56.74%41.57%
30.20%

Color #B24D68 in popluar number systems.

HEXB24D68
Decimal17877104
Binary1011001010011011101000
Octal262115150

Shades and tints

Shades of #B24D68

#B24D68
(178,77,104)
#A2465F
(162,70,95)
#923F56
(146,63,86)
#82384D
(130,56,77)
#723144
(114,49,68)
#622A3B
(98,42,59)
#522332
(82,35,50)
#421C29
(66,28,41)
#321520
(50,21,32)
#220E17
(34,14,23)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #B24D68

#B24D68
(178,77,104)
#B95D75
(185,93,117)
#C06D82
(192,109,130)
#C77D8F
(199,125,143)
#CE8D9C
(206,141,156)
#D59DA9
(213,157,169)
#DCADB6
(220,173,182)
#E3BDC3
(227,189,195)
#EACDD0
(234,205,208)
#F1DDDD
(241,221,221)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24D68 color. Also use rgb(178,77,104) instead hex code.

Text Font Color

.myTextColor { color: #B24D68; }

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

This text font color is #B24D68.


Background Color

.myBgColor { background-color: #B24D68; }

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

This div background color is #B24D68.


Border color

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

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

This div border color is #B24D68.


Opacity

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

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

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

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

This text has shadow with #B24D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24D68 on black background.


Color preview on white background

This text has color #B24D68 on white background.



Black color preview on #B24D68 background

This text has black color on #B24D68 background.


White color preview on #B24D68 background

This text has white color on #B24D68 background.