COLOR #B45D54

HEX: #B45D54
RGB: (180,93,84)

Color info

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

RGB color model

#B45D54 color RGB value is (180,93,84).

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

RGB channels and saturation

R 180 of 255 = 71%
G 93 of 255 = 36%
B 84 of 255 = 33%

180
93
84

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

Portions of RGB colors in percentages

R + G + B =
180 + 93 + 84 = 357 (100%)
R 180 of 357 ~ 50.42%
G 93 of 357 ~ 26.05%
B 84 of 357 ~ 23.53%

%50.42
%26.05
%23.53

CMYK color model

#B45D54 color CMYK value is (0,48,53,29).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 53.33%
  • key color value is 29.41%
CMYK:
(0,48,53,29)
C0M48Y53K29 
(0%,48%,53%,29%)
(0.00/0.48/0.53/0.29)	

CMYK percentages

%0
%48.33
%53.33
%29.41

Codes

Color #B45D54 in popluar color models

B45D54
RGB1809384
HSL39.02%51.76%
HSB/HSV53.33%70.59%
CMYK0.00%48.33%53.33%
29.41%

Color #B45D54 in popluar number systems.

HEXB45D54
Decimal1809384
Binary1011010010111011010100
Octal264135124

Shades and tints

Shades of #B45D54

#B45D54
(180,93,84)
#A4554D
(164,85,77)
#944D46
(148,77,70)
#84453F
(132,69,63)
#743D38
(116,61,56)
#643531
(100,53,49)
#542D2A
(84,45,42)
#442523
(68,37,35)
#341D1C
(52,29,28)
#241515
(36,21,21)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #B45D54

#B45D54
(180,93,84)
#BA6B63
(186,107,99)
#C07972
(192,121,114)
#C68781
(198,135,129)
#CC9590
(204,149,144)
#D2A39F
(210,163,159)
#D8B1AE
(216,177,174)
#DEBFBD
(222,191,189)
#E4CDCC
(228,205,204)
#EADBDB
(234,219,219)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45D54; }

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

This text font color is #B45D54.


Background Color

.myBgColor { background-color: #B45D54; }

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

This div background color is #B45D54.


Border color

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

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

This div border color is #B45D54.


Opacity

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

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

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

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

This text has shadow with #B45D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45D54 on black background.


Color preview on white background

This text has color #B45D54 on white background.



Black color preview on #B45D54 background

This text has black color on #B45D54 background.


White color preview on #B45D54 background

This text has white color on #B45D54 background.