COLOR #B45453

HEX: #B45453
RGB: (180,84,83)

Color info

#B45453 contains mainly red color. Web safe color of #B45453 is #CC6666 (or #C66).

RGB color model

#B45453 color RGB value is (180,84,83).

  • red value is 180;
  • green value is 84;
  • blue value is 83.
RGB:
(180,84,83)
(71%,33%,33%)

RGB channels and saturation

R 180 of 255 = 71%
G 84 of 255 = 33%
B 83 of 255 = 33%

180
84
83

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

Portions of RGB colors in percentages

R + G + B =
180 + 84 + 83 = 347 (100%)
R 180 of 347 ~ 51.87%
G 84 of 347 ~ 24.21%
B 83 of 347 ~ 23.92%

%51.87
%24.21
%23.92

CMYK color model

#B45453 color CMYK value is (0,53,54,29).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 53.89%
  • key color value is 29.41%
CMYK:
(0,53,54,29)
C0M53Y54K29 
(0%,53%,54%,29%)
(0.00/0.53/0.54/0.29)	

CMYK percentages

%0
%53.33
%53.89
%29.41

Codes

Color #B45453 in popluar color models

B45453
RGB1808483
HSL39.27%51.57%
HSB/HSV53.89%70.59%
CMYK0.00%53.33%53.89%
29.41%

Color #B45453 in popluar number systems.

HEXB45453
Decimal1808483
Binary1011010010101001010011
Octal264124123

Shades and tints

Shades of #B45453

#B45453
(180,84,83)
#A44D4C
(164,77,76)
#944645
(148,70,69)
#843F3E
(132,63,62)
#743837
(116,56,55)
#643130
(100,49,48)
#542A29
(84,42,41)
#442322
(68,35,34)
#341C1B
(52,28,27)
#241514
(36,21,20)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B45453

#B45453
(180,84,83)
#BA6362
(186,99,98)
#C07271
(192,114,113)
#C68180
(198,129,128)
#CC908F
(204,144,143)
#D29F9E
(210,159,158)
#D8AEAD
(216,174,173)
#DEBDBC
(222,189,188)
#E4CCCB
(228,204,203)
#EADBDA
(234,219,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45453 color. Also use rgb(180,84,83) instead hex code.

Text Font Color

.myTextColor { color: #B45453; }

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

This text font color is #B45453.


Background Color

.myBgColor { background-color: #B45453; }

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

This div background color is #B45453.


Border color

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

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

This div border color is #B45453.


Opacity

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

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

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

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

This text has shadow with #B45453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45453 on black background.


Color preview on white background

This text has color #B45453 on white background.



Black color preview on #B45453 background

This text has black color on #B45453 background.


White color preview on #B45453 background

This text has white color on #B45453 background.