COLOR #B45E53

HEX: #B45E53
RGB: (180,94,83)

Color info

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

RGB color model

#B45E53 color RGB value is (180,94,83).

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

RGB channels and saturation

R 180 of 255 = 71%
G 94 of 255 = 37%
B 83 of 255 = 33%

180
94
83

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

Portions of RGB colors in percentages

R + G + B =
180 + 94 + 83 = 357 (100%)
R 180 of 357 ~ 50.42%
G 94 of 357 ~ 26.33%
B 83 of 357 ~ 23.25%

%50.42
%26.33
%23.25

CMYK color model

#B45E53 color CMYK value is (0,48,54,29).

  • cyan value is 0.00%
  • magenta value is 47.78%
  • yellow value is 53.89%
  • key color value is 29.41%
CMYK:
(0,48,54,29)
C0M48Y54K29 
(0%,48%,54%,29%)
(0.00/0.48/0.54/0.29)	

CMYK percentages

%0
%47.78
%53.89
%29.41

Codes

Color #B45E53 in popluar color models

B45E53
RGB1809483
HSL39.27%51.57%
HSB/HSV53.89%70.59%
CMYK0.00%47.78%53.89%
29.41%

Color #B45E53 in popluar number systems.

HEXB45E53
Decimal1809483
Binary1011010010111101010011
Octal264136123

Shades and tints

Shades of #B45E53

#B45E53
(180,94,83)
#A4564C
(164,86,76)
#944E45
(148,78,69)
#84463E
(132,70,62)
#743E37
(116,62,55)
#643630
(100,54,48)
#542E29
(84,46,41)
#442622
(68,38,34)
#341E1B
(52,30,27)
#241614
(36,22,20)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B45E53

#B45E53
(180,94,83)
#BA6C62
(186,108,98)
#C07A71
(192,122,113)
#C68880
(198,136,128)
#CC968F
(204,150,143)
#D2A49E
(210,164,158)
#D8B2AD
(216,178,173)
#DEC0BC
(222,192,188)
#E4CECB
(228,206,203)
#EADCDA
(234,220,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45E53; }

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

This text font color is #B45E53.


Background Color

.myBgColor { background-color: #B45E53; }

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

This div background color is #B45E53.


Border color

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

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

This div border color is #B45E53.


Opacity

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

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

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

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

This text has shadow with #B45E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45E53 on black background.


Color preview on white background

This text has color #B45E53 on white background.



Black color preview on #B45E53 background

This text has black color on #B45E53 background.


White color preview on #B45E53 background

This text has white color on #B45E53 background.