COLOR #B53B4E

HEX: #B53B4E
RGB: (181,59,78)

Color info

#B53B4E contains mainly red color. Web safe color of #B53B4E is #CC3366 (or #C36).

RGB color model

#B53B4E color RGB value is (181,59,78).

  • red value is 181;
  • green value is 59;
  • blue value is 78.
RGB:
(181,59,78)
(71%,23%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 59 of 255 = 23%
B 78 of 255 = 31%

181
59
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 59 + 78 = 318 (100%)
R 181 of 318 ~ 56.92%
G 59 of 318 ~ 18.55%
B 78 of 318 ~ 24.53%

%56.92
%18.55
%24.53

CMYK color model

#B53B4E color CMYK value is (0,67,57,29).

  • cyan value is 0.00%
  • magenta value is 67.40%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,67,57,29)
C0M67Y57K29 
(0%,67%,57%,29%)
(0.00/0.67/0.57/0.29)	

CMYK percentages

%0
%67.4
%56.91
%29.02

Codes

Color #B53B4E in popluar color models

B53B4E
RGB1815978
HSL351°50.83%47.06%
HSB/HSV351°67.40%70.98%
CMYK0.00%67.40%56.91%
29.02%

Color #B53B4E in popluar number systems.

HEXB53B4E
Decimal1815978
Binary101101011110111001110
Octal26573116

Shades and tints

Shades of #B53B4E

#B53B4E
(181,59,78)
#A53647
(165,54,71)
#953140
(149,49,64)
#852C39
(133,44,57)
#752732
(117,39,50)
#65222B
(101,34,43)
#551D24
(85,29,36)
#45181D
(69,24,29)
#351316
(53,19,22)
#250E0F
(37,14,15)
#150908
(21,9,8)
#000000
(0,0,0)

Tints of #B53B4E

#B53B4E
(181,59,78)
#BB4C5E
(187,76,94)
#C15D6E
(193,93,110)
#C76E7E
(199,110,126)
#CD7F8E
(205,127,142)
#D3909E
(211,144,158)
#D9A1AE
(217,161,174)
#DFB2BE
(223,178,190)
#E5C3CE
(229,195,206)
#EBD4DE
(235,212,222)
#F1E5EE
(241,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53B4E color. Also use rgb(181,59,78) instead hex code.

Text Font Color

.myTextColor { color: #B53B4E; }

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

This text font color is #B53B4E.


Background Color

.myBgColor { background-color: #B53B4E; }

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

This div background color is #B53B4E.


Border color

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

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

This div border color is #B53B4E.


Opacity

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

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

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

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

This text has shadow with #B53B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53B4E on black background.


Color preview on white background

This text has color #B53B4E on white background.



Black color preview on #B53B4E background

This text has black color on #B53B4E background.


White color preview on #B53B4E background

This text has white color on #B53B4E background.