COLOR #B24D53

HEX: #B24D53 RGB: (178,77,83)

Color info

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

RGB color model

#B24D53 color RGB value is (178,77,83).

RGB: (178,77,83) (70%, 30%, 33%)

RGB channels and saturation

R 178 of 255 = 70%
G 77 of 255 = 30%
B 83 of 255 = 33%

178
77
83

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

Portions of RGB colors in percentages

R + G + B = 178 + 77 + 83 = 338 (100%)
R 178 of 338 ~ 52.66%
G 77 of 338 ~ 22.78%
B 83 of 338 ~ 24.56'%

%52.66
%22.78
%24.56

CMYK color model

#B24D53 color CMYK value is (0,57,53,30).

  • cyan value is 0.00%
  • magenta value is 56.74%
  • yellow value is 53.37%
  • key color value is 30.20%

CMYK: (0,57,53,30)
C0M57Y53K30 (0%, 57%, 53%, 30%)
(0.00 / 0.57 / 0.53 / 0.30)

CMYK percentages

%0
%56.74
%53.37
%30.2

Codes

Color #B24D53 in popluar color models

B2 4D 53
RGB 178 77 83
HSL 356° 39.61% 50.00%
HSB/HSV 356° 56.74% 69.80%
CMYK 0.00% 56.74% 53.37%
30.20%

Color #B24D53 in popluar number systems.

HEX B2 4D 53
Decimal 178 77 83
Binary 10110010 1001101 1010011
Octal 262 115 123

Shades and tints

Shades of #B24D53

#B24D53
(178,77,83)
#A2464C
(162,70,76)
#923F45
(146,63,69)
#82383E
(130,56,62)
#723137
(114,49,55)
#622A30
(98,42,48)
#522329
(82,35,41)
#421C22
(66,28,34)
#32151B
(50,21,27)
#220E14
(34,14,20)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #B24D53

#B24D53
(178,77,83)
#B95D62
(185,93,98)
#C06D71
(192,109,113)
#C77D80
(199,125,128)
#CE8D8F
(206,141,143)
#D59D9E
(213,157,158)
#DCADAD
(220,173,173)
#E3BDBC
(227,189,188)
#EACDCB
(234,205,203)
#F1DDDA
(241,221,218)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B24D53; }

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

This text font color is #B24D53.

Background Color

.myBgColor { background-color: #B24D53; }

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

This div background color is #B24D53.

Border color

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

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

This div border color is #B24D53.

Opacity

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

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

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

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

This text has shadow with #B24D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B24D53.

Preview

Color preview on black background

This text has color #B24D53 on black background.


Color preview on white background

This text has color #B24D53 on white background.


Black color preview on #B24D53 background

This text has black color on #B24D53 background.


White color preview on #B24D53 background

This text has white color on #B24D53 background.


Related colors

Complementary color

Complementary color for #hex is #4DB2AC.


I love getcolorcode.com

Triadic colors

1 #53B24D and #4D53B2 with #B24D53 are triadic colors.

2 #534DB2 and #4DB253 with #B24D53 are triadic colors.