COLOR #B53076

HEX: #B53076
RGB: (181,48,118)

Color info

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

RGB color model

#B53076 color RGB value is (181,48,118).

  • red value is 181;
  • green value is 48;
  • blue value is 118.
RGB:
(181,48,118)
(71%,19%,46%)

RGB channels and saturation

R 181 of 255 = 71%
G 48 of 255 = 19%
B 118 of 255 = 46%

181
48
118

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

Portions of RGB colors in percentages

R + G + B =
181 + 48 + 118 = 347 (100%)
R 181 of 347 ~ 52.16%
G 48 of 347 ~ 13.83%
B 118 of 347 ~ 34.01%

%52.16
%13.83
%34.01

CMYK color model

#B53076 color CMYK value is (0,73,35,29).

  • cyan value is 0.00%
  • magenta value is 73.48%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(0,73,35,29)
C0M73Y35K29 
(0%,73%,35%,29%)
(0.00/0.73/0.35/0.29)	

CMYK percentages

%0
%73.48
%34.81
%29.02

Codes

Color #B53076 in popluar color models

B53076
RGB18148118
HSL328°58.08%44.90%
HSB/HSV328°73.48%70.98%
CMYK0.00%73.48%34.81%
29.02%

Color #B53076 in popluar number systems.

HEXB53076
Decimal18148118
Binary101101011100001110110
Octal26560166

Shades and tints

Shades of #B53076

#B53076
(181,48,118)
#A52C6C
(165,44,108)
#952862
(149,40,98)
#852458
(133,36,88)
#75204E
(117,32,78)
#651C44
(101,28,68)
#55183A
(85,24,58)
#451430
(69,20,48)
#351026
(53,16,38)
#250C1C
(37,12,28)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #B53076

#B53076
(181,48,118)
#BB4282
(187,66,130)
#C1548E
(193,84,142)
#C7669A
(199,102,154)
#CD78A6
(205,120,166)
#D38AB2
(211,138,178)
#D99CBE
(217,156,190)
#DFAECA
(223,174,202)
#E5C0D6
(229,192,214)
#EBD2E2
(235,210,226)
#F1E4EE
(241,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53076 color. Also use rgb(181,48,118) instead hex code.

Text Font Color

.myTextColor { color: #B53076; }

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

This text font color is #B53076.


Background Color

.myBgColor { background-color: #B53076; }

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

This div background color is #B53076.


Border color

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

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

This div border color is #B53076.


Opacity

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

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

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

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

This text has shadow with #B53076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53076 on black background.


Color preview on white background

This text has color #B53076 on white background.



Black color preview on #B53076 background

This text has black color on #B53076 background.


White color preview on #B53076 background

This text has white color on #B53076 background.