COLOR #B53367

HEX: #B53367
RGB: (181,51,103)

Color info

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

RGB color model

#B53367 color RGB value is (181,51,103).

  • red value is 181;
  • green value is 51;
  • blue value is 103.
RGB:
(181,51,103)
(71%,20%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 51 of 255 = 20%
B 103 of 255 = 40%

181
51
103

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

Portions of RGB colors in percentages

R + G + B =
181 + 51 + 103 = 335 (100%)
R 181 of 335 ~ 54.03%
G 51 of 335 ~ 15.22%
B 103 of 335 ~ 30.75%

%54.03
%15.22
%30.75

CMYK color model

#B53367 color CMYK value is (0,72,43,29).

  • cyan value is 0.00%
  • magenta value is 71.82%
  • yellow value is 43.09%
  • key color value is 29.02%
CMYK:
(0,72,43,29)
C0M72Y43K29 
(0%,72%,43%,29%)
(0.00/0.72/0.43/0.29)	

CMYK percentages

%0
%71.82
%43.09
%29.02

Codes

Color #B53367 in popluar color models

B53367
RGB18151103
HSL336°56.03%45.49%
HSB/HSV336°71.82%70.98%
CMYK0.00%71.82%43.09%
29.02%

Color #B53367 in popluar number systems.

HEXB53367
Decimal18151103
Binary101101011100111100111
Octal26563147

Shades and tints

Shades of #B53367

#B53367
(181,51,103)
#A52F5E
(165,47,94)
#952B55
(149,43,85)
#85274C
(133,39,76)
#752343
(117,35,67)
#651F3A
(101,31,58)
#551B31
(85,27,49)
#451728
(69,23,40)
#35131F
(53,19,31)
#250F16
(37,15,22)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #B53367

#B53367
(181,51,103)
#BB4574
(187,69,116)
#C15781
(193,87,129)
#C7698E
(199,105,142)
#CD7B9B
(205,123,155)
#D38DA8
(211,141,168)
#D99FB5
(217,159,181)
#DFB1C2
(223,177,194)
#E5C3CF
(229,195,207)
#EBD5DC
(235,213,220)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53367 color. Also use rgb(181,51,103) instead hex code.

Text Font Color

.myTextColor { color: #B53367; }

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

This text font color is #B53367.


Background Color

.myBgColor { background-color: #B53367; }

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

This div background color is #B53367.


Border color

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

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

This div border color is #B53367.


Opacity

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

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

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

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

This text has shadow with #B53367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53367 on black background.


Color preview on white background

This text has color #B53367 on white background.



Black color preview on #B53367 background

This text has black color on #B53367 background.


White color preview on #B53367 background

This text has white color on #B53367 background.