COLOR #B53F6D

HEX: #B53F6D
RGB: (181,63,109)

Color info

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

RGB color model

#B53F6D color RGB value is (181,63,109).

  • red value is 181;
  • green value is 63;
  • blue value is 109.
RGB:
(181,63,109)
(71%,25%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 63 of 255 = 25%
B 109 of 255 = 43%

181
63
109

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

Portions of RGB colors in percentages

R + G + B =
181 + 63 + 109 = 353 (100%)
R 181 of 353 ~ 51.27%
G 63 of 353 ~ 17.85%
B 109 of 353 ~ 30.88%

%51.27
%17.85
%30.88

CMYK color model

#B53F6D color CMYK value is (0,65,40,29).

  • cyan value is 0.00%
  • magenta value is 65.19%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(0,65,40,29)
C0M65Y40K29 
(0%,65%,40%,29%)
(0.00/0.65/0.40/0.29)	

CMYK percentages

%0
%65.19
%39.78
%29.02

Codes

Color #B53F6D in popluar color models

B53F6D
RGB18163109
HSL337°48.36%47.84%
HSB/HSV337°65.19%70.98%
CMYK0.00%65.19%39.78%
29.02%

Color #B53F6D in popluar number systems.

HEXB53F6D
Decimal18163109
Binary101101011111111101101
Octal26577155

Shades and tints

Shades of #B53F6D

#B53F6D
(181,63,109)
#A53A64
(165,58,100)
#95355B
(149,53,91)
#853052
(133,48,82)
#752B49
(117,43,73)
#652640
(101,38,64)
#552137
(85,33,55)
#451C2E
(69,28,46)
#351725
(53,23,37)
#25121C
(37,18,28)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #B53F6D

#B53F6D
(181,63,109)
#BB507A
(187,80,122)
#C16187
(193,97,135)
#C77294
(199,114,148)
#CD83A1
(205,131,161)
#D394AE
(211,148,174)
#D9A5BB
(217,165,187)
#DFB6C8
(223,182,200)
#E5C7D5
(229,199,213)
#EBD8E2
(235,216,226)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53F6D color. Also use rgb(181,63,109) instead hex code.

Text Font Color

.myTextColor { color: #B53F6D; }

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

This text font color is #B53F6D.


Background Color

.myBgColor { background-color: #B53F6D; }

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

This div background color is #B53F6D.


Border color

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

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

This div border color is #B53F6D.


Opacity

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

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

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

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

This text has shadow with #B53F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53F6D on black background.


Color preview on white background

This text has color #B53F6D on white background.



Black color preview on #B53F6D background

This text has black color on #B53F6D background.


White color preview on #B53F6D background

This text has white color on #B53F6D background.