COLOR #B4356D

HEX: #B4356D
RGB: (180,53,109)

Color info

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

RGB color model

#B4356D color RGB value is (180,53,109).

  • red value is 180;
  • green value is 53;
  • blue value is 109.
RGB:
(180,53,109)
(71%,21%,43%)

RGB channels and saturation

R 180 of 255 = 71%
G 53 of 255 = 21%
B 109 of 255 = 43%

180
53
109

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

Portions of RGB colors in percentages

R + G + B =
180 + 53 + 109 = 342 (100%)
R 180 of 342 ~ 52.63%
G 53 of 342 ~ 15.5%
B 109 of 342 ~ 31.87%

%52.63
%15.5
%31.87

CMYK color model

#B4356D color CMYK value is (0,71,39,29).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(0,71,39,29)
C0M71Y39K29 
(0%,71%,39%,29%)
(0.00/0.71/0.39/0.29)	

CMYK percentages

%0
%70.56
%39.44
%29.41

Codes

Color #B4356D in popluar color models

B4356D
RGB18053109
HSL334°54.51%45.69%
HSB/HSV334°70.56%70.59%
CMYK0.00%70.56%39.44%
29.41%

Color #B4356D in popluar number systems.

HEXB4356D
Decimal18053109
Binary101101001101011101101
Octal26465155

Shades and tints

Shades of #B4356D

#B4356D
(180,53,109)
#A43164
(164,49,100)
#942D5B
(148,45,91)
#842952
(132,41,82)
#742549
(116,37,73)
#642140
(100,33,64)
#541D37
(84,29,55)
#44192E
(68,25,46)
#341525
(52,21,37)
#24111C
(36,17,28)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #B4356D

#B4356D
(180,53,109)
#BA477A
(186,71,122)
#C05987
(192,89,135)
#C66B94
(198,107,148)
#CC7DA1
(204,125,161)
#D28FAE
(210,143,174)
#D8A1BB
(216,161,187)
#DEB3C8
(222,179,200)
#E4C5D5
(228,197,213)
#EAD7E2
(234,215,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4356D color. Also use rgb(180,53,109) instead hex code.

Text Font Color

.myTextColor { color: #B4356D; }

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

This text font color is #B4356D.


Background Color

.myBgColor { background-color: #B4356D; }

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

This div background color is #B4356D.


Border color

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

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

This div border color is #B4356D.


Opacity

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

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

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

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

This text has shadow with #B4356D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4356D on black background.


Color preview on white background

This text has color #B4356D on white background.



Black color preview on #B4356D background

This text has black color on #B4356D background.


White color preview on #B4356D background

This text has white color on #B4356D background.